Changes

Jump to navigation Jump to search
Line 77: Line 77:  
===Automating backups with cron===
 
===Automating backups with cron===
   −
Automating the backups is now simply a matter of creating cronjob to perform the backup using crontab -e. Here my smebackup user's cron entry is:
+
Automating the backups is now simply a matter of creating cronjob to perform the backup using crontab -e. My smebackup user's cron entry is:
 
   
 
   
 
  45 21 * * * umask 077 && /home/smebackup/bin/do_backups
 
  45 21 * * * umask 077 && /home/smebackup/bin/do_backups
35

edits

Navigation menu