Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

August 25, 2016

August 13, 2016

January 5, 2016

Script backup zimbra mail

##!/bin/bash clear echo Start time of the backup = $(date +%T) before="$(date +%s)" ## Backup Format FORMAT=tgz ## Backup location ZBACKUP=/srv/backup/ ## Folder name for backup and using date DATE=`date +"%d%m%y"` ## Backup location separate by date ZDUMPDIR=$ZBACKUP/$DATE ## zmmailbox location ZMBOX=/opt/zimbra/bin/zmmailbox ###...

December 23, 2015

Backup of Zimbra MailBox using zmmailbox

This is a short script I use to backup the Zimbra mailbox content for my users. This has been used on a Zimbra Collaboration Server (ZCS Open Source Edition) 7.2 installation, but should work on earlier versions as well. I use another script to backup the whole Zimbra installation, but that might be...

September 11, 2015

Scripts for backup website

####################################################################### ## AURELIEN HUSSON ## ## Script backup website and Database ## ## Info : ## ## Exemple : website find in /home/www/website/public_html/ ## ## backup in /home/www/website/backup/ ## ## The script in /home/www/website/backup-site.sh...

July 31, 2015

June 16, 2015