Re: Errors with program diagnostics (code 13) after rsync upgrade

2024-11-16 Thread Ian Z via rsync
On Sat, Nov 16, 2024 at 08:26:47AM GMT, Maxim Usatov via rsync wrote: > Tried without nice, xattrs, acls and hard-links - same error. Hmm okay, a real bug then :-) It likely has to do with the way cron assumes the identity of the crontab owner. I would ask on the freebsd-questions list. It may

Re: Errors with program diagnostics (code 13) after rsync upgrade

2024-11-15 Thread Ian Z via rsync
On Fri, Nov 15, 2024 at 04:08:27PM GMT, Maxim Usatov via rsync wrote: > I assume code 13 is related to permissions, but given rsync is > started as root, why would this happen? The same rsync commands > worked on all previous versions of FreeBSD. It also fails with the > same error to a remote SSH

Re: A question about rsync filters, not sure if I understand the man page

2024-07-16 Thread Ian Z via rsync
On Tue, Jul 16, 2024 at 05:56:28PM GMT, Francis.Montagnac--- via rsync wrote: > > I want to exclude everything in ~/.local/share **except** the file:- > >/home/chris/.local/share/evolution/calendar/system/calendar.ics > > I have the following in my rsync-filter file to exclude ~/.local/share

Re: [HELP] rsync recursive jumps across directories

2024-07-09 Thread Ian Z via rsync
On Tue, Jul 09, 2024 at 11:37:19AM GMT, BP25 via rsync wrote: > In other words, the recursion did not happen linearly (according to > the tree structure of either the sender or the receiver). This is > very counter-intuitive: I'd expect that every line which lies > between any two lines of the for

Re: Archiving to vfat

2024-01-27 Thread Ian Z via rsync
--modify-window was it, thanks very much. Works flawlessly now. Thanks also for the s,a,rt, tip. -- Ian -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www

Archiving to vfat

2024-01-21 Thread Ian Z via rsync
I am trying to use rsync between two local directories on Linux. The source directory is on a normal ext4 partition, under my home directory. The destination is an SD card that I insert into the card reader on the computer, formatted with a vfat filesystem. The command line is like rsync -avC