Changes between Version 10 and Version 11 of Documentation/Community/HowTo/ThePerfectEboxSetup/Backup
- Timestamp:
- 05/27/09 14:02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Community/HowTo/ThePerfectEboxSetup/Backup
v10 v11 106 106 Current mirror: Wed May 20 21:56:32 2009 107 107 }}} 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. 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 }}}