You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-05 00:28:52 +02:00
Remove compress/compress-level options from commands where unused.
These commands (e.g. restore, archive-get) never used the compress options but allowed them to be passed on the command line. Now they will error when these options are passed on the command line. If these errors occur then remove the unused options.
This commit is contained in:
@ -149,9 +149,6 @@ testRun(void)
|
||||
" --buffer-size buffer size for file operations\n"
|
||||
" [current=32768, default=4194304]\n"
|
||||
" --cmd-ssh path to ssh client executable [default=ssh]\n"
|
||||
" --compress use gzip file compression [default=y]\n"
|
||||
" --compress-level compression level for stored files\n"
|
||||
" [default=6]\n"
|
||||
" --compress-level-network compression level for network transfer when\n"
|
||||
" compress=n [default=3]\n"
|
||||
" --config pgBackRest configuration file\n"
|
||||
|
Reference in New Issue
Block a user