Re: [otrs] otrs Digest, Vol 58, Issue 37

This is an easy one. Run OTRS within a VM appliance ( which every flavor you know best but VMware has the tools to automate most if this natively.) and perform SnapShots as often as your RPO/RTO requires. Make sure to delete old one and only keep a few "current" version (weeks worth is you are doing hourly/daily snaps). Put these into a SAN storage where that is backed up too and best would to rep them to a remote DR facility. You can restore and entire system from a snap in VMware in minutes even if you have to remove and place new hardware as the system is pretty hardware agnostic. Good luck. Cheers Wayne T Work Sr CISSP, CISM Xerox Services 203-217-5004 On Jul 21, 2013, at 8:00 AM, otrs-request@otrs.org wrote:
Send otrs mailing list submissions to otrs@otrs.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.otrs.org/cgi-bin/listinfo/otrs or, via email, send a message with subject or body 'help' to otrs-request@otrs.org
You can reach the person managing the list at otrs-owner@otrs.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of otrs digest..."
Today's Topics:
1. Daily, Weekly & Monthly Backups (Wielbert Collinson)
----------------------------------------------------------------------
Message: 1 Date: Sun, 21 Jul 2013 11:23:33 +0400 From: "Wielbert Collinson"
Subject: [otrs] Daily, Weekly & Monthly Backups To: Message-ID: <001e01ce85e3$35f1c2f0$a1d548d0$@hitisem.com> Content-Type: text/plain; charset="us-ascii" Hello Team,
We know how to backup database in windows and we are able to restore it successfully.
Could you let us know how to perform daily, weekly and monthly backups of OTRS. Is there a script or a batch file that needs to be run to perform this action.
Many Thanks for your help!!
Regards,

On 21 July 2013 19:49, Wayne Work
This is an easy one. Run OTRS within a VM appliance ( which every flavor you know best but VMware has the tools to automate most if this natively.) and perform SnapShots as often as your RPO/RTO requires. Make sure to delete old one and only keep a few "current" version (weeks worth is you are doing hourly/daily snaps). Put these into a SAN storage where that is backed up too and best would to rep them to a remote DR facility. You can restore and entire system from a snap in VMware in minutes even if you have to remove and place new hardware as the system is pretty hardware agnostic.
That's an awful lot of wasted backup storage space! Why would you ever want to backup the operating system, if you have proper administration procedures in place (debian preseed/centos kixstart/windows wds + puppet/chef/cfengine) you should be able to deploy a new OS within a matter of minutes and then restore the applications separately. I just backup the /opt/otrs directory and the database, additionally the database has binary logging enabled so that I can roll the database back/forward to a specific point in time. This also allows you to pull out single files for restore in the case of someone modifying source code that breaks something (having to restore a full system snapshot for something like that is overkill). Steve

I agree with Steven. If you're using a linux variant, may I also suggest
automysqlbackup for the database side.
As for filesystem backups of /opt/otrs, standard backup procedures should
apply, (full backups and periodic incrementals or differentials) though I'd
also consider pushing to a git repository as a different type of backup. At
that point, you have history.
On Sun, Jul 21, 2013 at 3:03 PM, Steven Carr
On 21 July 2013 19:49, Wayne Work
wrote: This is an easy one. Run OTRS within a VM appliance ( which every flavor you know best but VMware has the tools to automate most if this natively.) and perform SnapShots as often as your RPO/RTO requires. Make sure to delete old one and only keep a few "current" version (weeks worth is you are doing hourly/daily snaps). Put these into a SAN storage where that is backed up too and best would to rep them to a remote DR facility. You can restore and entire system from a snap in VMware in minutes even if you have to remove and place new hardware as the system is pretty hardware agnostic.
That's an awful lot of wasted backup storage space! Why would you ever want to backup the operating system, if you have proper administration procedures in place (debian preseed/centos kixstart/windows wds + puppet/chef/cfengine) you should be able to deploy a new OS within a matter of minutes and then restore the applications separately.
I just backup the /opt/otrs directory and the database, additionally the database has binary logging enabled so that I can roll the database back/forward to a specific point in time. This also allows you to pull out single files for restore in the case of someone modifying source code that breaks something (having to restore a full system snapshot for something like that is overkill).
Steve
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
participants (3)
-
Gerald Young
-
Steven Carr
-
Wayne Work