Tag Archives › Backup
Zimbra Open Source Backup to Amazon Glacier
Working with a client the other day, they setup a Zimbra Open Source server for their team and for hosting other domains. With Zimbra Open Source, there is no formal way to backup mailboxes like their very nice Network Edition offers or through Zimbra Modules. The script found on my GitHub site will provide you a…
Minecraft Backup
This script is a simple script that will backup by the date, that way, you can put a cron job together that will backup your Minecraft server on a nightly basis. As my scripting skills are basic, it works, but I’m always open to hearing better methods —-Start Script—- #!/bin/sh mkdir -p /usr/backups/minecraft/$(date…