1.0.4 • Published 6 years ago

r2backup v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago