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

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

--

Legend:

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

    v10 v11  
    106106Current mirror: Wed May 20 21:56:32 2009 
    107107}}} 
     108 
     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'' and ''MAXAGE'' variables to the proper values for your environment. 
     110 
     111{{{ 
     112% wget http://svn.ebox-platform.com/ebox-platform/trunk/extra/ebox_backup 
     113% mv ebox_backup /etc/cron.daily/ebox_backup 
     114% chmod a+x /etc/cron.daily/ebox_backup 
     115}}}