lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
345 stars 113 forks source link

Multiple folders #37

Closed wuast94 closed 4 years ago

wuast94 commented 5 years ago

Can I backup multible folders with this or must I ad as many containers as folders I want to backup?

jaiherro commented 4 years ago

Just mount the folders you want to backup inside the /data dir.

e.g. -v /archive:/data/archive -v /transfers:/data/transfers