fixed symlink creation

This commit is contained in:
Steffen Vogel 2013-11-08 18:58:49 +01:00
parent e6a99d2f7f
commit c5d1e04d6a

View file

@ -88,4 +88,4 @@ rsync $OPTS $SRC $DEST/.current/
btrfs subvolume snapshot -r $DEST/.current $DEST/$DATE
# create symlink to latest snapshot
ln -sf $DATE latest
ln -rsfT $DATE latest