mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
backup-ops2l-vmc.bash: chmod .. too
This commit is contained in:
parent
48b0722023
commit
8774751e39
@ -13,6 +13,7 @@ mkdir -p $BACKUPDIR
|
||||
cp -arv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)"
|
||||
|
||||
# Samba is fun with permissions
|
||||
chmod -R 777 $VMCDIR/..
|
||||
chmod -R 777 $VMCDIR
|
||||
chmod -R 777 $BACKUPDIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user