Files
Grav/system/config/backups.yaml

16 lines
371 B
YAML
Raw Normal View History

Squashed commit of the following: commit 85194f77412fb25c1708d594435a87ded4ccdddc Author: Andy Miller <rhuk@mac.com> Date: Tue Sep 11 16:13:04 2018 -0600 cleanup commit 38b35d57ebf3a74c5210487add1a023c93a1c45b Author: Andy Miller <rhuk@mac.com> Date: Mon Sep 10 21:24:12 2018 -0600 Removed old ZipBackup class commit 05da0b3eee8a3156776771e89604c89870aad8e2 Author: Andy Miller <rhuk@mac.com> Date: Mon Sep 10 21:19:41 2018 -0600 Fix for empty crontab message commit a77955a598a6d8e1a4d34a8e61d54dea2ea3a38a Author: Andy Miller <rhuk@mac.com> Date: Mon Sep 10 14:33:33 2018 -0600 Implemented purge commit ead22829c0ffe1c08478833e96802d6a7b93da0f Author: Andy Miller <rhuk@mac.com> Date: Mon Sep 10 13:15:29 2018 -0600 Remove double code logic commit 44d37ad91017e401fbe58e05af7b9141e35128d4 Author: Andy Miller <rhuk@mac.com> Date: Mon Sep 10 13:10:49 2018 -0600 Optimized loading commit e8b96d22cfd67f8226e53a54051aff2deb450e66 Author: Andy Miller <rhuk@mac.com> Date: Mon Sep 10 12:00:18 2018 -0600 more progress for events commit 32579228d3ed351ad883da85917a9b745721611b Author: Andy Miller <rhuk@mac.com> Date: Sun Sep 9 21:55:17 2018 -0600 validations commit 39c0eee1c3bf64184bd30483ae629fee7d04f532 Author: Andy Miller <rhuk@mac.com> Date: Sun Sep 9 21:37:19 2018 -0600 require stuff commit 7a0cf861d45fc5da4a2acc877ee6518d717f0a53 Author: Andy Miller <rhuk@mac.com> Date: Sun Sep 9 18:07:38 2018 -0600 added ability to turn off tense in nicetime commit 09bffc6cac2123325262b6e3deb75a15a553ea42 Author: Andy Miller <rhuk@mac.com> Date: Sun Sep 9 14:35:50 2018 -0600 title for profiles commit fa70782c275bb4e37cb55423c73c2f7de63888a3 Author: Andy Miller <rhuk@mac.com> Date: Sun Sep 9 14:31:45 2018 -0600 Improvements commit 83342bf563a9a2a7b338ad22490052fb4b2c3165 Author: Andy Miller <rhuk@mac.com> Date: Sun Sep 9 13:28:31 2018 -0600 Optimizations commit a5a2c133d280d7c2d18d39ffb936df019007ca09 Author: Andy Miller <rhuk@mac.com> Date: Sat Sep 8 23:36:32 2018 -0600 Tidyup commit 1e7585dd6fd0d7cdae4a294229d7813863bbd243 Author: Andy Miller <rhuk@mac.com> Date: Sat Sep 8 22:19:25 2018 -0600 Pick the backup from CLI if more than 1 commit 8e36a3b1063c8feabfe9e2702d78246ad03d87b1 Author: Andy Miller <rhuk@mac.com> Date: Sat Sep 8 20:07:02 2018 -0600 Added downloads button commit 9d7408a09472ca58f50e46f6a9839bb95b510c07 Author: Andy Miller <rhuk@mac.com> Date: Sat Sep 8 16:59:24 2018 -0600 Integrated with build configuration commit c22a6de8791522f1b6c622c255e09d94d7288811 Author: Andy Miller <rhuk@mac.com> Date: Sat Sep 8 15:05:38 2018 -0600 init and create backup dir if required commit 40a28def5df42ab3edd265a5622580c1170d5a33 Author: Andy Miller <rhuk@mac.com> Date: Sat Sep 8 08:39:52 2018 -0600 Made backup a Grav service provider commit b09f778b8f6d823e6c03e83f3759114fab9a2959 Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 18:19:29 2018 -0600 backups config has begun commit 69da2948d6374f2a6d428ce2fa6b5f65ca6f4715 Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 18:19:02 2018 -0600 Scheduler tweaks commit d30d3010d670c4771859947b950ae7984fd3529e Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 15:10:58 2018 -0600 style integrated commit d37b250a5d98c3dfd9556bc0491c41debf94720b Merge: c8823edd be0573f6 Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 15:04:05 2018 -0600 Merge branch '1.6' into feature/backup commit c8823edd0cef4bfc878c83f1dd7e35fabaa6157d Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 14:35:29 2018 -0600 Better messages in CLI commit 6695fb4d512cfe2e48220caf941e41c5dca0293e Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 14:15:40 2018 -0600 CLI status bar integration commit bae7047482ef786e5b0012b99eb911a7740f8818 Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 07:32:56 2018 -0600 optimizations commit 4b8d67a15c3c14297d2bdb8769fbddd0221d13a9 Author: Andy Miller <rhuk@mac.com> Date: Fri Sep 7 06:49:49 2018 -0600 archive class stuff commit d03722689a1c06098e3db7fd3130d36ee8225ff6 Author: Andy Miller <rhuk@mac.com> Date: Thu Sep 6 17:31:21 2018 -0600 initial commit of some stub classes
2018-09-19 15:44:31 -06:00
purge:
trigger: space
max_backups_count: 25
max_backups_space: 5
max_backups_time: 365
profiles:
-
name: 'Default Site Backup'
root: '/'
schedule: false
schedule_at: '0 3 * * *'
exclude_paths: "/backup\r\n/cache\r\n/images\r\n/logs\r\n/tmp"
exclude_files: ".DS_Store\r\n.git\r\n.svn\r\n.hg\r\n.idea\r\n.vscode\r\nnode_modules"