Update backup-files.sh

Log path modificado a -> /var/log/backup-disk.log
This commit is contained in:
Facundo Carroz 2025-10-07 23:53:46 -03:00 committed by GitHub
parent 8375bfddf3
commit 1e91bbdd45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
set -euo pipefail
# Save log
exec > >(tee "$HOME/backup-disk.log") 2>&1
exec > >(tee /var/log/backup-disk.log) 2>&1
# Paths
# Unmount disk after save backup