13 lines
495 B
Markdown
13 lines
495 B
Markdown
# Ansible Collection - de_enbewe.duplicity
|
|
|
|
Collection containing rules to implement a "pull-style" backup with duplicity.
|
|
|
|
## Role - duplicity-server
|
|
|
|
This role configures the host to act as a storage server for backups.
|
|
This server accesses the duplicity clients through SSH and mounts the data that should be backed up. It then runs a duplicity backup over these directories.
|
|
|
|
## Role - duplicity-client
|
|
|
|
This role configures the host to have directories backed up by the duplicity servers.
|
|
|