@ -1,6 +1,12 @@
#!/bin/bash
if [ $# -ne 1 ]; then
echo "Usage: $0 <backup_location>"
exit 1
fi
BACKUP_LOCATION=$1+"-"+$(date +%Y-%m-%d)
BACKUP_LOCATION="/nas/share/backup-$(date +%Y-%m-%d).tar"
COMPRESS=false
rm -f $BACKUP_LOCATION
The note is not visible to the blocked user.