Skip to content
Guten Ye edited this page May 7, 2015 · 1 revision

Most of the time, the remote host may not be alive, the solution is run the backup every hour with a duration at least 24 hours from the last time backuped.

Download run-once script and put it into /usr/bin/

# systemctl edit [email protected]

  [Service]
  ExecStart=/usr/bin/run-once %i 24 /usr/bin/gutbackup backup %i

# systemctl edit [email protected]

  [Timer]
  OnCalendar=hourly
Clone this wiki locally