aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-05-28 18:37:26 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-05-28 18:46:14 +0300
commit8ceb3484f218d25e025deb618ae3d202e2599dab (patch)
tree21b551664e24a420d1c967ace2144ee12f3adecd /.gitignore
parent74940a305bb009a690e56d6d6562b3fd24269ae0 (diff)
downloadbeam-8ceb3484f218d25e025deb618ae3d202e2599dab.tar.gz
beam-8ceb3484f218d25e025deb618ae3d202e2599dab.tar.bz2
Incorporate s3 support. Change hook handling.
(Additionally: mysql.sh has been tested.) * .gitignore: Add s3mount.sh * Makefile.am: Build and install s3mount (conditionally). * backup-cleanup: Rename to backup-cleaner. * backup.conf (backup_retain_interval) (backup_bucket_name,backup_mp_s3backer) (backup_mp_s3): New variables. * backup.in: Change hook handling: each hook is a list of commands which are executed in succession. New option --version (-V). Run backup-cleaner if backup_retain_interval is set. * restore.in: Change hook handling. New option --version (-V). * configure.ac: Change version to 1.1. New option --with-s3. * doc/backup.conf.5in: Document new variables and changes in the hook handling. * examples/.gitignore: Remove. * examples/Makefile.am: Remove s3mount. * examples/s3mount.in: Remove. * lib/backup/Makefile.am (libbackup_SCRIPTS, EXTRA_DIST): Add s3.sh * lib/backup/common.in: Source backup/s3 if backup_bucket_name is set. (runhook,print_version): New function. * lib/backup/s3.sh: New file. * s3mount.in: New file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 95cde12..9a8f617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ configure
core
backup.sh
restore.sh
+s3mount.sh
build.sed
*.tar.*
tmp

Return to:

Send suggestions and report system problems to the System administrator.