ayufan/pve-backup-server-dockerfiles

Backup files are not stored in backup volume

Closed this issue · 1 comments

Hi,

I'm running docker in libreelec and installed pbs. I postet my stack config here:
#16 (comment)

After install i'v created a datastore and set the path to "/backup"

As far as i can see my backups are not stored in the volume that is givven for "backups".
/storage/.kodi/userdata/addon_data/service.system.docker/docker/volumes/proxmox-backup-server_pbs-backup

Instead they are stored somewhere in the docker file system. For example:
./.kodi/userdata/addon_data/service.system.docker/docker/overlay2/a79eca3f3ea79af097926bb97bf3a16ba14e848af430de826278562314af1bda/diff/backup/.chunks/41b7

How can i fix this?

Best Regards

Manuel

HOLY!!!!

Okay, i did not realized that the backing path while creating the datastore in pbs gui MUST be the given volume name.

I thought i can write there a folder name that will be genrated as a subfolder in the backup-volume.

If anybody else is searching this issue - this may be a hint:

image