/rbackup

Simple backup script

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

rbackup

rbackup is a simple one-command backup script.

The only command of the script is:

rbackup source -d destination

The source can be only the directory, while destination can be either directory or file.

Example usage:

rbackup MyFolder -d D:\Backups

Note that the paths can be relative and also no extension needed if the destination is a file.

Use rbackup -h for the help.

Installation

You can install rbackup using pip:

pip install git+https://github.com/r4nx/rbackup.git

Add #egg=rbackup[color] to the end of the command for the colored script output.