Jump to content

Recommended Posts

Posted

I'm still only a linux newbie so forgive me if this eems a stupid question.

I have installed fog on an ubuntu desktop machine and zimbra on a ubuntu server just to see if I could and to see what they were like.

Now if i want to keep them I am wondering what I would need to do to back them up!

Can anyone give me any ideas?

 

Thanks

Posted (edited)

rsync

rdiff-backup

tar

 

Look into these. For zimbra - there are some bash scripts on the zimbra site (open source section) for automatically performing an rsync backup of zimbra while runing, halting zimbra, executing another rsync to match anything that changed during the backup (small so tiny downtime), then starting it again - you schedule all this with cron.

 

You can automate this to archive to another disk in your server or to another server over network.

 

http://wiki.zimbra.com/index.php?title=Open_Source_Edition_Backup_Procedure

 

I recommend either 1.4 or 1.5

 

lol, just realised _Bob_ posted the samelink above :p

Edited by kesomir
  • Thanks 1
Posted
Now if i want to keep them I am wondering what I would need to do to back them up!

 

You might also want to look at Logical Volume Management (LVM) for Linux. Rather than having fixed-size disk partitions it lets you have dynamically resizeable filesystems. You can take "snapshots" of those filesystems - backup images of an entire filesystem, ready to be copied to removeable disk or similar. Defiantly worth a look before you get to the stage where your server is in daily use, it'll be less difficult to change stuff around now when there's no-one to complain if it's down!

 

--

David Hicks

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...