jobs:
- command: 'restic-backblaze-example backup /var'
at: '0 4 * * *'
pre_command: 'mysqldump --all-databases > /srv/my.sql'
- command: 'restic-backblaze-example backup /home'
at: '0 3 * * *'
user: 'restic'
post_command: 'systemctl restart some-app'
- command: 'restic-backblaze-example backup /var/or/sth'
at: '0 5 * * *'
pre_command: 'mysqldump --all-databases > /srv/my.sql'
post_command: 'systemctl restart some-app'
- Brought back user to job scope (with fallback to restic_user).
- Fixed handling case when having spaces in the job name.
- Fixed run APT update pre-task only on Debian-based distributions.
- Added FreeBSD 12.3 to supported versions.
- Added Debian 11 bullseye to supported versions.
- Added RedHat-based distros to supported platforms.
- Removed ubuntu1804 in favor of rockylinux8 for CI tests.