I have configured and used a local datastore for sync to a removable disk. Then removed the datastore and unattached the disk. I had removed the datastore, as else if just unplugging the usb disk, I had an error in dashboard usage because of the missing datastore.
Now a week later I want to re-attach the usb disk with the external datastore to redo a sync from the pbs-backup pool to the usb removable pool. When I try to add the datastore sandisk again, I get the error: unable to create chunk store 'sandisk' subdir "/backup5-srv/.chunks" -EEXIST: File exists.
zpool status shows the pool online.
zfs list -o name,mountpoint,mounted shows that the pool is mounted
Trying to unmount the pool doesn't work either:
I then also deleted the remote named local and the sync job for this usb disk, that I had created for local sync to this usb disk described here.
What is the correct procedure to re-add the pool to my pbs server? And what is the correct procedure before removing the usb disk?
Is it on the roadmap to create a possibility that is easier, intuitive and maybe doable on the webinterface, to add an external, temporary, removable datastore for offsite backups?
Now a week later I want to re-attach the usb disk with the external datastore to redo a sync from the pbs-backup pool to the usb removable pool. When I try to add the datastore sandisk again, I get the error: unable to create chunk store 'sandisk' subdir "/backup5-srv/.chunks" -EEXIST: File exists.
zpool status shows the pool online.
zfs list -o name,mountpoint,mounted shows that the pool is mounted
Code:
zfs list -o name,mountpoint,mounted
NAME MOUNTPOINT MOUNTED
backup5-srv /backup5-srv yes
pbs-backup /pbs-backup yes
rpool /rpool yes
rpool/ROOT /rpool/ROOT yes
rpool/ROOT/pve-1 / yes
rpool/data /rpool/data yes
Trying to unmount the pool doesn't work either:
Code:
zfs unmount backup5-srv
umount: /backup5-srv: target is busy.
cannot unmount '/backup5-srv': umount failed
I then also deleted the remote named local and the sync job for this usb disk, that I had created for local sync to this usb disk described here.
What is the correct procedure to re-add the pool to my pbs server? And what is the correct procedure before removing the usb disk?
Is it on the roadmap to create a possibility that is easier, intuitive and maybe doable on the webinterface, to add an external, temporary, removable datastore for offsite backups?
Last edited: