From 35212ddd3ceb7d3b20957b9ce6786f4ddd716bbe Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 13 Jul 2012 15:39:16 +0300 Subject: Add a LDAP backup module. * lib/beam/ldap.sh: New file. * lib/beam/Makefile.am (libbackup_SCRIPTS,EXTRA_DIST): Add ldap.sh. * beam.conf: Update, mention new backup type. * doc/beam.conf.5in: Update. * lib/beam/common.in (load_config): If backup_archive_dir is not set, and S3 backup is configured, set backup_archive_dir to $backup_mp_s3. (beam_logrotate): Add missingok to the logrotate configuration. * lib/beam/fs.sh: List configuration keywords. * lib/beam/mysql.sh: Likewise. * lib/beam/postgres.sh: Likewise. * lib/beam/s3.sh: Likewise. --- lib/beam/s3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/beam/s3.sh') diff --git a/lib/beam/s3.sh b/lib/beam/s3.sh index 194e035..de71456 100644 --- a/lib/beam/s3.sh +++ b/lib/beam/s3.sh @@ -1,4 +1,5 @@ -# This file is part of BEAM -*- shell-script -*- +#! /bin/sh +# This file is part of BEAM # Copyright (C) 2012 Sergey Poznyakoff # # BEAM is free software; you can redistribute it and/or modify -- cgit v1.2.1