Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@hadret hadret released this 13 Feb 13:33
· 7 commits to master since this release
e915950
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'