Updates en varios scripts

This commit is contained in:
2024-02-12 12:51:38 +01:00
parent 8d19fe49b6
commit 5be581b48f
3 changed files with 30 additions and 11 deletions
+1
View File
@@ -39,6 +39,7 @@ for i in /etc/cron.*; do
rsync -avh --delete "$i" "${TARGET_SYSTEM_FILES}"/ | tee -a "${LOG}"
done
rsync -avh --delete /etc/fstab "${TARGET_SYSTEM_FILES}"/ | tee -a "${LOG}"
rsync -avh --delete /etc/crontab "${TARGET_SYSTEM_FILES}"/ | tee -a "${LOG}"
## Backup de ficheros
FILES=".gitconfig .git-credentials"