summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--rsync_tmbackup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bf29d25..1d63c9d 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh
index 97fd6a5..ebe8b0b 100644
--- a/rsync_tmbackup.sh
+++ b/rsync_tmbackup.sh
@@ -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