Changes

From SME Server
Jump to navigationJump to search
m
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. My smebackup user's cron entry is:
+
Automating the backups is now simply a matter of creating a cron job 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
95

edits

Navigation menu