SEC: unclassified >Cannot create tmp/

2001-02-21 Thread Wolfe, MR Phillip
Hi There, I running with rsync 2.4.3. I have an rsync server, usual port. I attempt to copy a file from a client to the server with #pwd /tmp #rsync -vvv /tmp/filename rsyncserver::trial/tmp In amongst the verbose output I find the line: cannot create tmp/.filenameyHaanr : No such file or dir

rsync, rsh, and remote servers... (Solaris, in case anyone cares ;-)

2001-02-21 Thread Rusty Carruth
Where I'm at we are using rsync to keep some stuff in sync (duh!). The remote (source) machine we may or may not have easy root access to, and we'd really rather not have to go there. So, I'm running rsync as a daemon under my userid. Obviously, not wanting to be root over there, we are not pu

--copy-unsafe-links + --delete + broken links

2001-02-21 Thread R. Jesus Garcia
Hi RSYNCers! I have a situation where I need to rsync a source tree with links pointing to directories outside the tree, some of these links pointing to non existing directories. I need the existing referenced directories outside the tree to be rsynced too, although it's

Re: rsync, rsh, and remote servers... (Solaris, in case anyone cares ;-)

2001-02-21 Thread tim . conway
I wouldn't have been able to figure out what you did. I would have wrapped it in a command line that redirected stdin from /dev/null. I get a lot of things i try to do in the background, that have no need for any stdin, but block on TTIN, and that's how i get them to quit whining and get to w

RE: Using rsync for incremental backups and the logfile dilemma

2001-02-21 Thread Yazz D. Atlas
Just saw this thread in the list and thought I'd point out a little bash script I wrote for laptop users that want to do backups in the office or on the road using rsync and ssh. Using the latest version of rsync. http://support.osdn.com/yazz/guppy-01-beta/INSTALL http://support.osdn.com/yazz/gup

Re: rsync, rsh, and remote servers... (Solaris, in case anyone cares ;-)

2001-02-21 Thread Dave Dykstra
On Wed, Feb 21, 2001 at 01:29:22PM -0700, Rusty Carruth wrote: > > Where I'm at we are using rsync to keep some stuff in sync (duh!). > > The remote (source) machine we may or may not have easy root > access to, and we'd really rather not have to go there. > > So, I'm running rsync as a daemon

Re: Using rsync for incremental backups and the logfile dilemma

2001-02-21 Thread Hans E. Kristiansen
I have a related question to this problem. We are doing backups from PC clients to a Linux server using rsync, and I would like change the full backup to incremental backups. However, the problem is that I may have used the wrong options , --destination-dir rather than -compare-dest option. Howe

IO error encountered - skipping file deletion (smbfs & mac files)

2001-02-21 Thread Axel Christiansen
hi, i use rsync for fast fetch and restore of our nt-server. i was wondering of the fast growing backup, then noticed this: 20.02.2001 01:03 receiving file list ... readlink /mnt/hal9000/d/infoseek/public/00grafik/eigenwerbung/print/cd.1/Icon?: No such file or directory 20.02.2001 01:09 done 20.

Re: Using rsync for incremental backups and the logfile dilemma

2001-02-21 Thread Dave Dykstra
On Thu, Feb 22, 2001 at 01:00:49AM +0800, Hans E. Kristiansen wrote: > I have a related question to this problem. > > We are doing backups from PC clients to a Linux server using rsync, and I > would like change the full backup to incremental backups. > > However, the problem is that I may have

Using --delete option with rsync

2001-02-21 Thread Flowers, John
hello I am receiving the following error when I attempt delete directories from the server that I am syncing to. IO error encountered - skipping file deletion I am using the following command to delete the appropriate directories. rsync -azv --stats -e ssh -v --delete /Dir1/ u

Re: cvs-exclude

2001-02-21 Thread Dave Dykstra
On Thu, Jan 01, 2015 at 10:58:31PM +, Mark Alford wrote: > > I tried to use the --cvs-exclude option, so I could fine-tune my > exclusions with a .cvsignore file in each directory, but did not > succeed. > > Since I only want to synchronize a subset of my directories, > I use rsync like this

Re: readlink: no such file or directory // too many open files // problem

2001-02-21 Thread Dave Dykstra
On Wed, Feb 21, 2001 at 10:32:15AM -0500, Spleen wrote (in private email): > Thnaks for the reply! Answers to your questions are inline: > - Original Message - > From: "Dave Dykstra" <[EMAIL PROTECTED]> > To: "Spleen" <[EMAIL PROTECTED]> > Sent: Wednesday, February 21, 2001 9:45 AM > Subje

Re: how to creat new directory

2001-02-21 Thread Martin Pool
On 24 Dec 2000, lemon_3 <[EMAIL PROTECTED]> wrote: > Hi, rsync, > hi > i have two servers.i use remote server to mirror local server.when i create a new >directory on local server,i hope rsync can automatically create the same directory on >the remote server > > i run rsync --daemon on remote

how to creat new directory

2001-02-21 Thread lemon_3
Hi, rsync, hi i have two servers.i use remote server to mirror local server.when i create a new directory on local server,i hope rsync can automatically create the same directory on the remote server i run rsync --daemon on remote server and rsync -avz /somedirectory/ remoteip::test --passwor