fixed symlink creation
This commit is contained in:
parent
e6a99d2f7f
commit
c5d1e04d6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue