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.
 
 
 

24 lines
613 B

  1. root: "/tmp"
  2. one-file-system: true
  3. # Files larger than this are excluded. If a large file isn't
  4. # explicitly mentioned in "excludes" below, it also generates a
  5. # warning.
  6. max-file-size: 500MiB
  7. # Files/dirs to exclude from backup.
  8. # Paths should be absolute, or start with **/
  9. exclude: |
  10. **/Steam/steamapps
  11. **/Steam/ubuntu*
  12. /tmp/bigfile
  13. /tmp/out.ps
  14. # Files that are always included, even if they would have been
  15. # excluded due to file size or the "exclude" list.
  16. # Paths should be absolute, or start with **/
  17. force-include: |
  18. # Email address for notification at end of backup
  19. notify-email: jim@jim.sh