Explorar o código

docs: tar: tarpipe example

Marian Beermann %!s(int64=8) %!d(string=hai) anos
pai
achega
2ff4550d4b
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/usage/tar.rst

+ 3 - 0
docs/usage/tar.rst

@@ -16,3 +16,6 @@ Examples
     # export a gzipped tar, but instead of storing it on disk,
     # upload it to a remote site using curl.
     $ borg export-tar ... --tar-filter="gzip" - | curl --data-binary @- https://somewhere/to/POST
+
+    # remote extraction via "tarpipe"
+    $ borg export-tar /path/to/repo::Monday - | ssh somewhere "cd extracted; tar x"