1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-08 13:44:32 +02:00
pg_probackup/tests/expected/option_help.out

63 lines
2.6 KiB
Plaintext
Raw Normal View History

2017-05-03 13:14:48 +02:00
pg_probackup - utility to manage backup/recovery of PostgreSQL database.
2017-05-17 13:01:57 +02:00
pg_probackup help [COMMAND]
2017-05-03 13:14:48 +02:00
pg_probackup version
2017-09-28 09:32:06 +02:00
pg_probackup init -B backup-path [-l]
2017-05-03 13:14:48 +02:00
2017-06-20 12:57:23 +02:00
pg_probackup set-config -B backup-dir --instance=instance_name
[--log-level=log-level]
[--log-filename=log-filename]
[--error-log-filename=error-log-filename]
[--log-directory=log-directory]
[--log-rotation-size=log-rotation-size]
[--log-rotation-age=log-rotation-age]
[--retention-redundancy=retention-redundancy]
2017-05-03 13:14:48 +02:00
[--retention-window=retention-window]
2017-06-20 12:57:23 +02:00
[--compress-algorithm=compress-algorithm]
[--compress-level=compress-level]
[-d dbname] [-h host] [-p port] [-U username]
[--master-db=db_name] [--master-host=host_name]
[--master-port=port] [--master-user=user_name]
[--replica-timeout=timeout]
2017-05-03 13:14:48 +02:00
2017-06-20 12:57:23 +02:00
pg_probackup show-config -B backup-dir --instance=instance_name
2017-05-03 13:14:48 +02:00
2017-06-20 12:57:23 +02:00
pg_probackup backup -B backup-path -b backup-mode --instance=instance_name
2017-09-28 09:32:06 +02:00
[-C] [-l] [--stream [-S slot-name]] [--backup-pg-log]
2017-05-03 13:14:48 +02:00
[-j num-threads] [--archive-timeout=archive-timeout]
2017-06-20 12:57:23 +02:00
[--compress-algorithm=compress-algorithm]
[--compress-level=compress-level]
[--progress] [--delete-expired]
2017-05-03 13:14:48 +02:00
[-d dbname] [-h host] [-p port] [-U username]
2017-06-20 12:57:23 +02:00
[--master-db=db_name] [--master-host=host_name]
[--master-port=port] [--master-user=user_name]
[--replica-timeout=timeout]
2017-05-03 13:14:48 +02:00
2017-06-20 12:57:23 +02:00
pg_probackup restore -B backup-dir --instance=instance_name
2017-09-28 09:32:06 +02:00
[-D pgdata-dir] [-l] [-i backup-id] [--progress]
2017-06-20 12:57:23 +02:00
[--time=time|--xid=xid [--inclusive=boolean]]
[--timeline=timeline] [-T OLDDIR=NEWDIR]
2017-05-03 13:14:48 +02:00
2017-06-20 12:57:23 +02:00
pg_probackup validate -B backup-dir [--instance=instance_name]
2017-09-28 09:32:06 +02:00
[-i backup-id] [-l] [--progress]
2017-06-20 12:57:23 +02:00
[--time=time|--xid=xid [--inclusive=boolean]]
[--timeline=timeline]
2017-05-03 13:14:48 +02:00
pg_probackup show -B backup-dir
2017-06-20 12:57:23 +02:00
[--instance=instance_name [-i backup-id]]
2017-05-03 13:14:48 +02:00
2017-06-20 12:57:23 +02:00
pg_probackup delete -B backup-dir --instance=instance_name
2017-09-28 09:32:06 +02:00
[--wal] [-i backup-id | --expired] [-l]
2017-06-20 12:57:23 +02:00
pg_probackup add-instance -B backup-dir -D pgdata-dir
--instance=instance_name
2017-06-07 16:52:07 +02:00
pg_probackup del-instance -B backup-dir
2017-06-20 12:57:23 +02:00
--instance=instance_name
2017-06-07 16:52:07 +02:00
Read the website for details. <https://github.com/postgrespro/pg_probackup>
Report bugs to <https://github.com/postgrespro/pg_probackup/issues>.