search for: rynce

Displaying 20 results from an estimated 22 matches for "rynce".

Did you mean: rince
2020 Jan 05
0
Understand rynce messages in vvvv verbosity level
Hello, I'm trying to understand messages from rsynce shown when setting verbosity level to "vvvv" so I can debug some issues I'm having. some of the messages I'm interested in understanding: |[sender] make_file recv_generator [sender] flist start=207990, used=9, low=0, high=8 [sender] [sender] pushing local filters for recv_file_name received 12 names [generator]
2006 Oct 12
1
clarifiaction about rync zlib.
i would like a more detailed answer to a question. {Z_INSERT_ONLY is used to update history} How is this feature used in rsync? Other than transfering less data, what other aplications might this feature have?: https://webnetmail.port.ac.uk/w?aB.DDM.EK.UQJ-RugE.DCHEw.CbacuRQ.K
2005 Sep 26
2
rync killing the machine
Hi All, I have a production server that's running our corporate mail (Cyrus-IMAP). I used to use cpio to archive the mail store, but that's just getting silly now that there's about 40GB that it needs to run through. I tried running rsync in order to backup the data, but as soon as I started running the script the machine came to a grinding halt. I left it running for about 30
2002 Sep 06
3
error starting client-server protocol (code 5)
I'm running FreeBSD 4.6.2 on two different machines. Both machines have rync installed by way of the ports library, but one of them is running it as a server. I followed the directions in the man pages for running the server using inetd. Here is what happens: rsync rsync://myusername@10.0.0.8/ rsync: server sent "rysnc version 2.5.5 protocol version 26" rather than
2006 Apr 13
2
rsync permission problem when chmod 000
hello I'm having 2 problems with rsync... one is consequence of the other 1) I'm running an rsyncd one a server... then I run rync (client) as root on another server even being root, it doesn't read files/dirs with chmod 000 for example and gives error on them 2) when these error happens, it happens "IO error encountered" and it skip the "--delete" (I tried
2010 Jan 01
1
temp name for destination directory, move in place after successfull complete?
Hello everyone, In --link-dest/--copy-dest/--compare-dest modes, I'd like to distinguish between destination directories that have been completely rsynced and the ones that are only partially synced because of a network failure. In short, I'd like to mimic the behaviour rync has on individual files (building them as .filename-random and then renaming them to filename) for the whole
2011 Jan 29
1
How to use rsync when filenames contain double quotes?
Hello, I am trying to synchronize the content of the directory my_dir/ from /home to /backup. This directory contains a file which name has a double quote in it, such as to"to. Here is my rsync command: rync -Cazh /home/my_dir/ /backup/my_dir/ And I get the following message: rsync: mkstemp "/backup/my_dir/.to"to.d93PZr" failed: Invalid argument (22) For info, rsync works
2009 Apr 10
1
linux Rsync + windows rsync + unexpected connection close
Hello all I cannot sync my windows box with my linux box because of the following error. rsync: connection unexpectedly closed (0 bytes received so far) [receiver] I run rsync version 3.0.4 ( protocol 30) on both machines (cwRsync binaries on windows). i sync over ssh. Ssh command works fine from windows. Same rsync command from the linux box works fine. Only the rync command from windows
2004 Dec 19
2
SSH Tunnel Problem
I have set up an Rsync server on FreeBSD 5.3 and plan on having windows clients synchronize data to it. Rsync running as a daemon works fine. I can successfully copy data up to the server and view it via scp. Also- I can connect via ssh and run rsync as well. HOWEVER- I cannot connect "passwordless" with SSH and then connect to the rsync daemon. The following demonstartes what I
2019 Nov 08
2
Recent inability to view long filenames stored with scp via samba mount
Greetings Jeremy, Jeremy Allison wrote: > On Sun, Nov 03, 2019 at 06:37:57AM -0500, Michael Lueck via samba wrote: >> >> >> mdlueck at ldslnx01:/srv/shares/data/Nodes/jacob/home/mdlueck/Music/Alfred Brendel$ find >> . >> ./Beethoven Piano Sonatas Vol I >> ./Beethoven Piano Sonatas Vol I/Disc 1 - 01 - Piano Sonata No. 29 in B-flat major, op. 106
2003 Nov 23
5
samba & rsync
If anyone has time to look at this problem I would appreciate it. I think I am looking for a way to increase the "timeout" in samba (in the smb.conf file) for reporting a "down" link or "can't read xyz file". However I am writing to you folks because this problem has come up while using rsync my problem ========== We have a wan in which links from a
2003 Dec 17
5
Rsyncing Windows directory to a Linux box: problem with spacesin directory names
> > >> > I am trying to rsync folders/files hosted on a Windows > machine to a > >> > Linux machine. Many of the directory names have spaces in them. > >> > How can I list them in a file so that the --include-from > option use > >> > them correctly? > >> > Thanks! > >> > > >> > Charles > >>
2019 Nov 08
0
Recent inability to view long filenames stored with scp via samba mount
On Fri, Nov 08, 2019 at 03:20:14PM -0500, Michael Lueck via samba wrote: > > Indeed, I was finding other exceptions than just the new Beethoven Piano > Sonata files. Some dating back to 2012! So definitely not new. I just have > not needed to swap disks on my workstation in so long I have not needed to > restore the MP3 collection. > > Both the : and the ? characters are key
2011 Jun 06
0
The --max-delete option and also question about depth first deletions
Hello, I'm trying to build a bullet-proof rsync deployment, using rsync version 3.0.8 protocol version 30, and I'll be using the --delete option. As a way of limiting any catastrophic losses I'm thinking about using --max-delete. I have a couple of questions: - If the maximum number of deletions occurs, will rsync keep chugging away, copying over files to my destination, but
2014 Jan 08
2
[Bug 10363] New: rsync fails to transfer data
https://bugzilla.samba.org/show_bug.cgi?id=10363 Summary: rsync fails to transfer data Product: rsync Version: 3.1.0 Platform: Sparc OS/Version: Solaris Status: NEW Severity: critical Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: sunilkumar.sharma2 at ge.com
2006 Jan 30
1
--files-from and --delete mutually exclusive?
Hi rsync developers, I'm trying to get some fancy mirroring done with selecting files from a larger archive through the --files-from option. The only problem that I do see is that rsync will not eat the --delete option whatever I try. Thus, all the old files remain in the mirror archive instead of being deleted. To be more clearly, I want the rsync --files-from option to behave like
2017 Feb 07
2
[Bug 12570] New: Problems with --checksum --existing
https://bugzilla.samba.org/show_bug.cgi?id=12570 Bug ID: 12570 Summary: Problems with --checksum --existing Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: atom at
2004 Dec 21
1
ssh rsync problem
Hi all, I recently acquired a laptop which brings the grand total of computers at three. 1 laptop, 1 server, 1 desktop. Now the problem I want to solve is the following: Because I work on both my laptop and desktop I would like to sync data in my prj/ directory to my server. So when I logon I sync my data from to server to the computer I currently working on and when I logoff I sync the data
2008 Jun 20
1
OS/X Leopard Server and rsync backups
I'm dithering over this too much, I need some advice. I apologize for the length of this and hope I haven't left out any essential detail. I want to do nightly snapshots of my Leopard server using an rsync script and a filter file to a locally connected firewire drive. The rync command I'm considering is: > rsync -vq -a -x --delete-excluded -A -X --filter=". $FLTR"
2002 Apr 23
3
rsync hanging (Sun -> AIX)
I'm trying to rync working between the UK (Sun box) and India (AIX box) and am having a real problems getting it up and running because every time I do a full transfer it hangs. The Sun box is the one holding the canonical source which we want to mirror. I've been shipped to the India office to get this working and have tried hundreds of things over the last week, I've also scoured