mirror of
https://github.com/Facundo-prog/automatic_backup_script.git
synced 2025-10-14 00:59:40 +00:00
Update backup-files.sh
Log path modificado a -> /var/log/backup-disk.log
This commit is contained in:
parent
8375bfddf3
commit
1e91bbdd45
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user