You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# every 60 minutes, sync backup (will automatically rotate backups as needed)
0 * * * * root if [ -x /usr/bin/reallysimplebackup-rsync ]; then /usr/bin/reallysimplebackup-rsync >> /var/log/reallysimplebackup.log 2>&1; fi
# at every reboot, force backup-rsync
@reboot root if [ -x /usr/bin/reallysimplebackup-rsync ]; then /usr/bin/reallysimplebackup-rsync after-reboot >> /var/log/reallysimplebackup.log 2>&1; fi