search for: ilsfxc

Displaying 10 results from an estimated 10 matches for "ilsfxc".

Did you mean: lsfxc
2017 Aug 16
1
hard-link reference error when trying to delete
Hi, Kevin. Thank you for the suggestion. It triggered a memory that I had set some restrictions on this rsync copy a while back. Sure enough, in ~/.ssh/authorized_keys: command="rsync --server -vulogDtpre.iLsfxC --timeout=600 --bwlimit=5120 . dest" ssh-rsa Tacking on --delete in the appropriate spot fixed the issue. That's a big whoops on my part. :-) Appreciate the pointer. -- Jared On 08/15/2017 07:20 PM, Kevin Korb via rsync wrote: > Have you tried doing the clean shell test? > &g...
2018 Sep 29
1
Invalid argument with version 3.1.3
...). 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
2018 Oct 18
1
Security issues when rsyncing directories as root
...process is invoked, which then logs into Machine B, the "server" as root with ssh and a key. The key is restricted in /root/.ssh/authorized_keys to a script that checks wither $SSH_ORIGINAL_COMMAND matches the rsync --server command that I expect, such as, for example, rsync --server -re.iLsfxC --delete . /etc/dhcp/synced/ Unfortunately, this is rather restrictive and unflexible. Things would be easier if rsync would have an option like --restrict-write, making rsync not write anywhere outside the path given there. That way, my script would be easier an I would only need to check server...
2018 Dec 30
2
--partial does not "unhide" the files
...atte.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 Dec 30
0
--partial does not "unhide" the files
...res/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 ar...
2017 Jul 28
2
Help - rsync runs from command line, fails from task scheduler, hangs at msg checking charset: UTF-8
...ssh/id_rsa" machine=systemID.WebURL.com user=systemID path=/data/current/systemID/cygdrive/ccmd[0]=ssh cmd[1]=-p cmd[2]=31122 cmd[3]=-i cmd[4]=/cygdrive/c/Users/administrator/.ssh/id_rsa cmd[5]=-l cmd[6]=systemID cmd[7]=systemID.WebURL.com cmd[8]=rsync cmd[9]=--server cmd[10]=-vvvvvvvvlogDtrRe.iLsfxC cmd[11]=--timeout=3000 cmd[12]=--delete cmd[13]=--stats cmd[14]=--partial-dir cmd[15]=rsync_partial cmd[16]=. cmd[17]=/data/current/systemID/cygdrive/copening connection using: ssh -p 31122 -i /cygdrive/c/Users/administrator/.ssh/id_rsa -l systemID systemID.WebURL.com rsync --server -vvvvvvvvlogDtr...
2019 Nov 05
1
Segmentation fault using rsync client on Android device
...much to go on. I tried running the same command via rsync in cygwin and it worked fine: ``` FILE_STRUCT_LEN=24, EXTRA_LEN=4 opening tcp connection to 192.168.1.205 port 12000 Connected to 192.168.1.205 (192.168.1.205) msg checking charset: UTF-8 sending daemon args: --server --sender -vvvvvvvvtre.iLsfxC . / (5 args) ziosk Ziosk Content Files ``` Can anyone help me understand why rsync is crashing on Android? Note that I compiled rsync using the Android NDK (r20). I set up the environment (CC, LD, etc) to point to the correct toolchain in the NDK. It's how I build all of my third pa...
2019 Oct 31
0
rsync CLI protocol documentation
...ent rsync compatibility in my app. I'm building an ssh server and I want to support rsync. For example I execute this command: 1) rsync -avvvvvvvv -e "ssh -p 2022" /home/nicola/test.sh nicola at 127.0.0.1:/ and I get this exec command over ssh: 2) rsync --server -vvvvvvvvlogDtpre.iLsfxC . / I could simply execute the requested command and let it communicate with the remote rsync command at point 1. This should work but I need more control over the uploaded files and their paths. I need to check for user quota ecc.. so basically I need to emulate the protocol implemented in rs...
2017 Aug 15
2
hard-link reference error when trying to delete
Hello, all. I've encountered an odd error that I haven't been able to identify and resolve myself. Hoping someone here could provide some guidance. I'm using the following command to rsync files between two servers, over the internet (if that matters), via SSH: rsync -ahu --timeout=600 --bwlimit=5120 -v -e "ssh -i /path/to/key" --filter=". /path/to/filter"
2020 Feb 01
1
[Bug 14260] New: leading / added to file name causing file not found when setting permissions
...nt: zoli at DESKTOP-365CN3F:/mnt/c/Users/Zoli/Pictures/2020/_all$ rsync -a -v -v --numeric-ids -v -v 20200125_110331.jpg 192.168.1.1::kepek opening tcp connection to 192.168.1.1 port 873 Connected to 192.168.1.1 (192.168.1.1) msg checking charset: UTF-8 sending daemon args: --server -vvvvlogDtpre.iLsfxC --numeric-ids . kepek/ (5 args) (Client) Protocol versions: remote=31, negotiated=31 sending incremental file list [sender] make_file(20200125_110331.jpg,*,0) [sender] flist start=1, used=1, low=0, high=0 [sender] i=1 <NULL> 20200125_110331.jpg mode=0100777 len=2,649,522 uid=1000 gid=1000 fl...