The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.03

  • brackup-restore's verbose flag is more verbose now, showing files as they're restored.
  • brackup-restore can restore from an encrypted *.brackup file now, firing up gpg for user to decrypt to a tempfile
  • brackup-target tool, to list/get brackup files from a target, and in the future do garbage collection on no-longer-referenced chunks (once a command exists to delete a brackup file from a target)
  • stop leaking temp files
  • doc fixes/additions

Documentation

do a backup using Brackup
The brackup restore tool.
Manage your backup targets
how Brackup works, and how to use it

Modules

Flexible backup tool. Slices, dices, encrypts, and sprays across the net.
configuration parsing/etc
cache digests of file and chunk contents
track what chunks are already on a target
describes the source directory (and options) for a backup
describes the destination for a backup
backup to Amazon's S3 service
backup to a locally mounted filesystem

Provides

in lib/Brackup/Backup.pm
in lib/Brackup/BackupStats.pm
in lib/Brackup/ChunkIterator.pm
in lib/Brackup/ChunkIterator.pm
in lib/Brackup/CompositeChunk.pm
in lib/Brackup/ConfigSection.pm
in lib/Brackup/Dict/SQLite.pm
in lib/Brackup/File.pm
in lib/Brackup/GPGProcManager.pm
in lib/Brackup/GPGProcess.pm
in lib/Brackup/PositionedChunk.pm
in lib/Brackup/Restore.pm
in lib/Brackup/StoredChunk.pm
in lib/Brackup/TargetBackupStatInfo.pm
in lib/Brackup/Test.pm
in lib/Brackup/Util.pm