[#3261] exclude the local temp dir from the backups

This commit is contained in:
Gani Georgiev
2023-09-06 07:03:07 +03:00
parent f3fc7f78d7
commit abfe18bcce
34 changed files with 48 additions and 41 deletions
-1
View File
@@ -132,7 +132,6 @@ func verifyBackupContent(app core.App, path string) error {
"logs.db-shm",
"logs.db-wal",
".gitignore",
".pb_temp_to_delete",
}
entries, err := os.ReadDir(dir)