gayming/playstation2/backup-ops2l-vmc.bash: add chmod 777 for helping with restore

This commit is contained in:
Aminda Suomalainen 2023-03-18 13:44:05 +02:00
parent e176335c39
commit 14101546d3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -12,6 +12,10 @@ mkdir -p $BACKUPDIR
# playing or running this script during the problem hours
cp -rv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)"
# Samba is fun with permissions
chmod -R 777 $VMCDIR
chmod -R 777 $BACKUPDIR
# Curiosity, show the space used
du -hc --time $BACKUPDIR