r2backup
v1.0.4
Published
Backs up files to specified location
Downloads
11
Readme
r2Backupper
r2Backupper is a basic backup program that will copy the entirity of a folder to a backup location.
Install
npm i -g r2backup
Run
NOTE: Read/Write/Execute permissions are required in both base directory and the backup directory. Run an administrator command prompt or sudo
to use in system directories.
r2backup -w
This will open the wizard for inputting values. If you are more into CLIs, then use:
r2backup -s <SOURCE PATH> -d <DESTINATION PATH>
r2Backupper saves the previous specified location in a history, so you can run r2backup
to use this previous location, or r2backup -W
to clear it.