diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 3f5dbc3e0b09977156642cc737eb38cfbbbeda67..35d30d8d19343334b5befe558fb2a86b345c67c2 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1430,6 +1430,7 @@ The role implements the following: locally-available keyring, deploys them to the server, and imports them. * Deploys private SSH key for logging-in into the backup server over SFTP. * Deploys ``known_hosts`` file for SFTP fingerprint verification. +* Sets-up crontab task that runs backups every day at 02:00 in the morning. Duply is configured as follows: @@ -1444,6 +1445,11 @@ Duply is configured as follows: directory ``/etc/duply/main/patterns/``. It is recommended to name such a file after the role name. Include pattern file is assembled from these snippets and stored in location ``/etc/duply/main/include``. +* Backups are encrypted with specified encryption keys. If signing key has been + provided, it will be used for signing the backups. +* Maximum age for old backups is set to 6 months. +* Maximum age for full backups is set to 1 month. +* Volume size is set to 1GB. Parameters