User Tools

Site Tools


wiki:run_borgbackup_each_day

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:run_borgbackup_each_day [2023/04/11 18:12] – comment out PATH variable antisawiki:run_borgbackup_each_day [2023/04/11 18:19] – [Run anacron in user mode] fix syntax antisa
Line 24: Line 24:
 # this will run test.sh script once each day # this will run test.sh script once each day
 # period  delay  job-identifier  command # period  delay  job-identifier  command
-1         10     testjob         test.sh+1         10     testjob         test.sh > /tmp/test.log 2>&1
 </code> </code>
 3. Add the following line to your crontab using ''crontab -e'': 3. Add the following line to your crontab using ''crontab -e'':
Line 31: Line 31:
  
  
 +===== Test =====
 +
 +  anacron -fdn -t $HOME/.anacron/etc/anacrontab -S $HOME/.anacron/spool
  
 ====== Tested on ====== ====== Tested on ======
wiki/run_borgbackup_each_day.txt · Last modified: 2023/04/12 12:17 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki