first commit
This commit is contained in:
34
cache/compiled/files/1d4bf9188c173f6a03f561850187959f.yaml.php
vendored
Normal file
34
cache/compiled/files/1d4bf9188c173f6a03f561850187959f.yaml.php
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/system/config/backups.yaml',
|
||||
'modified' => 1581466810,
|
||||
'data' => [
|
||||
'purge' => [
|
||||
'trigger' => 'space',
|
||||
'max_backups_count' => 25,
|
||||
'max_backups_space' => 5,
|
||||
'max_backups_time' => 365
|
||||
],
|
||||
'profiles' => [
|
||||
0 => [
|
||||
'name' => 'Default Site Backup',
|
||||
'root' => '/',
|
||||
'schedule' => false,
|
||||
'schedule_at' => '0 3 * * *',
|
||||
'exclude_paths' => '/backup
|
||||
/cache
|
||||
/images
|
||||
/logs
|
||||
/tmp',
|
||||
'exclude_files' => '.DS_Store
|
||||
.git
|
||||
.svn
|
||||
.hg
|
||||
.idea
|
||||
.vscode
|
||||
node_modules'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user