From d0a7dbd4a7373614b86b9010c86617e0a233c31c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 4 Oct 2024 19:17:49 +0300 Subject: [PATCH] backup-ops2l-vmc.bash: verbose chmod --- gayming/playstation2/backup-ops2l-vmc.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gayming/playstation2/backup-ops2l-vmc.bash b/gayming/playstation2/backup-ops2l-vmc.bash index 2461e0d..dfc04f9 100755 --- a/gayming/playstation2/backup-ops2l-vmc.bash +++ b/gayming/playstation2/backup-ops2l-vmc.bash @@ -13,9 +13,9 @@ mkdir -p $BACKUPDIR cp -arv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M%S)" # Samba is fun with permissions -chmod -R 777 $VMCDIR/.. -chmod -R 777 $VMCDIR -chmod -R 777 $BACKUPDIR +chmod -Rv 777 $VMCDIR/.. +chmod -Rv 777 $VMCDIR +chmod -Rv 777 $BACKUPDIR # If duperemove is installed, perform FS based deduplication of backups if hash duperemove 2> /dev/null; then