Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlyons0 committed Feb 22, 2018
1 parent 5ad0f57 commit c85cfdb
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ See [Do It Yourself Backup System Using Rsync](http://www.sanitarium.net/golug/r
##### Restore
- `--restore`
- Clone files from `--src` to `--dst`
- *Note: Since there is no snapshot management done in restore mode, restores can be done from server to client or client to server by switching the destination and source arguments*
- If this flag is used snapshots are not used, this flag enables a simple rsync copy from the source to destination
- All snapshot management flags will be ignored

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsync-snapshot",
"version": "0.5.5",
"version": "0.6.0",
"description": "A incremental full system backup solution using rsync",
"main": "index.js",
"scripts": {

0 comments on commit c85cfdb

Please sign in to comment.