Differences
This shows you the differences between the selected revision and the current version of the page.
howto:anacron 2011/11/12 23:03 | howto:anacron 2017/09/06 18:38 current | ||
---|---|---|---|
Line 5: | Line 5: | ||
=== anacron === | === anacron === | ||
- | //anacron// makes sure that commands as given in ///etc/cron.{hourly,daily,weekly,monthly}/// are executed exactly once in the apropriate period of time if system-uptime allows. As long as your NAS does not run 24h/day, **anacron this is what you need to trigger f.e. daily/weekly/monthly rotating rsnapshot-backups** of a local NAS-Path or from remote resources like your PC or Notebook using a rsync-daemon installed there or a ssh-connection! | + | //anacron// makes sure that commands as given in ///etc/cron.{hourly,daily,weekly,monthly}/// are executed exactly once in the apropriate period of time if system-uptime allows. As long as your NAS does not run 24h/day, **anacron this is what you need to trigger f.e. daily/weekly/monthly rotating rsnapshot-backups** of a local NAS-Path or a remote resource like your Notebook using a rsync-daemon installed there or a ssh-connection! |
=== anacronism : alternative to anacron === | === anacronism : alternative to anacron === | ||
- | Unfortunately there does not seem to be a suitable anacron-package (please correct me if this is not true). As a workaround you might use the shellscript anacronism which comes from the mythtv-community.(Thanks [[http://mythtv.mlaronson.com/home/anacron|Marc !]]) | + | Unfortunately there does not seem to be a suitable anacron-package (please correct me if this is not true). As a workaround you might use the shellscript anacronism which comes from the mythtv-community.(Thanks [[http://mythtv.mlaronson.com/home/anacron|Marc !]]) . |