aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFiles
2014-03-19Use uniform indentation, add missing copyleft headers, update years.Sergey Poznyakoff1
2012-07-15Update the docs.Sergey Poznyakoff1
2012-07-04Implement list command.Sergey Poznyakoff1
* list.in: New file. * .gitignore: Add list.sh * Makefile.am: Build and install list.sh * lib/beam/fs.sh: Implement list method. * lib/beam/mysql.sh: Likewise. * lib/beam/postgres.sh: Likewise.
2012-06-26Provide a default log rotate hook.Sergey Poznyakoff1
* Makefile.am (build.sed): Define LOCALSTATEDIR and DATAROOTDIR. * beam.conf (openlog_hook): Initialize to beam_logrotate. * doc/beam.conf.5in: Document openlog_hook and its default. * lib/beam/common.in (beam_logrotate): New function.
2012-05-31Implement exclusion patterns and additional tar options in the fs module.Sergey Poznyakoff1
* lib/beam/fs.sh: (fs_backup): New keywords ITEM_tar_options, ITEM_exclude and ITEM_exclude_files. * doc/beam.conf.5in: Document new keywords. * examples/Makefile.am: Remove. * examples/backup.conf.s3: Remove. * Makefile.am: Remove examples. * configure.ac: Remove examples.
2012-05-29Rename project to BEAM (Backup Easy And Manageable).Sergey Poznyakoff1
2012-05-28Incorporate s3 support. Change hook handling.Sergey Poznyakoff1
(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.
2012-05-25Add mysql.sh (untested). More configuration examples.Sergey Poznyakoff1
* Makefile.am: Install backup-cleanup. * backup-cleanup: New file. * backup.in (tar_version_options): Remove. (taroptions): Add -c. * examples/Makefile.am (EXTRA_DIST): Add s3mount.in (noinst_SCRIPTS): Add s3mount.sh * examples/backup.conf.s3 (prologue): Cleanup old files. * examples/s3mount.in: New file. * examples/.gitignore: New file. * lib/backup/Makefile.am (libbackup_SCRIPTS) (EXTRA_DIST): Add mysql.sh * lib/backup/fs.sh (fs_backup): Remove -c option: it is present in $taroptions by default. * lib/backup/mysql.sh: New file. * lib/backup/postgres.sh (postgres_backup): Fix variable name, * restore.in: More error checking.
2012-05-17Minor changes.Sergey Poznyakoff1
* Makefile.am: Generate ChangeLog. * README: New file. * git2chg.awk: New file.
2012-05-17Initial importSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.