exclude emu folder from backup

This commit is contained in:
Kopatz
2023-12-12 23:40:35 +01:00
parent 4bb82ad340
commit de61b247cd

View File

@@ -74,6 +74,7 @@
"/home/**/node_modules"
"/home/**/dont_remotebackup"
"/home/**/venv"
"**/emu"
];
rcloneConfigFile = config.age.secrets.restic-gdrive.path;
repository = "rclone:it-experts:backup";