mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-14 14:12:29 +00:00
Stop creating "latest" symlink (implemented in a different branch).
This reverts commit 28735b1815
.
This commit is contained in:
parent
28735b1815
commit
a474f139f5
1 changed files with 0 additions and 4 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue