If you use rsync based backup, an SSH key is generated for you.
You can configure any backup target to accept this key
docker builddocker run -d -P -v /<your-backup-folder>:/var/lib/backuppc -v /conf-dir:/etc/backuppc <image-id>This image declares /var/lib/backuppc and /etc/backuppc as volumes. You SHOULD map /var/lib/backuppc to a host volume (this will contain your backups). You MAY map /etc/backuppc to a location to preserve configuration if you re-create your docker container.
Content type
Image
Digest
Size
93.5 MB
Last updated
over 5 years ago
docker pull jsurf/rpi-backuppc