gayming/playstation2/backup-ops2l-vmc.bash: add du

This commit is contained in:
Aminda Suomalainen 2023-03-17 21:50:10 +02:00
parent b444331707
commit 3b8ff92fe1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -12,4 +12,7 @@ mkdir -p $BACKUPDIR
# playing or running this script during the problem hours
cp -rv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)"
# Curiosity, show the space used
du -hc --time $BACKUPDIR
set +x