On 4/9/21 5:05 PM, Dan Stromberg wrote:
This is probably more of a Cygwin question than an rsync question.
On Cygwin, E: should show up automatically as /cygdrive/e
You can test that by opening a Cygwin terminal and cd'ing to /cygdrive/e
Thanks!
--
Please use reply-all for most replies to a
Cygwin distribution of rsync for Windows contains an example rsyncd.conf,
excerpt below:
[cDrive]
path = /cygdrive/c/
comment = Entire C Drive
Having trouble setting up a second Windows physical drive. Is the
"cygdrive" designation a reference to the full system root, so that syntax
for
;m running rsync 3.1.0 on both ends (on slackware 14.1 64bit) (3.1.1 is
not yet available for slackware)
any suggestions appreciated, thanks
Tim
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/r
have at least one tree of folders with a zillion
files in it.
--
Tim Gustafson
t...@soe.ucsc.edu
831-459-5354
Baskin Engineering, Room 313A
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsy
> If you are using zfs then why not use zfs send and zfs receive?
>
> Rsync has to stat every file on both ends which can take a long time
> with millions of files. The zfs tools don't have to do any of that.
Because zfs send/receive doesn't work well if the target file system ever
gets changed,
hours.
Is there any way to speed up the transfer? The command line I'm using is:
/usr/local/bin/rsync --stats --rsh=/usr/bin/rsh --recursive --delete
--one-file-system --xattrs --links --hard-links --times --perms
--owner --group --exclude=.zfs /foo/bar root@remote:/foo/bar
Thanks!
--
Tim G
On 12/22/10 6:08 PM, Wayne Davison wrote:
On Wed, Dec 22, 2010 at 1:53 AM, Tim Bruijnzeels mailto:t...@ripe.net>> wrote:
There seems to be a problem when trying to retrieve a file that
starts with a '-' character, if it lives in the top of an rsync
repository:
Hi all,
There seems to be a problem when trying to retrieve a file that starts
with a '-' character, if it lives in the top of an rsync repository:
/Users/tim $ rsync --list-only 'rsync:///repository/-fails'
rsync: connection unexpectedly closed (0 bytes received so f
On Saturday, September 25, 2010 02:35:16 pm you wrote:
> rsync@lists.samba.org
!$#%^#$#!
I have a "workaround" but I'm not that thrilled with it. It involves logging
in to a root desktop and doing the script from there. IOW, everything else
stops until I do the daily backup.
--
Please use re
Also, I tried to --exclude it, but got the same error.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
On Saturday, September 25, 2010 01:22:29 pm you wrote:
> On Sat, 2010-09-25 at 13:16 -0700, Tim Hanson wrote:
> > I either have a problem with rsync or it is not intended to do what I am
> > asking it to do.
> >
> > I am trying to mirror a copy of /home/foo to a local
I either have a problem with rsync or it is not intended to do what I am
asking it to do.
I am trying to mirror a copy of /home/foo to a local usb drive. The copy is
made, but the destination does not appear to be deleting files I have deleted
on the source. Here is the command line I am usin
v/fd/3" failed: Bad file descriptor (9)
Can I turn this behavior off?
Thanks,
Charles
man rsync:
--ignore-errors delete even if there are I/O errors
-- tim --
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https:
acle instances, replication ought to be an easy add-on.
--
Tim Evans, TKEvans.com, Inc.| 5 Chestnut Court
UNIX System Admin Consulting| Owings Mills, MD 21117
http://www.tkevans.com/ | 443-394-3864
http://www.come-here.com/News/ | tkev...@tkevans.com
--
Please use repl
. However I've found that the effect
is the same as doing an rm -f before the transfer - since
--exclude=*.dar it removes all files, even the ones that are
--include'd, and then starts the transfer from scratch. Just using rm
keeps my script simpler and easier to read.
Regards
Tim
--
backupstoremove.py script's original
functionality of just rm'ing the backups from the USB stick before I
transfer, I really can't work out how --delete-before can possibly be
made to function in this situation.
Tim
--
Please use reply-all for most replies to avoid omitting the mail
way - I have to manually delete the old backups from the USB stick
before transferring the new.
Thanks for any help
Tim Edwards
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before post
.
Tim
--
Follow me around the world at http://www.casualhacker.net/blog/
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart
nc to support itself. Something like:
--auto-restart
When a timeout occurs, automatically restart the transfer.
Tim
--
Follow me around the world at http://www.casualhacker.net/blog/
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options:
I'm having trouble making a very simple entry in my exclude file work
properly. The entry is:
- TMP/
Purpose of the entry is to exclude any directory or subdirectory named
"TMP" from backup via rsync, but it's not doing it. What am I doing
wrong?
Thanks.
--
Tim Eva
Neal Becker wrote:
rsync /usr/share/xemacs/blah/bla dest:/usr/share/same/long/path/here
Wouldn't it be nice to have an option to just say:
rsync --same-path /some/long/local/path dest:
FOO=/usr/share/xemacs/same/long/path
rsync $FOO dest:$FOO
??
Cheers,
Tim.
--
To unsubscribe or c
nothing specifically about doing a blanket
search for duplicates similar to fdupes.
Any suggestions would be helpful.
Thanks,
Tim.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Try using major subdirectories one level lower. Example sequence from my
automated home machine backup:
rsync -ax --stats / /rsync_backup/
rsync -ax --stats /usr/ /rsync_backup/usr/
rsync -ax --stats /home/ /rsync_backup/home/
Compare to "rsync -a --stats / /backup/"
Ralf Fassel wrote:
We're
; d3/b.txt
cat d1/b.txt
(AND its not a link!, it was copied)
- Original Message -
From: "Wayne Davison" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, June 27, 2006 6:18 PM
Subject: Re: no true incrementals with rsync?
> On Tue, Jun 27, 2006 at
couldnt you do something like this?:
always running.sh---
while true
do
if file not exists "isrunning.txt"
sh checkfiles.sh
sleep 30
done
checkfiles.sh---
# compare dirlist here
if [ need to run rsync ] and [file not exist "isrunning.txt"]
touch isrunning.txt
rsync ...
I tried compare-dest... does it automatically hardlink, or does
link-dest hardlink or both? may my problem is I tested on a cygwin
windose macine and there is no linking.
On 6/26/06, Wayne Davison <[EMAIL PROTECTED]> wrote:
On Mon, Jun 26, 2006 at 10:15:38AM -0700, tim594 wrote:
> With tradition
what about scripts running every 30 seconds on each machine,
thats lighter then rsync just to compare..
eg.
Server1
ls -lR /* > ~/files1
scp files1 SERVER2:~
Server2
ls -lR /* > ~/files2
(do a diff command here on files1 vs. files2)
(if different, then run rsync -u)
- Or
27;re still sitting in the
directory.
Source:
[EMAIL PROTECTED] log]# ls -ls /home
total 64
drwx-- 10 backup backup 4096 Nov 27 21:05 backup
drwx-- 2 root root 16384 Mar 21 2005 lost+found
drwx-- 4 timtim 4096 Mar 27 21:09 tim
drwx-- 5 vpnvpn 40
On Sun, 8 Jan 2006 21:39:43 -0800, Wayne Davison <[EMAIL PROTECTED]> wrote:
>On Sat, Jan 07, 2006 at 10:22:57AM -0500, Tim Boyer wrote:
>> It's not many files, but since I'm running as root, I'm curious why
>> there's a problem creating/deleting/unlinking
/deleting/unlinking these files. Anyone have any idea?
Thanks much,
--
tim boyer
[EMAIL PROTECTED]
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Read Wayne Davidson post sent 31:06
before yours.
73,
Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
11/07/2005 08:33 AM
To
rsync@lists.samba.org
cc
Subject
[rsync]
Thanks Wayne, it works like a champ
now. Appreciate it.
Tim Clashin
Wayne Davison <[EMAIL PROTECTED]>
08/29/05 10:32 PM
To
[EMAIL PROTECTED]
cc
rsync@lists.samba.org
Subject
Re: Rsync clients connecting
to rsync server.
On Mon, Aug 29, 2005 at 05:10:21PM -0500,
rver on the command
line with /usr/local/bin/rsync --daemon --config /etc/rsyncd.conf , and
I made the ssh user home dir /etc just to test. So it can see rsyncd.conf.
Still befuddled at this point.
Any assistance would be greatly appreciated.
Tim Clashin
--
To unsubscribe or change op
champ.
Appreciate the help and I will also
look at 2.6.6. Thanks everyone.
Tim Clashin
Paul Slootman <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
08/26/2005 03:55 AM
To
rsync@lists.samba.org
cc
Subject
Re: unable to open configuration
file rsyncd.conf
On Thu 25 Au
y assistance would be greatful, and
thanks in advance.
Tim --
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
ee
C:\DOCUME~1\ADMINI~1\t>type .dotfile
dot
C:\DOCUME~1\ADMINI~1\t>del .dotfile
C:\DOCUME~1\ADMINI~1\t>ver
Microsoft Windows XP [Version 5.1.2600]
C:\DOCUME~1\ADMINI~1\t>
73,
Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROT
Need I remind you that the source code
is freely-available? Implement the algorithm in perl, use that as
a module, and build others around it. The world needs more heroes.
73,
Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROTECTED
There are times when rsync just can't
complete a task. I had a buggy network and was required to maintain
a large distribution on dozens of buggy NAS devices all over the world.
I eventually had to write a sort of distributed find/diff/rm/tar/untar
system.
73,
Tim Conway
Unix S
> grep nfs /proc/mounts
abit:/snapshot/abit /backup nfs
ro,nosuid,nodev,v3,rsize=4096,wsize=8192,hard,intr,udp,lock,addr=abit 0 0
... easier, and a simple prefix without a nesting level:
NFS_MNT="/mnt/plantx"
mount | grep $NFS_MNT >/dev/null
if [ ! "$?" = 0 ]; then
echo "source not mounted, n
480 Mar 26 08:57 .
drwxr-xr-x 26 root root 1024 Mar 26 08:51 ..
-r--r--r-- 1 root root11 Mar 26 08:52 .X0-lock
drwxrwxrwt 2 root root60 Mar 26 08:52 .X11-unix
drwxrwxr-x 18 timtim 163900 Mar 23 23:34 .ccache
drwxrwxrwt 2 xfs xfs 60 Mar 26 08:52 .
If you use -e ssh with :: or rsync://
syntax, it sshes over and starts and uses a private rsyncd in ssh tunnel.
If you use it with single-colon syntax, it starts an rsync listener
on the other end that obeys commands and passes data.
73,
Tim Conway
Unix System Administration
Contractor - IBM
If it is, as you say, uncompressed,
rsync will work on it as-is, finding and sending the changes.
73,
Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROTECTED]
Harald Dunkel <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
02/04/2
ystem bounce.
Tim Conway
Unix System Administration
Contractor - IBM Global Services - ODCS
desk:3039240938
[EMAIL PROTECTED]
How exactly do I start the daemon? I have it now in xinetd file as,
disable = no
socket_type = stream
wait =
no
--progress will show individuals.
There is no tracking of total progress,
nor any programmatically efficient way of providing such. If you
were really concerned, you could --dry-run first and sort of keep track
of where you were in the list during the actual run.
Tim Conway
Unix System
pens
when that problem comes up.
Don't worry about adding memory (or swap), as you're likely to be using
only a few hundred MB when this happens.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
We are using rsync to mir
move your uid and gid into the module. They are not valid as global
options.I hope there's something about auth users and a secrets file
somewhere in there as well, as wide-open root to your /var is ill-advised.
Ding--
Tim Conway
Unix System Administration
Contractor - IBM Global Ser
ing to fake up a
tty and play expect with ssh for you. Make a passphraseless ssh key, and
keep it out of the hands of your enemies. You can even set the
authorized_keys file to permit only rsync to be run over that session.
Tim Conway
Unix System Administration
Contractor - IBM Global S
them to optimize future syncs by not checksumming files
that match in name/timestamp/size. "-a" is a lot faster to type than
"--owner --group --perms --times --links --recursive --devices"
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:303273477
more verbosely. Use more
"-v"s, up to a maximum of 3, and it'll tell you more of what it's doing or
failing to do, and why.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
My first mail to the group. I am using rsync t
le
ownerships.
DON'T make the rsync auth user name "root" - hell, don't make it anything
that has system access. Everything you use runs as the uid anyway. Better
yet, give each user his own module, running as himself.
If you're safe inside your own lan, ignore my secur
No guarantees, but I think sockets are treated similarly to devices by
rsync, so instead of the "-a" option, which is equivalent to "-rlptgoD",
try "-rlptgo", as in
"rsync -rlptgovz -e /usr/bin/ssh [EMAIL PROTECTED]:/tmp /danzas1/dump/testle"
Tim Conw
ady in
cygwin, I'd just use pure sh, or if you must run it from the dos
environment, i.e. a bat file, I'd specify the windows side path in dos
style.
Congratulations on getting so far along in the use of a very powerful (and
therefore somewhat difficult to master) tool despite the la
Well, whaddya know? I've known of people running a rsyncd binding on
localhost and tunneling, when they were afraid of getting sniffed. I
assume this is just an automation of that process? I guess it's time to
reload my mental copy of the man pages.
Tim Conway
Unix System Admi
an ssh-protocol
TCP connection to port 22.
Pick one. Either "rsync -aurvlpogt kk.txt XXX.YYY.ZZZ::pruebas1", or "
rsync -aurvlpogt -e ssh kk.txt XXX.YYY.ZZZ:/path/to/pruebas1". For the
latter, you'll have to get ssh working between the two systems.
Tim Conway
Unix
t, have a place you can't read on
the destination or source, and it should be that way, exclude it. That
way, it won't hit it and error, so you can both run your sync with
deletes, and still have it try not to ruin your life over a little
problem.
Tim Conway
Unix System Administrati
I'm glad. I remember a brief debate about it, and I thought that my side
lost. It always seemed to me that it should go on a case-by-case basis,
rather than assuming that NFS over gigabit was slower than ssh over
dialup.
Tim Conway
Unix System Administration
Contractor - IBM Global Ser
rom both the source and destination files (once in entirety for
the checksums, again partially for the pieces kept and sent), then
deleting the destination, then renaming the newly created file to the
destination, it just does it in one read/write/unlink/rename...
essentially like the "-W&q
-start it needs to be in transfer before the big dogs
choke it.
Wayne'll probably correct my errors. That SELECT_TIMEOUT thing has
probably changed by now. It's been a couple of years since I read and
mentally traced the whole tree. But, nicing is still a good bet, as is
the hea
rsyncd). PHB-types will probably
require a GUI, with audio prompts and lots of pretty colors, and still not
know what to do with it. People do write such wrappers.
Show us what you write. It's of no interest to me for my own use, but I
will set aside the time to read it for the project.
rt pseudoscript:+++
[ -f "$triggerfile" ] || exit 0
rm $triggerfile
perform whatever it is you wanted
end pseudoscript:+++
Cronjob:
* * * * * /path/to/the/script
Tim Conway
Unix System Administration
Contractor - IBM Global
If you must use an out-of-office feature in your email, please exclude any
mailing lists you're subscribed to. I deleted the message that I was
forwarding in this, but I'm sure we all know what I'm talking about.
Tim Conway
Unix System Administration
Contractor - IBM Globa
I would suggest installing a compiler. GCC should be on your installation
set. If not, it's a simple matter to download it.
If you already have one, check your $PATH.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Hallo!
I am t
odule/../../../../../../../etc/security/passwd .
Permissions (don't put "uid = 0" in the rsyncd.conf) can prevent that one,
but
rsync -a server::module/../../../../../../.. .
is probably something you don't want.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:30
The library I referred to was getopt. It just seems to be trying to be a
bit too clever... kind of like the automatic tuning radios in Hitch
Hiker's Guide to the Galaxy. I didn't know about the existing oddity in
rsh. Thanks for the education.
Tim Conway
Unix System Admi
ft
fi
exec rsh $host $rshargs -- $@
I don't think rsync ever adds more than a -l user (taken from
[EMAIL PROTECTED]:path) to the transport commandline.
No guarantees. I wrote that in here, and haven't tested it.
Now, if sh's argument parser starts fscking with your commandline
e necessary processes for
a normal local sync are coming up, but eliminating unknowns in the
filehandles it gets is a good idea.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
>>When used this command in cron
>>
>>0
Oh, of course. I just meant I've never needed it, and the original
question was raising an unnecessary application of it, not that the
function is useless.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
the main use i've
shing in, and the authorized_keys file
on serverX has command restrictions, for instance, so it just throws you
out as soon as rsync invokes the remote. Combining stdout and stderr lets
you see how they fit together. tee just lets you watch as it goes.
Good luck.
Tim Conway
Unix Syst
/home/cnwt99/rsync-2.6.2>grep ' 24 ' errcode.h
#define RERR_VANISHED 24 /* file(s) vanished on sender side */
[EMAIL PROTECTED]
/home/cnwt99/rsync-2.6.2>
http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=vanished&x=0&y=0
Tim Conway
Unix System Adm
I
don't think you do either. Simplify.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Harry Putnam <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
06/01/2004 09:33 AM
To
[EMAIL PROTECTED]
cc
Subject
include directory and a
t the same time. Run one, then the other.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
I have noticed that if you run two rsyncs at once, they get confused and
copy the files from one the wrong rsync thread. Apparently this is becaus
overall
performance by throttling the rsync with the --bwlimit= option. Turn the
upstream one's speed down to about 70% of its maximum alone, and it should
leave enough for the downstream to do well.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMA
This was somehow related to the fact that I was su'd to root, but not with
root env ie. "su --"
- Original Message -----
From: "Tim Harsch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 20, 2004 11:46 AM
Subject: two-way synchronization
machine O is outside firewall, machine I is inside (machine names changed to
protect the innocent :-)
firewall allows ssh connections if inititiated from I to O, but not if the
other way.
both machines have an /etc/rsyncd.conf of:
[rt]
path = /tmp/rsync_test
comment = Test area
O runs
er.
A chroot failure is almost invariably an erroneous "path =" line in the
rsyncd.conf, and since it works otherwise, we know your OS can do chroot.
Check the directory named under the "[jspfsp]" entry in your rsyncd.conf.
Tim Conway
Unix System Administration
Contractor - IB
That is it. The destination file is unaffected until rsync completes its
replacement, then the directory entry is repointed at the new file and the
reference to the old inode freed.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Hi
es
to then connect to thet standard daemon ports.
Anyone know?
What would the command line for doing this look like - I've tried a few
options but if I put --daemon on the command line ven though I've got --rsh
it just quits immediately.
Tim
PS. From the tests I've run so far the
, only if it is receiving..
> -Original Message-
> From: Tim Moss [mailto:[EMAIL PROTECTED]
> Sent: 14 May 2004 22:20
> To: 'Jim Salter'
> Subject: RE: rsync hanging on Cygwin
>
> Ah ha - I'll give using the latest and greatest rsync from CVS a go.
>
> Cygwin DLL version info:
> > DLL version: 1.5.9
> > DLL epoch: 19
> > DLL bad signal mask: 19005
> > DLL old termios: 5
> > DLL malloc env: 28
> > API major: 0
> > API minor: 112
> >
That's where main.c was when the binary was compiled. It's telling you
that if you took the same source code and looked at line 383 of main.c,
you would see the line that generated that error 23.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734
just wc them.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
I'm trying to figure out if a file has changed since the last rsync call.
I
use the following command line:
rsync -cvv /mnt/xxx/vol1/dbase/100/kunden.dbf /mnt/label |
instead of "^H"?
Those aren't literals. Produce them by doing a control-V followed by
control-H or control-M as needed.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Hi. I use rsync to suck down a large amount of dat
escape your @. I don't remember the details, but I know it got chewed up
by something in a past application.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Hi everybody -
I'm trying to write a Perl wrapper for some rsync
7;s cool, and well-documented. Glad you figured it out. It's
not an rsync issue, but an environmental one.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Rsync Issue Solaris8
When performing a simple rsync between servers I was gett
release it when it finishes, then delete the
"new" original, and put its version in place.
On the other hand, I can't say what the consequences would be of modifying
the source file in-place during a send. I expect rsync notes changed
mtime and restarts. Wayne?
Tim Conway
Unix
e remote machine. Useful when it's not in your path.
Note that this is the full path to the binary, not just
the directory that the binary is in.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Naveen Babu <
assuming you replaced "hostwithrsync" with "66.123.34.123", you're in.
It's fine that your /etc/services is a symlink... the important thing is
that you can see it with rsync over rsh.
Use the rsync-path option, and enjoy the tool.
Tim Conway
Unix System Administ
r of possible outputs he could get and what they'd
mean, and haven't heard back. I think that might have been late Friday.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Tim already answered your question for you. Your rem
ar)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
_exit_cleanup(code=12, file=io.c, line=165): about to call exit(12)
[EMAIL PROTECTED]
/usr/local/admin/bin>
+
If this one fails,
rsh 66.123.34.123 /usr/loca
or commented out of services.
You'll see it, whatever it is.
All ssh sessions go through the sshd service, on port 22, and most systems
that have one or the other of login and shell enabled have both. Yours is
just an unusual case.
Tim Conway
Unix System Administration
Contractor - IB
path can look like a network timeout. I don't
remember if that's true of any FreeBSD.
If this is the case, use --rsync-path=/wherever/it/is/on/66.123.34.123
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
opening connection
OK, I'm stumped.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
1 2 * * * rsync --daemon
0 8 * * * killall rsync
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read:
Can we see the crontab line? For some reason, you're repeating the daemon
startup.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
I have the latest rsync running on mandrake official 10. At 2:30 I run
rsync --daemon from cr
the pid's been re-used...
#it happens, though it might be held as a zombie for us... can't
#count on it, though. - if response<0, it's still running
unless(0 < waitpid(0, WNOHANG)){
#kill it
kill(15, $kidpid) ;
}
exit(0);
}else{
#fork and give it our slot
exec( $commandline );
}
[E
until its replacement is ready to take over.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
MEGA Hospedagem <[EMAIL PROTECTED]>
04/19/2004 09:12 AM
To
Tim Conway/Denver/Contr/[EMAIL PROTECTED]
cc
Subject
Re[2]: temporary file
here. I'd expect
rsync to work pretty well with samba, considering its ancestry.
If the samba share is a bottleneck, I'd bet you'd get a big boost by using
the --whole-file option... it kind of depends on the nature of your data,
the filesystem, and the link between the systems
find paths -options -print |rsync -options -files-from=- source
destination
The second one could easily be done with a --dry-run, preprocessing the
output, and driving a --files-from= rsync with that list.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
odule doesn't matter).
The more common cause, though, is an error in the "path = /whatever" entry
for a module. You can't chroot to a place that doesn't exist.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
alone, do individual options instead of the
--archive bundle... --times will do, though you probably want it
recursive, too.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
Greetings,
I have two systems that have identical
If you can explain what this has to do with rsync, perhaps we can help
you.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
[EMAIL PROTECTED]
I purschased Medal Of Honor Allied Assault Spearhead, it won't install on
--
To unsubscribe or c
1 - 100 of 507 matches
Mail list logo