search for: logdtprze

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

Did you mean: vlogdtprze
2018 Sep 29
1
Invalid argument with version 3.1.3
...(via samba). My understanding is that Unix filenames can contain any sequence of bytes except for the null byte, so why should this cause a problem? Is there an rsync option to allow these files to transfer? Should I go back to rsync 3.0.6? Rsync commands are (aproximately): rsync --server -logDtprze.iLsfxC --delete . /disk/ and rsync -a -z -t --delete -e ssh -l root host:/disk/ Daniel Feenberg
2010 Apr 26
1
rsync with forced-command ssh and variable files
Hi, I had asked a variation on this some time ago, but am trying to do something a bit different this time. I'd like to sync a file with a remote host using ssh and a command= ssh key, like this in ~/.ssh/authorized_keys: command="/usr/bin/rsync --server -logDtprze.is . /home/user/mail/" ssh-dss AAAAB3NzaC1... On the sending side, the following is run: # rsync -az --stats -e "ssh -c blowfish -i /root/.ssh/mykey-dss" /home/user/myfile myhost.com:/home/user/mail/my-mbox-2010-04-26 However, it doesn't maintain the destination filename thro...
2003 Oct 31
2
rsync via ssh dumps core after being interrupted
Hi, I'm using rsync (version 2.5.5 protocol version 26) on RedHat Linux 8.0: rsync -ae ssh /tmp/junk/ otherhost:/tmp/junk If I interrupt rsync (^C), sometimes rsync on the other host dumps core or uses all (!) available memory and all CPU. gdb on a core file: $ gdb -q /usr/bin/rsync /tmp/core.4576 (no debugging symbols found)... Core was generated by `/usr/bin/rsync --server --sender