mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-04 10:39:50 +00:00
parent
cdb4df0885
commit
55759f76e6
1 changed files with 8 additions and 0 deletions
|
@ -729,3 +729,11 @@ for e.g. regular pruning.
|
|||
Further protections can be implemented, but are outside of Borg's scope. For example,
|
||||
file system snapshots or wrapping ``borg serve`` to set special permissions or ACLs on
|
||||
new data files.
|
||||
|
||||
SSH batch mode
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
When running |project_name| using an automated script, ``ssh`` might still ask for a password,
|
||||
even if there is an SSH key for the target server. Use this to make scripts more robust::
|
||||
|
||||
export BORG_RSH='ssh -oBatchMode=yes'
|
||||
|
|
Loading…
Add table
Reference in a new issue