aboutsummaryrefslogtreecommitdiff
path: root/lib/beam/fs.sh
AgeCommit message (Collapse)AuthorFiles
2013-02-15Fix a minor bugSergey Poznyakoff1
* lib/beam/fs.sh (initdb): Print diagnostics before overwriting the variable it uses.
2012-12-04Bugfix.Sergey Poznyakoff1
* lib/beam/fs.sh (fs_restore): Fix the hardcoded file suffix.
2012-07-13Add a LDAP backup module.Sergey Poznyakoff1
* 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.
2012-07-04Minor improvement.Sergey Poznyakoff1
* lib/beam/fs.sh: Fall back to level 0 if the previous snapshot file does not exist. This allows to add new items in the middle of the week.
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-01Improve docs.Sergey Poznyakoff1
* NEWS: Update. * README: Rewrite. Provide enough documentation for startup. * doc/beam-cleaner.1in: New file. * doc/Makefile.am: Build and install beam-cleaner.1. * doc/beam-backup.1in: Fix the time-stamp-start variable. * doc/beam-restore.1in: Likewise. * doc/beam-s3.1in: Likewise. * doc/beam.conf.5in: Likewise. * backup.in: Mark with sh magic. * beam.in: Likewise. * lib/beam/common.in: Likewise. * lib/beam/fs.sh: Likewise. * lib/beam/mysql.sh: Likewise. * lib/beam/postgres.sh: Likewise. * lib/beam/s3.sh: Likewise. * restore.in: Likewise. * s3.in: Likewise.
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

Return to:

Send suggestions and report system problems to the System administrator.