Re: Rsync sends again already existing files

2023-06-28 Thread Kevin Korb via rsync
--itemize-changes will cause rsync to tell you what it thinks is different. Also, -z is counter-productive when rsync isn't networking. On 6/28/23 22:28, Stephane Ascoet via rsync wrote: Hi, /media/clec1enextsanstampon/gigamopourcdas4/ contains an old copy of files of /media/mo. I'm

Rsync sends again already existing files

2023-06-28 Thread Stephane Ascoet via rsync
Hi, /media/clec1enextsanstampon/gigamopourcdas4/ contains an old copy of files of /media/mo. I'm updating with "cd /media/clec1enextsanstampon/ && rsync --backup --backup-dir=/media/clec1enextsanstampon/elementssupprimesdepourcdas4/ --del -hPrStvXz --progress /media/mo/

Re: rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)

2023-06-28 Thread Mario Marietto via rsync
Maybe the solution is explained here : https://serverfault.com/questions/1110536/rsync-operation-not-supported-errors-for-acl-on-zfs/1110537#1110537 I tried to do something like this: zpool import -f -R /mnt/zroot2 zroot2 zfs set acltype=posixacl zroot2/ROOT why zroot2/ROOT ? because : # zfs

rsync: [generator] set_acl: sys_acl_set_file(dev/kvm, ACL_TYPE_ACCESS): Operation not supported (95)

2023-06-28 Thread Mario Marietto via rsync
Hello rsync users, I'm trying to copy every file which belongs to my Ubuntu 23.04 installation (stored on an ext4 fs to a ZFS storage disk. The command that I've used is : # rsync -avxHAX * /mnt/zroot2/zroot2/OS/Linux/EVO sending incremental file list rsync: [generator] set_acl: