Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ecl1ps authored Sep 27, 2020
1 parent 4103ed1 commit c212346
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# periodic-backup
Do you need frequent backups of a few files? Maybe backup of a game save? Then this is the right tool for you!

`> PeriodicBackup <time in minutes> <files to backup separated by semicolon> [<directory to backup>] [<name of output file>]`

When backuping multiple files last parameter `<name of output file>` is required and files are put in a zip archive with this name.

Backups are rolling and timestamp is appended to file name.

Backup is skipped when files hasn't changed since last backup.

0 comments on commit c212346

Please sign in to comment.