--Configure how long to keep snapshots for this task. Leave empty to use global defaults.
No logs available
Loading...
Loading snapshots...
Monitor backup health, detect issues, and get predictive insights
Loading health data...
General Settings. Paths and mount point
Configure how long to keep snapshots. These settings apply to all tasks unless overridden per-task.
Configure patterns to exclude files and folders from snapshots. One pattern per line.
* for any chars, ** for dirs, ? for one char, /pattern for root only, ! to negate
| Rule | Explanation | Matches | Ignores |
|---|---|---|---|
logs |
Matches files and folders that are named logs | thesis/logs/ thesis/chapters/logs/ |
2 directories 6 files |
/logs |
Matches files and folders named logs only within parent directory | thesis/logs/ | 1 directory 5 files |
*.db |
Matches files with extension .db | thesis/tmp.db thesis/logs/log.db |
0 directories 5 files |
*.db* |
Matches files with extension .db followed by any character | thesis/tmp.db thesis/logs/tmp.dba |
0 directories 6 files |
**/logs/** |
Matches all occurrences of logs within the thesis and sub-directories | thesis/logs/ thesis/chapters/logs/ |
2 directories 6 files |
chapters/**/*.log |
Matches all files with extension .log in all sub-directories within chapters | thesis/chapters/logs/chapter.log | 0 directories 1 file |
*.* |
Matches all files in thesis | thesis/ thesis/tmp.db (all files) |
5 directories 17 files (all) |
!*.* |
Matches no files in thesis | - | 0 directories 0 files |
[a-z]?tmp.db |
Matches files beginning with characters between a-z, followed by a single character, ending with tmp.db | thesis/abtmp.db | 0 directories 1 file |
?tmp.db |
Matches files with exactly one character ending with tmp.db | thesis/atmp.db | 0 directories 1 file |
[a-z]*tmp.db |
Matches files beginning with characters between a-z, followed by zero or multiple characters, ending with tmp.db | thesis/abtmp.db thesis/atmp.db thesis/logs/tmp.db |
0 directories 3 files |
# comment,
! negate,
* any chars,
** any directories,
? one char,
[0-9] range,
/ root only
Configure Pushover notifications for backup events. Get notified when snapshots succeed or fail.
{{.Subject}} - Default notification subject{{.Body}} - Default notification body{{.Hostname}} - Server hostname{{.EventArgs.OverallStatus}} - Status (SUCCESS/ERROR){{.EventTime | formatTime}} - Event timestamp{{.KopiaBuildVersion}} - Kopia version{{.Subject}}: {{.Body}}
Configure how snapshot verification should work. Verification checks the integrity of your backup data.
Clean up deleted snapshots and free disk space. This runs garbage collection to permanently remove unreferenced data blocks.
/api/maintenance/stats
- Get repository statistics
/api/maintenance/run?full=true
- Run GC in background
/api/maintenance/run?full=true
- Run GC and wait for result
Create and restore backups of your task configurations. Backups include all task settings, paths, and options.
Loading backups...
/api/backups/create
- Create backup and return path