diff --git a/doc/xml/release.xml b/doc/xml/release.xml index ed7bf0ae9..03b18ebc0 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -35,6 +35,18 @@
Block incremental backup.
+When utilizing
This user guide is intended to be followed sequentially from beginning to end — each section depends on the last. For example, the Restore section relies on setup that is performed in the Quick Start section. Once
Although the examples in this guide are targeted at
Commands are run exactly as if the repository were stored on a local disk.
+ +Configure SFTP storage if required.
+ +The SFTP host containing the repository.
+SFTP repository host fingerprint generation should match the awk '{print $2}' ssh_host_xxx_key.pub | base64 -d | (md5sum or sha1sum) -b
. The ssh host keys are normally found in the
SFTP repository host key hash type. Declares the hash type to be used to compute the digest of the remote system's host key on SSH startup. Newer versions of libssh2 support
SFTP repository host port.
+User on the host used to store the repository.
+SFTP private key file used for authentication.
+Passphrase used to access the private key. This is an optional feature when creating an SSH public/private key pair.
+SFTP public key file used for authentication. Optional if compiled against OpenSSL, required if compiled against a different library.
+When an