Skip to main content

Back ups your folder to your preferred local or network destination reading or creating a gitignore file.

Project description

Python package

backupp

Back ups your folder to your preferred local or network destination reading or creating a gitignore file.

installation

-U for the latest

pip install backupp -U         # or 
# pip3 install backupp -U  

Usage from console (Win) / terminal on (linux / Mac)

$ backupp /some_folder/that_folder  my_backup_folder

$ backupp /some_folder/that_folder  path/to_my_backup_folder

# backup current folder
$ backupp .  path/to_my_backup_folder 

# backup parent folder
$ backupp ..  path/to_my_backup_folder 

gitignore file

backupp package looks for a .gitignore file. If it does not exist it creates one for your folder. You may modify it to create rules which files/ folders to ignore just like git does.

setup global backup folder

backupp --setup my_favorite_backup_folder

backupp some_folder 

check backup setup

displays your current setup and preferences

backupp --check 

backup with commit

similar to $ git add . ; git commit -m'Thisisacommitmessage' ; git push

# creates a Thisisacommitmessage folder and backups 
# your folders and files inside this new folder 
# this is helpful when you would like to create breakpoints 
backupp path/somepath/somefolder_commit_Thisisacommitmessage

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

backupp-0.0.16-py2.py3-none-any.whl (39.6 kB view hashes)

Uploaded Python 2 Python 3

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