backupdir


Namebackupdir JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/IgorMan2005/backupdir
SummaryPython script copies the source directory (with all files and subdirectories) to the specified location and zips it.
upload_time2023-06-29 19:25:40
maintainer
docs_urlNone
authorIgorMan (IgorMan2005)
requires_python>=3.6
license
keywords python backupdir backup foder zip archive
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # backupdir

<img src="https://igorman2005.github.io/images/backupdir.jpg" alt="backupdir">

BackupDir (backup directory). 
The program copies the source directory (with all subdirectories) to the specified location and zips it.

## Setup
https://pypi.org/project/backupdir/

**pip install backupdir**

## Example1:
```
import backupdir

# ARCHIVE LOCAL
SOURCE_DIR = '' # use current dir when SOURCE_DIR = ''
TARGET_DIR = "D:\\TEMP\\backup"

backupdir.archive_local(SOURCE_DIR, TARGET_DIR)

```

### Documentation

https://best-itpro.ru/news/backupdir/



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IgorMan2005/backupdir",
    "name": "backupdir",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "python backupdir backup foder zip archive",
    "author": "IgorMan (IgorMan2005)",
    "author_email": "igorman2005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/e1/25e93af7f236b1699487614ceb774daf81c2bc40464f6d7f93f2fa682325/backupdir-1.0.0.tar.gz",
    "platform": null,
    "description": "# backupdir\r\n\r\n<img src=\"https://igorman2005.github.io/images/backupdir.jpg\" alt=\"backupdir\">\r\n\r\nBackupDir (backup directory). \r\nThe program copies the source directory (with all subdirectories) to the specified location and zips it.\r\n\r\n## Setup\r\nhttps://pypi.org/project/backupdir/\r\n\r\n**pip install backupdir**\r\n\r\n## Example1:\r\n```\r\nimport backupdir\r\n\r\n# ARCHIVE LOCAL\r\nSOURCE_DIR = '' # use current dir when SOURCE_DIR = ''\r\nTARGET_DIR = \"D:\\\\TEMP\\\\backup\"\r\n\r\nbackupdir.archive_local(SOURCE_DIR, TARGET_DIR)\r\n\r\n```\r\n\r\n### Documentation\r\n\r\nhttps://best-itpro.ru/news/backupdir/\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python script copies the source directory (with all files and subdirectories) to the specified location and zips it.",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://best-itpro.ru/news/backupdir/",
        "Homepage": "https://github.com/IgorMan2005/backupdir"
    },
    "split_keywords": [
        "python",
        "backupdir",
        "backup",
        "foder",
        "zip",
        "archive"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7758b75ed6d9a27f6e01e4ae2b749efdd531d52f2b8a20e402f4b11566e455a7",
                "md5": "6d27a4e6f89abf6fe9c56d58c5577026",
                "sha256": "e84165a7dbb52dcbb5d72020382ec278a94c2f6753c4e78bb29317ee92800986"
            },
            "downloads": -1,
            "filename": "backupdir-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d27a4e6f89abf6fe9c56d58c5577026",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3902,
            "upload_time": "2023-06-29T19:25:39",
            "upload_time_iso_8601": "2023-06-29T19:25:39.430485Z",
            "url": "https://files.pythonhosted.org/packages/77/58/b75ed6d9a27f6e01e4ae2b749efdd531d52f2b8a20e402f4b11566e455a7/backupdir-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88e125e93af7f236b1699487614ceb774daf81c2bc40464f6d7f93f2fa682325",
                "md5": "10d9bd6d3840d11d54ed9dde93dd7698",
                "sha256": "4bcc9ac9e14ebb48e86b2ecfa2499e4b4905e7f32f0951928c267ad13977b713"
            },
            "downloads": -1,
            "filename": "backupdir-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "10d9bd6d3840d11d54ed9dde93dd7698",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3427,
            "upload_time": "2023-06-29T19:25:40",
            "upload_time_iso_8601": "2023-06-29T19:25:40.995461Z",
            "url": "https://files.pythonhosted.org/packages/88/e1/25e93af7f236b1699487614ceb774daf81c2bc40464f6d7f93f2fa682325/backupdir-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-29 19:25:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IgorMan2005",
    "github_project": "backupdir",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "backupdir"
}
        
Elapsed time: 1.42880s