rsync: failed: Invalid argument (22)

Raito00

Active Member
Sep 10, 2019
28
2
43
44
Today i try backup VM and get this error:

INFO: rsync: chown "/mnt/pve/Freenas-1/dump/vzdump-lxc-8172-2019_11_26-16_09_58.tmp/etc/initramfs-tools/.initramfs.conf.4WnuuD" failed: Invalid argument (22)

thisrsync Invalid argument (22) error on all files.
before no problems like this ....

Spec:
Kernel Version
Linux 5.0.15-1-pve #1 SMP PVE 5.0.15-1 (Wed, 03 Jul 2019 10:51:57 +0200)
PVE Manager Version
pve-manager/6.0-4/2a719255


backup server: Freenas NFS
 
Sounds like a NFS version issue? What version of NFS are you using on the FreeNAS? How do you perform your backups? Please post the output of cat /etc/storage.cfg
 
Sounds like a NFS version issue? What version of NFS are you using on the FreeNAS? How do you perform your backups? Please post the output of cat /etc/storage.cfg
Code:
root@test-proxmox:/# cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content rootdir,vztmpl,images,iso
        shared 0

lvmthin: local-lvm
        thinpool data
        vgname pve
        content rootdir,images

nfs: Freenas-1
        export /mnt/rpool/backup
        path /mnt/pve/Freenas-1
        server 10.10.0.177
        content backup
        maxfiles 2
        options vers=3

nfs: Freenas-2
        export /mnt/rpool2/nfs_backup_2
        path /mnt/pve/Freenas-2
        server 10.10.0.178
        content backup
        maxfiles 2
        options vers=3