ansible-restic icon indicating copy to clipboard operation
ansible-restic copied to clipboard

Deploy restic backup program

Results 6 ansible-restic issues
Sort by recently updated
recently updated
newest added

Just stumbled over this: if `/tmp/restic-0.9.6-SHA256SUMS` is missing, check-mode fails: ``` % ansible-playbook -D -C site-backup01.yml [...] TASK [paulfantom.restic : Get checksum list from github] changed: [backup01.example.com] TASK [paulfantom.restic :...

This role shouldn't reinvent the wheel and implement custom scripts for various restic functionalities. There are already many projects providing a simple to use wrapper on restic and those could...

enhancement

We only could include/exclude files from backup by passing them to the restic binary as an option inline in `restic_repos.command`. When the number of in/exclude patterns grows, executed command in...

It should be possible to allow all users to run the restic binary. For that the variable restic_mode should be set to 0755 to set the permissions of the file...

keep snapshots that are newer than duration (eg. 1y5m7d2h) relative to the latest snapshot

hold

Software installations should adhere to [`man hier(7)`](http://man7.org/linux/man-pages/man7/hier.7.html). Ability to install restic in custom location is still preserved but not exposed (end goal is to remove it completely). Since most parts...