This commit is contained in:
Laurent Cozic
2013-11-26 03:44:06 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# 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
+1 -1
View File
@@ -280,7 +280,7 @@ while [ "1" ]; do
ln -s -- $(basename -- "$DEST") "latest"
cd -
rm -- "$INPROGRESS_FILE"
rm -f -- "$INPROGRESS_FILE"
# TODO: grep for "^rsync error:.*$" in log
fn_log_info "Backup completed without errors."
exit 0