dedijk4/cache/compiled/files/1d4bf9188c173f6a03f56185018...

35 lines
794 B
PHP

<?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'
]
]
]
];