Guest User

Untitled

a guest
Jun 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ...
  2. [ -z $LAST_SNAPSHOT ] && LINK_DEST="" || LINK_DEST="--link-dest "$BACKUP_ROOT/$LAST_SNAPSHOT""
  3. ...
  4.  
  5. /usr/bin/rsync $OPTS $EXCLUDES $LINK_DEST "$MASTER/" "$NEW_SNAPSHOT"
  6.  
  7. --link-dest arg does not exist: "/home/backuptest/dest/backuptest/20180619_134044"
  8.  
  9. [ -z $LAST_SNAPSHOT ] && LINK_DEST="" || LINK_DEST="--link-dest $BACKUP_ROOT/$LAST_SNAPSHOT"
Add Comment
Please, Sign In to add comment