(Grav GitSync) Automatic Commit from GitSync

This commit is contained in:
GitSync
2026-08-25 17:57:34 +00:00
parent 8954987de4
commit 2700b3bf95
3 changed files with 19 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
purge:
trigger: number
max_backups_count: 25
max_backups_space: 5
max_backups_time: 365
profiles:
-
name: 'Default Site Backup'
root: /
exclude_paths: "/backup\n/cache\n/images\n/logs\n/tmp"
exclude_files: ".DS_Store\n.git\n.svn\n.hg\n.idea\n.vscode\nnode_modules"
schedule: false
schedule_at: '0 3 * * *'