diff options
| author | Robert Bruce Park <r@robru.ca> | 2013-11-26 13:13:58 -0800 |
|---|---|---|
| committer | Robert Bruce Park <r@robru.ca> | 2013-11-26 13:13:58 -0800 |
| commit | d73b3ffe43de1931bb419aef0255ca1ffa401e0c (patch) | |
| tree | 654b4165f1af6d4aafe0ff731ff88e1fa3b02da3 | |
| parent | b16c3cf4ceada6a1bfb7e71e19605d723d1d51d5 (diff) | |
Yet more quotes!
| -rw-r--r-- | rsync_tmbackup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index ba12a18..3d0b947 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -140,7 +140,7 @@ while : ; do # it simple, just use an absolute path. See http://serverfault.com/a/210058/118679 PREVIOUS_DEST="$(cd "$PREVIOUS_DEST"; pwd)" fn_log_info "Previous backup found - doing incremental backup from $PREVIOUS_DEST" - LINK_DEST_OPTION="--link-dest=$PREVIOUS_DEST" + LINK_DEST_OPTION="--link-dest='$PREVIOUS_DEST'" fi # ----------------------------------------------------------------------------- |
