diff options
| author | Robert Bruce Park <r@robru.ca> | 2013-11-15 23:02:24 -0800 |
|---|---|---|
| committer | Robert Bruce Park <r@robru.ca> | 2013-11-15 23:02:24 -0800 |
| commit | a474f139f57261cdca8110cabc1b9c607a31c1de (patch) | |
| tree | 748e8ec93e9ad7ca08976c6c547a967c7fd5f64e | |
| parent | 28735b181586606e107a471163e8c6b109016446 (diff) | |
Stop creating "latest" symlink (implemented in a different branch).
This reverts commit 28735b181586606e107a471163e8c6b109016446.
| -rw-r--r-- | rsync_tmbackup.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 66eab2e..3aa0712 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -279,10 +279,6 @@ while [ "1" ]; do exit $RSYNC_EXIT_CODE fi - # Force creation of 'latest' symlink pointing at the new $DEST. - rm -rf -- "$DEST_FOLDER/latest" - ln -vs "$(basename "$DEST")" "$DEST_FOLDER/latest" - rm -- "$INPROGRESS_FILE" # TODO: grep for "^rsync error:.*$" in log fn_log_info "Backup completed without errors." |
