Actualitzat backup_macbook_air.sh

This commit is contained in:
2025-02-17 18:02:57 +01:00
parent 29380539e5
commit f790a84cc4
+1 -1
View File
@@ -29,7 +29,7 @@ for FILE in $FILES; do
done
## Backup de las carpetas del directorio home
FOLDERS=".ssh Documents Downloads Pictures"
FOLDERS=".ssh Documents Downloads Pictures Movies"
for FOLDER in $FOLDERS; do
if [ -d "${BACKUP_HOME}"/"${FOLDER}" ]; then
printf "\n\n>> COPIANDO %s\n" "${FOLDER}"