search for: aceecat

Displaying 3 results from an estimated 3 matches for "aceecat".

2024 Jan 21
2
Archiving to vfat
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 --delete /home/itz/foo/ /media/itz/DEAD-BEEF/foo/ This does not work as I expected: all files are
2024 Jul 16
1
A question about rsync filters, not sure if I understand the man page
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 > > - .local/share > > Can I simply add the following before the
2024 Nov 15
1
Errors with program diagnostics (code 13) after rsync upgrade
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 host. If I run my rsync backup scripts > manually as root then everything works