Skip to content
Snippets Groups Projects
main.yml 413 B
Newer Older
  • Learn to ignore specific revisions
  • backup_hosts:
    
      - host: "ssh://u236610.your-storagebox.de:23"
        dir: "~/repo"
    
        borg_cmd: "/usr/bin/borg"
    
      - host: "ssh://zh1905@zh1905.rsync.net:22"
    
        dir: "~/backup/{{ inventory_hostname }}"
    
        suffix: "-offsite"
    
        borg_cmd: "/usr/bin/borg --remote-path=borg1"
    
    
    backup_postgres_dir: /root/backup-postgres
    backup_mysql_dir: /root/backup-mysql
    backup_mysql_defaults: /root/.backup-my.cnf