Skip to content

Commit c85cfdb

Browse files
committed
0.6.0
1 parent 5ad0f57 commit c85cfdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ See [Do It Yourself Backup System Using Rsync](http://www.sanitarium.net/golug/r
100100
##### Restore
101101
- `--restore`
102102
- Clone files from `--src` to `--dst`
103+
- *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*
103104
- If this flag is used snapshots are not used, this flag enables a simple rsync copy from the source to destination
104105
- All snapshot management flags will be ignored
105106

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsync-snapshot",
3-
"version": "0.5.5",
3+
"version": "0.6.0",
44
"description": "A incremental full system backup solution using rsync",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)