(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
+5 -5
View File
@@ -1,5 +1,5 @@
/* /*
!/pages !/pages
!/themes !/themes
!/config !/config
!/accounts !/accounts
+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 * * *'
+1 -1
View File
@@ -5,7 +5,7 @@ folders:
- config - config
- accounts - accounts
sync: sync:
direction: pull direction: both
on_save: true on_save: true
on_delete: true on_delete: true
on_media: true on_media: true