Copies an entire folder and its contains into a zip file whose filename increments.
Project description
Backup folder to zip
Copies an entire folder and its contains into a zip file whose filename increments.
Install
$ pip install backup-folder-to-zip
How to use
# Import pakage
from backup_folder_to_zip import backup
# Save local folders
from_folder = "c:\\user\\my_files"
to_folder = "c:\\user\\backup_of_my_files"
# backup folder
mybackup = extractor.Extractor(from_folder, to_folder)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file backup_folder_to_zip-1.0.2.tar.gz
.
File metadata
- Download URL: backup_folder_to_zip-1.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/2.7.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e46936afe6fb751e449821a01b5e2ebad8842f45acb891427a2963a91c6eb9e |
|
MD5 | 2a5ff8a8715c0a9ca857bcb871a32212 |
|
BLAKE2b-256 | e132b8c17f679933684353dfa17dfbb12a87bb5af7392f773a8299df9771c832 |