Difference between revisions of "Ubuntu"

Jump to navigation Jump to search
879 bytes added ,  13:24, 17 March 2010
→‎Backup: Added automated backup
(→‎OS DNS Setup: Typo fix)
(→‎Backup: Added automated backup)
Line 210: Line 210:


==== Backup ====
==== Backup ====
Basic manual backup
'''Basic manual backup'''
# SU to Zimbra admin
# SU to Zimbra admin
#* <code> su - zimbra </code>
#* <code> su - zimbra </code>
Line 218: Line 218:
#* EG <code> cp -rp /opt/zimbra /home/simons/zimbra_backup_100301 </code>
#* EG <code> cp -rp /opt/zimbra /home/simons/zimbra_backup_100301 </code>


More elaborate scripted version
<br>'''More elaborate scripted version'''<br>
http://www.zimbra.com/forums/administrators/15275-solved-yet-another-backup-script-community-version.html
* For more info see - http://www.zimbra.com/forums/administrators/15275-solved-yet-another-backup-script-community-version.html
* Script is downloadable from - http://www.osoffice.de/downloads/viewcategory-7.html
 
# Check the size of the <code> /opt/zimbra </code> dir, this will be replicated to a sync directory, from which the actual backup is taken, and check available free space
#* <code> du -hs /opt/zimbra </code>
#* <code> df -h </code>
# Un-gzip and upload the config file to somewhere convenient
# Edit required config params at start of script
# Run the script to install (as root), allow creation of required folders and install of required utils
#* <code> ./zmbak_v.0.8.sh --INSTALL </code>
# Perform a first full run to check everything works alight and to create the first full backup
#* <code> ./zmbak_v.0.8.sh -f </code>
 
To restore, see http://www.zimbra.com/forums/administrators/15275-solved-yet-another-backup-script-community-version-24.html


== MySQL ==
== MySQL ==

Navigation menu