[SOLVED] backups to pbs works, but no Contents on pbs visible

what kind of filesystem is under the nfs? and what os runs the nfs server?
 
also could you try the strace again , but with the '--no-abbrev' option, so:
Code:
strace -fyy --no-abbrev -p <pid-of-proxy>
?
that would be good to verify if it's that bug or not
 
ok thanks, that confirms it's that bug:
{d_ino=4294967295, d_off=160, d_reclen=24, d_type=DT_UNKNOWN, d_name="ct"}
shows 'd_type=DT_UNKNOWN'
 
just for reference - i mounted the same path on server via CIFS, and looks like it works as expected..
are there any pros or cons using CIFS over NFS? as far as i know, CIFS should be much slower.. not sure how it affects pbs scenario..
 
both cifs and nfs as pbs datastore are not really recommended (it adds latency which will decrease performance significantly in contrast to local storage), but none of those is better than the other...
strange that it only occurs on nfs though. maybe it's some special configuration of the nfs server on the unraid side?
anyway, i sent fixes recently[0] and they got applied, so this error shouldn't happen with the next round of updates anymore

0: https://lists.proxmox.com/pipermail/pbs-devel/2022-June/005270.html
 
and in which package should the update take? i'm still watching for this fix..
 
it should be in 'proxmox-backup-server' version 2.2.4-1 (or greater)
 
thanks!
i just tested my original configuration with NFS, and now looks like it works as expected - i can see backup contents on both sides - pbs and pve.
 
  • Like
Reactions: dcsapak