Changes between Version 11 and Version 12 of Documentation/Community/HowTo/ThePerfectEboxSetup/Backup
- Timestamp:
- 05/27/09 14:09:26 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Community/HowTo/ThePerfectEboxSetup/Backup
v11 v12 107 107 }}} 108 108 109 This backup can be automatized with a script like [source:trunk/extra_ebox_backup this one]. Save it in ''/etc/cron.daily/ebox_backup'', give it execution permission and it will be run every night. Don't forget to set the ''BACKUP'' and ''MAXAGE'' variables to the proper values for your environment.109 This backup can be automatized with a script like [source:trunk/extra_ebox_backup this one]. Save it in ''/etc/cron.daily/ebox_backup'', give it execution permission and it will be run every night. Don't forget to set the ''BACKUP'', ''LOG'' and ''MAXAGE'' variables to the proper values for your environment. You can also use the pre-commands and post-commands to mount and umount the device for increased security, uncomment those lines and set the paths as convenient. 110 110 111 111 {{{ … … 114 114 % chmod a+x /etc/cron.daily/ebox_backup 115 115 }}} 116 117 Don't forget to check if your backups are being done from time to time.