Changes between Version 11 and Version 12 of Documentation/Community/HowTo/ThePerfectEboxSetup/Backup

Show
Ignore:
Timestamp:
05/27/09 14:09:26 (4 years ago)
Author:
jsalamero@… (IP: 87.198.40.144)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Community/HowTo/ThePerfectEboxSetup/Backup

    v11 v12  
    107107}}} 
    108108 
    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. 
     109This 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. 
    110110 
    111111{{{ 
     
    114114% chmod a+x /etc/cron.daily/ebox_backup 
    115115}}} 
     116 
     117Don't forget to check if your backups are being done from time to time.