search for: lsfxc

Displaying 7 results from an estimated 7 matches for "lsfxc".

2018 Dec 31
2
--partial does not "unhide" the files
.... The unified diff looks like this: --- /tmp/a 2018-12-31 18:30:38.747209487 +0100 +++ /tmp/b 2018-12-31 18:30:45.623719009 +0100 @@ -1,6 +1,6 @@ -cmd=<NULL> machine=platte user=<NULL> path=/tmp/y -cmd[0]=ssh cmd[1]=platte cmd[2]=rsync cmd[3]=--server cmd[4]=-vvvve.LsfxC cmd[5]=. cmd[6]=/tmp/y -opening connection using: ssh platte rsync --server -vvvve.LsfxC . /tmp/y (7 args) +cmd=<NULL> machine=localhost user=<NULL> path=/tmp/y +cmd[0]=ssh cmd[1]=localhost cmd[2]=rsync cmd[3]=--server cmd[4]=-vvvve.LsfxC cmd[5]=. cmd[6]=/tmp/y +opening...
2018 Oct 08
2
rsync --server command line options
Hello, I ran the following commands: rsync /tmp/foo remote: rsync remote:/tmp/foo . On the remote computer, the following commands were executed: rsync --server -e.LsfxC . . rsync --server --sender -e.LsfxC . /tmp/foo Does anyone know, what is the meaning of the three dots/periods in the above two commands? The first command ends with two dots (". .") and the second command has one dot (namely, the dot before /tmp/foo). (Yes, I know that --server and -...
2018 Dec 31
0
--partial does not "unhide" the files
...this: > > --- /tmp/a 2018-12-31 18:30:38.747209487 +0100 > +++ /tmp/b 2018-12-31 18:30:45.623719009 +0100 > @@ -1,6 +1,6 @@ > -cmd=<NULL> machine=platte user=<NULL> path=/tmp/y > -cmd[0]=ssh cmd[1]=platte cmd[2]=rsync cmd[3]=--server cmd[4]=-vvvve.LsfxC cmd[5]=. cmd[6]=/tmp/y > -opening connection using: ssh platte rsync --server -vvvve.LsfxC . /tmp/y (7 args) > +cmd=<NULL> machine=localhost user=<NULL> path=/tmp/y > +cmd[0]=ssh cmd[1]=localhost cmd[2]=rsync cmd[3]=--server cmd[4]=-vvvve.LsfxC cmd[5]=. cmd[6]=/tmp...
2018 Dec 30
2
--partial does not "unhide" the files
...tte.local:/shares/Storage/Bilder\\\ von\\\ Heikos\\\ Computer/ FILE_STRUCT_LEN=24, EXTRA_LEN=4 cmd=<NULL> machine=platte.local user=<NULL> path=/shares/Storage/Bilder\ von\ Heikos\ Computer/ cmd[0]=ssh cmd[1]=platte.local cmd[2]=rsync cmd[3]=--server cmd[4]=-vvvvvvvlogDtpre.iLsfxC cmd[5]=--log-format=%i cmd[6]=--partial cmd[7]=. cmd[8]=/shares/Storage/Bilder\ von\ Heikos\ Computer/ opening connection using: ssh platte.local rsync --server -vvvvvvvlogDtpre.iLsfxC "--log-format=%i" --partial . "/shares/Storage/Bilder\ von\ Heikos\ Computer/" (9 args)...
2018 Oct 09
0
rsync --server command line options
.../kc On Mon, Oct 08, 2018 at 01:57:09PM -0700, Parke via rsync said: >Hello, > >I ran the following commands: > >rsync /tmp/foo remote: >rsync remote:/tmp/foo . > >On the remote computer, the following commands were executed: > >rsync --server -e.LsfxC . . >rsync --server --sender -e.LsfxC . /tmp/foo > >Does anyone know, what is the meaning of the three dots/periods in the >above two commands? The first command ends with two dots (". .") and >the second command has one dot (namely, the dot before /tmp/foo). &...
2024 Feb 05
1
Graceful shutdown doesn't stop all Gluster processes
...772667 0.0 0.0 44156 5640 ? S 18:51 0:00 ssh -oPasswordAuthentication=no -oStrictHostKeyChecking=no -i /var/lib/glusterd/geo-replication/secret.pem -p 22 -oControlMaster=auto -S /tmp/gsyncd-aux-ssh-ep7a14up/75785990b3233f5dbbab9f43cc3ed895.sock drtier1data rsync --server -logDtpAXRe.LsfxC --super --stats --numeric-ids --existing --inplace --no-implied-dirs . /proc/897118/cwd For now, We are using https://github.com/gluster/glusterfs/blob/master/extras/stop-all-gluster-processes.sh to kill all the remaining processes. Thanks, Anant DISCLAIMER: This email and any files transmitted...
2018 Jan 09
0
[Bug 13207] New: rsyncd doesn't send output of failed pre-xfer exec script to client
...rn 1 My rsyncd.conf: [testing] path = /home/dana read only = true pre-xfer exec = /home/dana/rsync.sh The client command and its output: % rsync -vvvv --debug=all 172.17.66.1::testing/foo . opening tcp connection to 172.17.66.1 port 873 sending daemon args: --server --sender -vvvve.LsfxC --debug=ALL . testing/foo (6 args) (Client) Protocol versions: remote=31, negotiated=31 rsync: read error: Connection reset by peer (54) rsync error: error in socket IO (code 10) at io.c(785) [Receiver=3.1.2] [Receiver] _exit_cleanup(code=10, file=io.c, line=785): about to call exit(10) The rsync...