d921b410a6455efacc9fbe2f036a262f.yaml.php 769 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/system/config/backups.yaml',
  5. 'modified' => 1591823779,
  6. 'data' => [
  7. 'purge' => [
  8. 'trigger' => 'space',
  9. 'max_backups_count' => 25,
  10. 'max_backups_space' => 5,
  11. 'max_backups_time' => 365
  12. ],
  13. 'profiles' => [
  14. 0 => [
  15. 'name' => 'Default Site Backup',
  16. 'root' => '/',
  17. 'schedule' => false,
  18. 'schedule_at' => '0 3 * * *',
  19. 'exclude_paths' => '/backup
  20. /cache
  21. /images
  22. /logs
  23. /tmp',
  24. 'exclude_files' => '.DS_Store
  25. .git
  26. .svn
  27. .hg
  28. .idea
  29. .vscode
  30. node_modules'
  31. ]
  32. ]
  33. ]
  34. ];