--
urbackup client-server issue - raspberry pi 4b
-
-
volumes:
- /path/to/your/database/folder:/srv/dev-disk-by-label-DATA/urbackup-db
- /path/to/your/backup/folder:/srv/dev-disk-by-label-DATA/backupPCThe above is wrong;
host: /srv/dev-disk-by-label-DATA/urbackup-db container: /var/urbackup \
host: /srv/dev-disk-by-label-DATA/backupPC container: /backups \Host = /path/to/your/database/folder which is on your machine.
-
in your case they would look like this:
- /srv/dev-disk-by-label-DATA/urbackup-db:/var/urbackup
- /srv/dev-disk-by-label-DATA/backupPC:/backups -
-
Very long time... I had to take a break on this project. now I m back on it.
that path works.
Thanks for the helpPS
I have re-installed everything and started from the beginning.
The data is back up on my external storage.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!