We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dd195 commit 236a906Copy full SHA for 236a906
tests/helpers/ptrack_helpers.py
@@ -943,8 +943,8 @@ def set_archiving(
943
backup_dir.replace("\\","\\\\"),
944
instance)
945
946
- if self.remote:
947
- archive_command = archive_command + '--remote-proto=ssh --remote-host=localhost '
+ # if self.remote:
+ # archive_command = archive_command + '--remote-proto=ssh --remote-host=localhost '
948
949
if self.archive_compress or compress:
950
archive_command = archive_command + '--compress '
0 commit comments