Proxmox BackupServer - pbs
Create datastore at sshfs mount
- mount path via sshfs e.g. /mnt/backup
- use bindfs to ignore missing chown and chgrp for sshfs mountÂ
bindfs --chown-ignore --chgrp-ignore /mnt/backup /mnt/backup-bindfs
- Create datastore via pbs UI with path /mnt/backup-bindfs
- Modify /etc/proxmox-backup/datastore.cfg and replace /mnt/backup-bindfs with /mnt/backup