Skip to content

Commit

Permalink
feedback 16
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktSeidl committed May 9, 2020
1 parent edb463f commit 447ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/pull-backup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ a backup may be the following command::
borgc@borg-client \
borg create \
--rsh "sh -c 'exec socat STDIO UNIX-CONNECT:/run/borg/reponame.sock'" \
ssh://_/path/to/repo::archive /path_to_backup \
ssh://borg-server/path/to/repo::archive /path_to_backup \
';' rm /run/borg/reponame.sock

This command also automatically removes the socket file after the ``borg
Expand Down

0 comments on commit 447ecb8

Please sign in to comment.