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

NAME

pg_cryobit - Manage PostgreSQL continuous backup

SYNOPSIS

pg_cryobit help|man|checkconfig|archivewal|rotatewal|archivesnapshot|fullarchive [options]

OPTIONS

COMMANDS

checkconfig

Checks the configuration file is correct.

archivewal

Archive a given WAL file using the configured shipper. Requires options --file.

rotatewal

Forces a wal rotation. Checks the rotated file has been shipped. No required options.

archivesnapshot

Take a snapshot archive of the whole database. No required options.

fullarchive

rotatewal and archivesnapshot. Options apply.

COMMANDS OPTIONS

--conf=<file>

Specify configuration file on the command line. Applies to all commands.

--file=<file>

Specify file to handle. Applies to archivewal

--deepclean

Remove anything earlier than the last archivesnapshot. Applies to archivesnapshot

CONFIGURATION

If no --conf option is given, pg_cryobit looks for a pg_cryobit.conf file in the following directories:

 The current directory

 Your HOME directory (HOME is defined)

 Your system's /etc directory.

SEE ALSO

perldoc App::PgCryobit

Copyright 2010 by Jerome Eteve.

This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.