Back ups your folder to your preferred local or network destination accor reading or creating a gitignore file.
Project description
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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for backupp-0.0.15-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 866d6799acfca363a51598938576d044f5cca887dcb5d6b0f9960234ea7160c3 |
|
MD5 | 1f99a26a09f53b607ef34dd4d9bd1145 |
|
BLAKE2b-256 | de742f988d3063ab406068e587c1fd589951c3f8426651e01286d744641138d2 |