On Thu, Jan 27, 2005 at 11:56:11AM -0500, Alberto Accomazzi wrote:
> I have been using the rsync snapshot from 1/25 for the last few days and
> everything seems quite solid so far. I include below a few nit-picks in
> case you're looking for thing to tidy up.
Much appreciated!
> I'm also looki
On Wed, Jan 26, 2005 at 01:17:04PM -0500, Payal Rathod wrote:
> I have a client uploading a few designs (25-30 Mbs) daily at a remote
> ftp server. [...] I don't want to download partially uploaded files
> (we pay per mb).
The best thing to do when transferring files via ftp is to use the idiom
of
On Thu, Jan 27, 2005 at 11:59:38PM +0100, Eberhard Moenkeberg wrote:
> What may be the cause of this fault, and why don't I see ANYTHING USEFUL
> on EITHER side?
Perhaps it is a fault of the network -- sometimes socket connections do
get closed due to reasons outside of rsync's control. There ar
On Thu, Jan 27, 2005 at 02:24:10PM -0500, Loukinas, Jeremy wrote:
> For some reason rsync will not create and update the directories on
> server b? It will copy any updates to existing directories though..
The only reason rsync would skip new a directory is if (1) it didn't
have permissions to rea
On Thu, Jan 27, 2005 at 02:18:28PM -0500, Daniel Teklu wrote:
> #/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path
> /usr/local/bin/rsync remote_server::test /home/test
When you run a daemon over ssh, you must have an rsyncd.conf file in the
home dir of the user that is being accessed via
On Wed, Jan 26, 2005 at 12:34:02PM -0600, David L. Harfst wrote:
> building file list ... done
> rsync: connection unexpectedly closed (69 bytes read so far)
It would probably help to upgrade the server to 2.6.3, since 2.6.2 did
not pass back most errors to the client. Also, a 2.6.3 client is
On Wed, Jan 26, 2005 at 06:47:31PM -0500, Tristan Fiedler wrote:
> I have an error code 23 (shown below) which I can't debug:
Mixed into the verbose output should be one or more warnings about
either a file-access or a file-writing problem that prevented a file
from being updated. Typically the w
On Thu, 27 Jan 2005, Mark Fenbers <[EMAIL PROTECTED]> wrote:
> When using rsync -avv to recursively copy a local directory on a
> remote server, and if the remote server has a symbolic link of the
> same name pointing to some other directory, then that remote symlink
> is clobbered in favor of the
Hi,
I am seeing an rsync client reporting:
rsync: connection unexpectedly closed (9233023 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(342)
while the rsync server is saying:
Jan 27 19:57:18 ftp4 rsyncd[24334]: send ftp3.gwdg.de [134.76.12.3] pub ()
language
When using rsync -avv to recursively copy a local directory on a
remote server, and if the remote server has a symbolic link of the
same name pointing to some other directory, then that remote symlink
is clobbered in favor of the hard-wired path. I looked at the man
page and other rsync docume
I am sync-ing /export/home/ on my unix server to another unix server. On Server A new
directories get created all the time. Server needs a copy of those. For some
reason rsync will not create and update the
directories on server b? It will copy any updates to existing directories
though..
I set up ssh without authentication on both servers and I have tested it
fine. When I do this:
#/usr/local/bin/rsync --rsh /usr/local/bin/ssh --rsync-path
/usr/local/bin/rsync remote_server::test /home/test
rsync: unable to open configuration file "rsyncd.conf": No such file or
directory
rsync er
I am trying to pull files froma remote server. here is what I have on
rsyncd.conf on the remote server:
[test]
comment = TEST
path = /home/test
read only = no
uid = root
gid = root
and on the local server I run
# rsync -avR --rsync-path=/usr/local/bin/rsync remote_server::test
/home/test
a
Wayne Davison wrote:
On Wed, Jan 26, 2005 at 10:28:46AM -0800, Jon Drukman wrote:
And I want it to arrive on the remote machine at:
/other/foreign/directory/file.zip
But only /other exists, is there any way to have rsync create the
intermediate directories?
Solution #1 (uses -R):
cd /sc
Wayne,
I have been using the rsync snapshot from 1/25 for the last few days and
everything seems quite solid so far. I include below a few nit-picks in
case you're looking for thing to tidy up.
I'm also looking forward to hearing news about the --filter option. I'm
thinking it is going to be
On Wed, Jan 26, 2005 at 10:28:46AM -0800, Jon Drukman wrote:
> And I want it to arrive on the remote machine at:
>
> /other/foreign/directory/file.zip
>
> But only /other exists, is there any way to have rsync create the
> intermediate directories?
Solution #1 (uses -R):
cd /scratch-dir
Use rsync with --partial flag SET. It allows you to
resume download from where the connection was dropped
last time.
Regarding Stopping download of partially UPLOADED
FILES. you can exclude them using an exclude flag.
What needs to be excluded needs to be digged out??
As per my knowledge you c
On Wed, Jan 26, 2005 at 10:20:05AM +, Reuben Pearse wrote:
> Does rsync use UDP as well?
Rsync does not need UDP, it just needs a server to be running. You
probably forgot to start one up.
> Does rsync work over NAT OK?
Sure -- if the behind-the-NAT host is going to need to accept incoming
On Tue, Jan 25, 2005 at 11:22:57PM +0100, Andrea Riciputi wrote:
> rsync -a --include "~/Library/bar/" --exclude "Library/" source target
Read the section of the man page on how excludes are anchored to the
base of the transfer. There are extensive examples in the modern
version (which you can fi
On Tue, Jan 25, 2005 at 06:14:35PM +0100, [EMAIL PROTECTED] wrote:
> But the Problem is, rsync deletes on step 1 as well all documents,
> which have been created on side B
Exactly, since it is duplicating side A. To do what you want you'll
need to either (1) implement your own delete functionalit
20 matches
Mail list logo