My backup scripts and tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
910 B

  1. root: "/"
  2. one-file-system: true
  3. exclude-caches: true
  4. # Files larger than this are excluded. If a large file isn't
  5. # explicitly mentioned in "excludes" below, it also generates a
  6. # warning. Note that this counts used blocks, so files with large
  7. # holes will still be considered small (since they'll compress easily)
  8. max-file-size: 500MiB
  9. # Files/dirs to exclude from backup.
  10. # Absolute paths here start at the root directory.
  11. # Relative paths are treated as if starting with **/
  12. # Paths ending in / will only match directories.
  13. exclude: |
  14. /var/tmp/
  15. /tmp/
  16. /var/cache/apt/archives/
  17. Steam/steamapps/
  18. Steam/ubuntu*/
  19. .cache/
  20. # Files that are always included, even if they would have been
  21. # excluded due to file size or the "exclude" list.
  22. # Matching rules are the same as above.
  23. force-include: |
  24. .git/objects/pack/*.pack
  25. # Email address for notification at end of backup
  26. notify-email: jim@jim.sh