Skip to content
Snippets Groups Projects
main.yml 366 B
Newer Older
  • Learn to ignore specific revisions
  • backup_hosts:
    
      - host: "ssh://u236610.your-storagebox.de:23"
        dir: "~/repo"
    
        borg_cmd: "borg"
    
        compact_after_prune: true
    
      - host: "ssh://zh1905@zh1905.rsync.net:22"
    
        dir: "~/backup/{{ inventory_hostname }}"
    
        suffix: "-offsite"
    
        borg_cmd: "borg --remote-path=borg1"
    
        compact_after_prune: false # not upgraded to borg 1.2 yet