The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

narada-backup - prepare consistent project backup

VERSION

This document describes narada-backup version v1.4.5

USAGE

    narada-backup

DESCRIPTION

At first run prepare full project backup in 'var/backup/full.tar'. On next runs prepare incremental backup in 'var/backup/incr.tar' plus append it to full backup in 'var/backup/full.tar' (using tar -A).

Because of used technique of quick full backup update, full backup will grow on each run. To keep file with full backup on reasonable size, you should force full backup from time to time.

To force full backup you should remove 'var/backup/full.tar' before running narada-backup.

Both full and incremental backups should be unpacked as incremental tar archives, see http://www.gnu.org/software/automake/manual/tar/Incremental-Dumps.html.

Before preparing backup will run narada-mysqldump.

Files and directories listed in config/backup/exclude (use syntax suitable for tar's --exclude option) will not be included in backup.

Will exit with non-zero exit status if backup process failed.

Script must be executed only from "project root directory".

CONFIGURATION AND ENVIRONMENT

Use files in var/backup/.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/Narada/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.

https://github.com/powerman/Narada

    git clone https://github.com/powerman/Narada.git

Resources

AUTHOR

Alex Efros <powerman@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2008-2015 by Alex Efros <powerman@cpan.org>.

This is free software, licensed under:

  The MIT (X11) License