Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

backup_folder_to_zip-1.0.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page