Merge branch 'master' of https://github.com/laurent22/rsync-time-backup
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Rsync time backup
|
# Rsync time backup
|
||||||
|
|
||||||
Time Machine style backup with rsync. Should work on Linux, Mac OS X and Windows with Cygwin.
|
Time Machine style backup with rsync. Should work on Linux (tested on some distros), Mac OS X (fully tested) and Windows with Cygwin (not tested yet but feeback would be welcome).
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -280,7 +280,7 @@ while [ "1" ]; do
|
|||||||
ln -s -- $(basename -- "$DEST") "latest"
|
ln -s -- $(basename -- "$DEST") "latest"
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
rm -- "$INPROGRESS_FILE"
|
rm -f -- "$INPROGRESS_FILE"
|
||||||
# TODO: grep for "^rsync error:.*$" in log
|
# TODO: grep for "^rsync error:.*$" in log
|
||||||
fn_log_info "Backup completed without errors."
|
fn_log_info "Backup completed without errors."
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user