This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Script to prepare and restore full and incremental backups created with innobackupex-runner. | |
# | |
# This script is provided as-is; no liability can be accepted for use. | |
# | |
INNOBACKUPEX=innobackupex-1.5.1 | |
INNOBACKUPEXFULL=/usr/bin/$INNOBACKUPEX | |
TMPFILE="/tmp/innobackupex-restore.$$.tmp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manual and upstart config for AeroFS (aerofs-cli) on Ubuntu 12.04.1 LTS: | |
# link standard upstart script | |
cd /etc/init.d | |
sudo ln -s /lib/init/upstart-job aerofs-cli | |
# create upstart config for aerofs-cli | |
sudo nano /etc/init/aerofs-cli.conf | |
(replace andreas with your desired runtime user) | |
---- |