Displaying 20 results from an estimated 196 matches for "n9hmg".
Did you mean:
n9feg
2002 Feb 12
4
Rsync with script
Hi,
I am trying to mirror a server every night using rsync. I have to backup
multiple directories and multiple individual files. I also want to use ssh
as transport.
The problem is that I cannot get ssh to work without asking password for
each step. I tried the public key thing but it doesnt work.
Can some one give instructions for a layman like me.
Also I want to know how to pass argument to
2001 Dec 01
3
include/exclude ?
All,
Could someone please help me resolve this:
[admx:test] $ ls
ERR01 ah01 ah02 an01 an02 mp01 mp02
[admx:test] $ ls {an,mp,ERR}*
ERR01 an01 an02 mp01 mp02
I want to rsync only the "{an,mp,ERR}*" files across using the following
command but do not see the expected results.
[admx:test] $ rsync -va --exclude="*" --include="{an,mp,ERR}*" ./*
2002 Apr 23
5
Dynamic address problem
Hi All,
We have clients which dynamic IPs which we have setup with
<host>.dyndns.org addresses. We have added these to the rsync.conf
'hosts allow=" but they are being denied access.. Is there anyway
around this?
Matt
2001 Nov 20
3
Is anybody else gettting these?
...ody's mail account. I
include my response to it below, though from its message, it probably
won't be read.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
----- Forwarded by Tim Conway/LMT/SC/PHILIPS on 11/19/2001 10:35 AM -----
Tim Conway
11/19/2001 10:34 AM...
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David
2002 Feb 05
3
Doubt in Rsync !!
Sir,
How to run the rsync server in the remote machine.
I want to mirror the set of directories from one machine to another
machine
which are in the network.
I used the following command :
/usr/sbin/rsync -vv --delete --recursive --times --perms --update
source directory
destinationmachine:destination directory.
I got the error:
Permission denied.
How to tackle this error ?
thanks
laks
2002 Apr 24
1
Rsync from NT to UNIX
...r question. It makes
more traffic, but we generally try to keep the resolutions open to avoid
duplicating efforts.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
Robert <rgoud@yahoo.com>
04/24/2002 07:44 AM
To: Tim Conway/LMT/SC/PHILIPS@AMEC...
2001 Oct 18
2
problems between different versions of rsync
Are there issues between different versions of rsync? Specifically I
have a 2.4.6 on solaris 8 pushing to a 2.3.0 on solaris 2.6 over
ssh(F-Secure version). The issue that I am seeing is that when I use
the following command:
rsync --delete -rlvp -e ssh2 $localdir user@host:remotedir
The user and group are different on both boxes(neither being root).
Any help would be appreciated.
--Jeff
2002 Feb 19
4
push data instead of pull
Hi,
I have a rsync server set up.
Can i push data from the server to another machine
instead of pulling data from that machine.
when i try to do that i get this error.
mkdir tohost:/tmp ; No such file or directory.
But the directory exists. This is the command i
executed.
rsync -avz --rsync-path=/usr/bin/rsync
fromhost::test tohost:/tmp
This works fine if iam logged onto "tohost"
2002 Apr 17
4
rsync HELP!!!
...rsyncd.conf (it looks like), but i'm out of time myself (given nearly 30
scarce minutes over the past 2 days).
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
----- Forwarded by Tim Conway/LMT/SC/PHILIPS on 04/17/2002 04:23 PM -----
"Sonu Singh" <sonu_mt...
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi,
I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution?
Roger
-------------- next part --------------
HTML attachment scrubbed and removed
2001 Sep 18
3
Problem with transfering large files.
Hi,
I have some files size 400MB+ that my rsync ends on, error message is :
"Write failed: Broken pipe".
Without this "big files" everything works smoothe.
I searched to find anything about this problem but so far without any luck.
Source machine : Solaris 8, rsync-2.4.6
Destination machine : FreeBSD 4.1.1, rsync 2.4.6
Command run(from source machine):
rsync
2001 Nov 20
4
Bandwidth Limits
Has anyone noticed that the --bwlimit doesn't really work?
I have MRTG stats happening, and on a 128Kbps circuit, an rsync
with the following syntax takes up the whole line.
$ rsync -avz -e ssh localfiles.tar.gz user@remote:/path/to/file/arch
Any ideas? It's on an OpenBSD box going to a FreeBSD box. Both are
2.4.6.
-#0
2002 May 17
3
Rsync dies
I?m trying to rsync a 210 GB Filesystem with approx 1.500.000 Files.
Rsync always dies after about 29 GB without any error messages.
I?m Using rsync version 2.5.5 protocol version 26.
Has anyone an idea ?
Thank?s Clemens
2001 Oct 30
2
rsync not copying owner/group on some files
I am trying to use rsync 2.4.6 to try creating a backup using another
locally connected hard disk. Thing copy, but sometimes the group is eith
numeric (valid). Often the owner is not even shown.
This is the command I use for rsync:
rsync-2.4.6/rsync -arxlHpogDt /usr/ /backup/usr/ --delete
I login as root.
Any help would be appreciated.
--
Ian Kettleborough
ian@idk.com
2002 Mar 23
2
RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP]
I use FreeBSD RELENG_4
with
rsync version 2.5.4 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6,
32-bit system inums, 64-bit internal inums
and when I try to transfer file I get
rsync: connection unexpectedly closed (5994 bytes read so
2002 Mar 13
0
AW: ssh + permissions
...privilege is needed only to do things regular users
cannot, such as changing ownership, overriding privileges, etc..
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
"C.Zimmermann" <clemens@prz.tu-berlin.de>
Sent by: rsync-admin@lists.samba.org
03/12/2002...
2002 Jan 15
3
problem with --delete if I sync part of a dir
Hi,
I'm using rsync for a couple of things but I am at a point where I could not find a solution for my problem.
this is what I want to do:
rsync only the files i_* from a directory from machine A to machine Bi and delete them from machine B if they on longer exist on machine A.
so I use the command:
rsync -azv --stats -e ssh --delete i_* user@host:/dir/
When using this command the files
2004 Jan 05
0
No subject
see a copy of your rsyncd.conf?
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
"Kapoor, Nishikant X" <Nishikant.X.Kapoor@xcelenergy.com>
11/16/2001 07:06 AM
T...
2002 May 16
4
rsynch related question
Hello,
I had a question on rsynch'ing, please do help me on this,
I have scenario where,I need to synch the two softwares, where both
the software are across the network, on different cells( AFS cells).
For ex: first1 - /afs/tr/software , second1 - /afs/ddc/software
Both the softwares are same & fist1 cell will be constantly
updating and I need to synch this