Hi,
I like to use rsync for backup from Desktop to my nas server.
- I can setup an cron job at the server, so rsync starts on the server
side to backup from my desktop to the server. But what if I shutdown my
Desktop? Can rsync handle interruptions in a good way or is there a
better solution?
s so I know it's not just something I'm doing
wrong?
Other details: The local machine is running ubuntu 9.04, while the remote
server is running RedHat Enterprise Linux 5.4. The other machine (on which
rsync 2.6.8 is installed) is also running RHEL 5.4.
John D. Wolter
Aerospace Engi
sync-3.0.6/lib/sysacls.c rsync-3.0.6-new/lib/sysacls.c
1817a1818
> #if defined(ENOTSUP)
1818a1820,1822
> #else
> errno = EINVAL;
> #endif
As has been noted elsewhere, running ./configure with "ksh" works better
than with the default /bin/sh.
--
| Ian! D. All
On Fri, Apr 24, 2009 at 02:19:41PM -0400, Ian! D. Allen wrote:
> On Fri, Apr 24, 2009 at 07:51:35AM -0700, Wayne Davison wrote:
> > This is because --min-size is a transfer rule, not an exclude rule.
>
> There is no mention of the concept of "transfer rule" in the rs
MAT
[...]
Setting this option to the null string (="") will have the side-effect
of disabling the all the effects and side-effects of --itemize-changes.
My current work-around is to abandon trying to use --log-file and to
parse the redirected output of "-ii" inst
lter/exclude rule, it
does not affect the file-list, so --prune-empty-dirs will not work
with this option.
Thanks for keeping rsync alive and kicking!
--
| Ian! D. Allen - idal...@idallen.ca - Ottawa, Ontario, Canada
| Home Page: http://idallen.com/ Contact Improv: http://co
xclude and it works fine:'
rm -r $tmp2
rsync -ai --exclude smallfile --prune-empty-dirs $tmp1 $tmp2
find $tmp2 -empty # shows no output - this is correct and expected
echo "*** Why doesn't --prune-empty-dirs work with --min-size and --max-size?"
rm -r $tmp1 $tmp2
--
| Ian! D
current misbehaviour.
Has nobody ever wondered about this before? I suppose I shall have to
Read The Source to find out what is wrong. Please someone enlighten me
about what I'm missing, before I start digging around in there...
--
| Ian! D. Allen - idal...@idallen.ca - Ottaw
test/dir4/BIGFILE
cd+ test/dir5/
>f+ test/dir5/BIGFILE
cd+ test/dir6/
>f+ test/dir6/BIGFILE
Wrong. I don't want all those dir1, dir2, dir3 empty directories.
I don't want *any* empty directories, at any level.
What am I miss
Hi !
I would like to know if it's possible for Rsync to automatically mirror a
folder and it's content from one deamon to another. (or one client to a
deamon) Basically I want users to drag and drop files in a folder and Rsync
to mirror these files as soon as it sees them. A cron or schedule task
from...
I googled around and found references to an rsync end hang that said
the child process wasn't getting the quit signal from parent
rsync (on rsync 2.5.5)
Don't know if that is relevant at all...
Any thoughts, anyone?
thanks so much for this great tool!
Rob D
--
Please us
a,
Michal Suchanek wrote:
On 11/04/2008, David Miller <[EMAIL PROTECTED]> wrote:
On Apr 9, 2008, at 3:12 PM, Rama D. Chavali wrote:
Hi,
I have a mac pro and a windows Vm which I want to keep sync. I tired
using other Sync programs but they do not seems to be working.
Does Rsync have a listen to changes mode? if it does how do i activate it?
I was thinking i use Unison with windows scheduled task to let it run
every 15 minutes if thats possible.
Matt McCutchen wrote:
On Wed, 2008-04-09 at 17:12 -0500, Rama D. Chavali wrote:
I have a mac pro and a
Hi,
I have a mac pro and a windows Vm which I want to keep sync. I tired
using other Sync programs but they do not seems to be working. I tend
to leave applications running which create their own temp files in its
own specific folder, which caused the other sync programs to crash. I
tired
Good morning all,
I¹m using rsync v3.0.0 on both ends. The source is Fedora Core 4 and the
destination is MacOS 10.5.2. I¹m trying to sync a file system with roughly
5,000,000 files checking in about 1.2TB.
I use the command rsync avP e shh [EMAIL PROTECTED]:/filevault . From my MacOS
machine
Hello All,
I am having an interesting issue where using the command rsync avP e ssh
seems to want to bail out on filesystems that have more than about 1.2 million
files.
Using that same command on smaller filesystems works like a charm! The server
is rsync 2.6.8 protocol 29 and the destina
tracking TCP's window size.
Current Linux releases do a good job of auto-tuning TCP buffers,
without need for manual adjustment. )
Again- sorry for the tangent.
Larry
--
At 1:21 PM -0700 4/18/07, Carson Gaspar wrote:
Lawrence D. Dunn wrote:
Colleagues,
If you do pursue SSL functio
Colleagues,
If you do pursue SSL functionality directly in rsync,
please be sure to take a look at Chris Rapier's work
to "fix" standard ssh implementations, at:
http://www.psc.edu/networking/projects/hpn-ssh/
Turns out "-e ssh" using most libraries puts a fixed-window-size
ssh-windowi
On Fri, Mar 30, 2007 at 04:02:18PM -0700, Wayne Davison wrote:
> On Fri, Mar 30, 2007 at 03:18:39PM -0700, William D. Tallman wrote:
> > My question is this: do I need to continue to use --size-only, or has
> > the first rsync backup run put time stamps on all files?
>
> Yo
I've now got scripts that correctly backup all my primary partitions to a
second drive. The original problem was that I copied them over without
a time stamp, so that the first rsync run found no timestamps and wanted
to copy them all over again. So I used:
'rsync -r -t -v --size-only $
On Sun, Mar 11, 2007 at 03:16:13PM -0700, Wayne Davison wrote:
> On Sat, Mar 10, 2007 at 01:29:45PM -0800, William D. Tallman wrote:
> > And I got it that I could remove -t and --size-only from subsequent
> > backup runs.
>
> No, you don't want to eliminate -t, as pr
I'm just starting to learn about rsync. My use is to backup one hard
drive to another (newer) hard drive. I've read through the man file,
the rsync site, several googled posts, and have read this forum for a
few days, and I still have some questions.
The initial copy over was simply 'cp $SOURCE
use the -H
feature to update hard links. That also works; but, then I have a mix
of linked and not-linked files in dir/tmp that I have to sort out.)
--
| Ian! D. Allen - [EMAIL PROTECTED] - Ottawa, Ontario, Canada
| Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/
| Col
David,
What OS is on each end?
This sounds like (maybe) classic "TCP buffers too small by default",
which limits the amount of data in-flight for an individual
TCP flow to min(senders_TCP_send_buf, receivers_TCP_recv_buf),
assuming a clean network path.
(If you're running current Linu
Stu,
I ran into similar circumstances when helping some folks transfer
data from FermiLab(Chicago) to Renater(France).
What options are you using for rsync?
The buffer tuning you refer to is actually tuning two different things.
The rsync TCP-buffer options allow you to set TCP buffers
At 9:30 AM + 3/6/06, gARetH baBB wrote:
On Sun, 5 Mar 2006, Lawrence D. Dunn wrote:
Chris rapier has been working on a fix for this, see:
>http://www.psc.edu/networking/projects/hpn-ssh/
Note this affects anything using ssl, like scp, sftp, rsync -e ssh, etc.
None of th
Jason, Wayne,
As far as I know, rysnc transfers the files themselves using TCP, right?
So rsync can be affected by latency - transferring a large file,
it is subject to TCP's latency-effects, including slow recovery from
a loss on large bandwidth*delay product (BDP) links.
(Same with sev
First remove-send-files is improved in the actual version
and really works better for me, removing is now more in time.
In my case I have a buggy wireless cconnection and rsyncing over night
in a loop, until rsync return 0, because often the pipe connection gets
broken.
After a complete suc
t --stats /root/test/ xxx:/root/test --progress -i --detect-renamed
building file list ...
14 files to consider
.d..t ./
.d..t 1/
Number of files: 14
Number of files transferred: 1
Total file size: 17493459 bytes
Total transferred file size: 1628679 bytes
Literal data: 1628679 bytes
Matche
Hi lhere,
i'm trying the detect-renamed patch in 2.6.7pre2 in a really small
scenario. Having two dirs with some files rsyncing to destination.
First I have no delete switches on, at least I will need them.
Heres the command I use:
rsync -e "ssh -i /root/.ssh/srv-key" -r -p -o -g -v -z -l -t
Madison,
That sounds like a really nice backup program. I'd like to try your
Beta out if I could. I've use rsync regularly and it would be great
to have a front end.
Thanks.
Thom
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: htt
Jason,
Summary guess-on-my-part:
"Maybe" (w.r.t. will_larger_buffers_help?). Depending on which
satellite-height you're
using, and what your current default buffers are, and which-operating-system,
1-4Mbps is on the edge where more-than-default buffers are useful.
More detail below.
(
ote:
On Tue, Nov 01, 2005 at 01:03:39PM -0500, Lawrence D. Dunn wrote:
I'd like to request/suggest that cli options to set TCP send/receive
buffers be added to rsync client-side.
That's simple enough to do. The attached patch adds the option
--sockopts=OPTIONS that accepts the sam
Dear rsync folks,
I'd like to request/suggest that cli options to set TCP send/receive buffers
be added to rsync client-side.
Summary:
I'm aware that a daemon's config-file can set socket options for
the server side
(e.g. SO_SNDBUF, SO_RCVBUF). That is useful.
But when trying to get
Title: Out of Office AutoReply:
I will be on Vacation May 6th. I will not be checking my Email.If you need to contact me please call me on my cell 765-208-6100.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/
Jean-Max Reymond wrote:
2005/4/14, Jean-Max Reymond <[EMAIL PROTECTED]>:
On Mac OS X (mini Mac), using rsync with --delete option to backup a
linux Box, all the file and directories with accented characters are
destroyed:
deleting Documents/Ve??lo/
deleting Documents/Ckr/marche??s_publics/
deleting
Dear All,
I am running Rsync (2.6.3) on Windows Server 2003 via Cygwin, performing
a pseudo-local sync (t: is a mapped NAS).
The Rsync command I am using is below, but I am having a problem whereby
certain files are being deleted, seemingly at random. I am using the
--delete flag. These files a
I am using rsync w/ CYGWIN to copy files from an NT
server to a Freebsd 5.3 server running runsy- latest
2.6.3 BSD patch to latest RELEND_5_3.
I am moving very large 2gb files/. An older version
exists at the destination so it is only xferring
diffs.
I am using putty with port forwarding to han
As an adder- Would I be better of not compressing?d c <[EMAIL PROTECTED]> wrote:
Hmm---
Let me clarify a few things and apply it to your response to verify I understand.
I have 51 file ranging from 1mb to 1.9gb in size. These files reside on a share of a windows server. They are the
to do is not feasible over T1's.
Anyone else able to move large files over the wan via encrypted ssh tunnels with rsync?Wayne Davison <[EMAIL PROTECTED]> wrote:
On Mon, Jan 03, 2005 at 04:40:03PM -0800, d c wrote:> The source files have slightly chnaged and I now am trying to sync
Hi All-
I am trying to use rsync to synchronize very large files- some are close to 2gb in size.
I have copied the files manually to a usb drive and shipped it to the location where the rsync server is running.
At the remote location I copied the files to a directory which resides on the r
creates a sub-directory it assigns no rights at all to it: d
I have tried the -p option on the client but it does not help.
Currently running latest version of rsync---recompiled last night.
Client is windows w/ cygwin.
thx
d c <[EMAIL PROTECTED]> wrote:
I am conn
e dir's has an " ' " in it...will this cause a problem. Do windows files / dir names need to be modifed before copying up to rsync server.
As usual- TIA :) Hopefully I'll be able to answer some of these in the near future.
-d
fault rights on the binary for rsync also?
Thanks for the quick repsonses so far.
Also- as an aside I am I better of w/ cwrsync?Wayne Davison <[EMAIL PROTECTED]> wrote:
On Sat, Dec 18, 2004 at 07:28:24PM -0800, d c wrote:> HOWEVER- I cannot connect "passwordless" with SSH
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 "passw
Hi.
I've written a patch for rsync that will recognize Mac OS X
HFS+ resource forks and metadata, and transfer them to a
remote non-HFS+ filesystem.
The resource forks and metadata are stored in an AppleDouble
file, using the ._ naming scheme.
A few people have been helping me test the new versi
!)
I'd love to see a "show me which files did not get transferred because
they were newer" flag that means I can avoid parsing the huge -vv output.
If the maintainers agree, let me know and maybe I'll dig in to the code
to try to figure out a patch to make this possible (un
If your files are on the Linux fileserver and accessed by the OSX
clients via Netatalk, then resource forks and Finder metadata are
already being stored in a format that rsync understands. Just run
rsync as usual.
If you were running HFS+ on the Linux box (hey, why not?), *then*
you'd need to do
Lars E. D. Jensen wrote:
Hi
Thanks for your previous answers.
Now I'm fighting with setting up ssh tunnelling with rsync
Hi
Just wanted to share this with other "rsync through tunnelling" newbies.
This script will copy files from "remotehostname" to "localhostname&qu
--
Med venlig hilsen / Best regards
Lars E. D. Jensen
[EMAIL PROTECTED]
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Yes, I'm working on a proper AppleDouble format next.
It requires a combination of the two file handling procedures I've
added so far, which either: a) send a file under a newly composed
filename, or b) synthesize a "faux file" from filesystem metadata,
and send that under a composed filename, bu
Widyono wrote:
On Tue, Aug 17, 2004 at 06:15:41PM +0200, Lars E. D. Jensen wrote:
The warning tells me that it's not possibel to use ssh?!
I do this:
rsync -auz --delete --rsh=?ssh -l ssh_username"
[EMAIL PROTECTED]::www /var/www
WARNING: --rsh or -e option ignored when connectin
ername"
[EMAIL PROTECTED]::www /var/www
WARNING: --rsh or -e option ignored when connecting to rsync daemon
Thanks
--
Med venlig hilsen / Best regards
Lars E. D. Jensen
[EMAIL PROTECTED]
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http
Hi.
Several months ago, I posted my first pass at a patch to transfer
Mac OS X HFS+ metadata (resource forks and Finder metadata) to
non-HFS+ filesystems (Linux, Solaris, etc).
I finally got a chance to update the patch to reflect suggestions
offered on the list. Thanks for the ideas, this vers
This thread covers this idea:
http://lists.samba.org/archive/rsync/2004-March/008827.html
I think someone may be working on an implementation.
:wes
On 27 Apr 2004, at 23:35, Stephen SM WONG wrote:
rsync is a very useful tool for me to backup from Max OS X
to a linux server. However, would dev
using --rsync-path
and redirecting stderr+stdout to a log file.
How do I do this? .. I have tried and failed.
Thanks in advance for your help in this regard,
D
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs
On Sat, Mar 13, 2004 at 04:40:59PM -0500, Wesley D Craig wrote:
> qsort is specified in the C89 standard. The compare function is passed
> to this routine by rsync. So if there are sort-order vagaries, they
> would represent a basic bug in rsync.
>
> To fake up the secon
On Sat, Mar 13, 2004 at 01:23:31PM -0800, Wayne Davison wrote:
> (1) The sender would create the file list pre-munged (with a simpler
> naming scheme) but flagged in such a way that it would know that it had
> to tweak the name back into its unmunged form before opening it. (This
> solution avoids
On 12 Mar 2004, at 13:08 (or thereabouts), D Andrew Reynhout wrote:
If you split the file into multiple files (AppleDouble), you
have to play games with the sort routine, or else you risk FS
corruption. And it's very inconvenient to be certain that your
sort trick had the desired results.
On 13 Mar 2004, at 08:10, Albert Lunde wrote:
I'd note that the mkisofs man page listed about a dozen different
formats used in various contexts to store Mac resource forks and
finder metadata in various contexts. I'd imagine the advent of MacOSX
(with UFS support) has narrowed the field of what op
On Fri, Mar 12, 2004 at 01:08:52PM -0500, D Andrew Reynhout wrote:
> If you convert the file to a single stream (AppleSingle), you
> have to change the filename on the destination, else you run the
Another problem with file conversion in-stream is what to do
with the converted file on the
On Fri, Mar 12, 2004 at 12:04:36PM -0500, Wesley D Craig wrote:
> My preference is to not adjust the protocol, at least not for HFS+
> support. I don't think it's necessary or particularly desirable. In
> particular, I don't see much value in making rsync changes that
On 12 Mar 2004, at 11:17, D Andrew Reynhout wrote:
I think the maintainers have to err on the side of caution
regarding changes to the application, and especially to the
protocol.
My preference is to not adjust the protocol, at least not for HFS+
support. I don't think it's ne
On Fri, Mar 12, 2004 at 09:41:03AM -0500, Wesley D Craig wrote:
> I'd be happy to work on this myself, since I already have very similar
> code, if there was some possibility that the rsync maintainers would be
> willing to accept the modifications. Otherwise, it seems like a wast
On 10 Mar 2004, at 13:57, Kevin Alexander Boyd wrote:
For --eahfs, what needs to be implemented is catching extra data on
non-HFS+ filesystems, say storing them in a standard Apple alien FS
format. If you change the file (encode split, etc), you are altering
the
source folders, which is not desira
On 10 Mar 2004, at 15:07, Kevin Alexander Boyd wrote:
Every HFS+ file has finder metadata, and it must be stored somewhere in
order for the files to be correctly synced and/or restored.
Every HFS+ file may have Finder info. Most do not. That doesn't
really help, tho, since some do all must be ch
On Wed, Mar 10, 2004 at 01:57:41PM -0500, Kevin Alexander Boyd wrote:
> There are chflags and finder metadata to be mindful of as well.
Yes. I forgot to mention it, but for the moment, I'm accepting
the loss of creator/type, icon, etc. For now, all of that requires
manual repair upon restoration
ons, refuse_options)
FN_LOCAL_STRING(lp_dont_compress, dont_compress)
FN_LOCAL_INTEGER(lp_timeout, timeout)
diff -u rsync-2.6.0/options.c rsync-2.6.0-dar/options.c
--- rsync-2.6.0/options.c Tue Dec 30 13:16:25 2003
+++ rsync-2.6.0-dar/options.c Mon Mar 8 16:51:57 2004
@@ -113,6 +113,7 @@
char *
On 28 Dec 2003, at 05:15, jw schultz wrote:
On Sun, Dec 28, 2003 at 10:45:52AM +0100, alain content wrote:
Bad, bad Apple.
Look for the thread on this list with the subject
"workaround for HFS+'s case-insensitivity"
One of the messages discusses options for making hpfs case
sensitive.
Sadly, you ca
ctly? Thanks in advance :-)
--
Regards,
Michael D. Bevilacqua
~
. .
/V\ [EMAIL PROTECTED]
// \\
/( )\
^`~'^
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
on't understand the above at all. Adding a wildcard character to
a working exclude shouldn't cause it to fail.
Adding '**' to the front of the failing pattern causes it to start
working again. Why? This is really not how I expect it to work.
Keep up the good work - th
At 11:18 2/14/2003, Chris Simmonds, wrote:
>I have recently completed a port of rsync to DOS. It is compiled using
>Borland C 3.1 to run in real-mode DOS (because my target was a hand-held
>computer with little memory). There are a few compromises, for example
>it is client only, it does not sup
I've seen this question asked in the archives, but not really answered.
I would like to limit the rsync operation to modules listed in the
rsyncd.conf file and hence disallow any command line syncs.
Is there any way of doing this?
Thanks in advance
regards,
Dal
**
ve (code 30) at io.c(85)
_exit_cleanup(code=30, file=io.c, line=85): about to call exit(30)
Thanks for any help you can give me.
Regards
John Stephens
--
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
+ John D StephensITS Design Systems +
+ Texas Instruments 12500 TI BLVD, Dallas +
e with new data. The result -
two files that have the same size, date, and time but different data.
Unless you call rsync with the --ignore-times option next time, this
error will go undetected by subsequent rsync runs.
--
-IAN! Ian! D. Allen Ottawa, Ontario, Canada [EMAIL PROTECTED]
H
Once upon a time I threw printfs all over the source looking to track down
the cause of this problem. Seemingly a random error code is generated
each time rsync is run *succesfully* on HPUX.
I finally found that in the wait_process() function in main.c, the status
value returned from WEXITSTATU
file to empty print queue to this point
close (SSHOUT); open (SSHOUT, "+>>/home/admin/ssh.out");
#remove the first argument which is the rsync command and use absolute
path
shift @rsync_argv;
system ("/usr/bin/rsync @rsync_argv");
$now
it_cleanup(code=255, file=main.c, line=925): about to call exit(255)
Brian D. Hamm, CISSP, CCNA
Network Design & Implementation
(o) 727-939-3080
(c) 727-424-4384
(f) 240-266-7185
(e) [EMAIL PROTECTED]
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before
e sure the wrapper doesn't
have any erroneous output or I am sure I will see the friendly 'is your
shell clean?' msg.
Thanks again,
Brian D. Hamm, CISSP, CCNA
Network Design & Implementation
(o) 727-939-3080
(c) 727-424-4384
(f) 240-266-7185
(e) [EMAIL PROTECTED]
-Original Me
the
remote machine. Prepending the authorized_keys entry with
command='rsync ...' 1024... results in the 'Protocol mismatch - is your
shell clean?' error.
Thanks,
Brian D. Hamm, CISSP, CCNA
Network Design & Implementation
(o) 727-939-3080
(c) 727-424-4384
(f) 240-266-7
Hmm,
scratch the issue
I used touch on the file and now it works (even though it shouldn't have
made a difference). In short - maybe its not [purely anyway] rsync
related.
(From last post)
(Though 'newer' and 'stat' had already clearly showed it to be newer,
and though I had saved it to be su
Debian r2.5 (Potato)
rsync version 2.3.2 protocol version 21
( the latest stable deb version anyway :)
RE: absolutely older file keeps getting chosen for update
Hi.
I have something like:
rsync -vxuaz /sendmail/ /mnt/nfs-mount/sendmail
In the nfs drive the files are lin
erfere? So I heeded the advice.
-Bob
-Original Message-
From: Paul Haas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 21, 2002 4:46 PM
To: Eckert, Robert D
Cc: '[EMAIL PROTECTED]'
Subject: Re: Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
On Thu,
Greetings, here is the output of the 'configure' step and
the compile step (using the Compaq cc compiler that comes
with Tru64 V5.1A. The configure reported success and most of
the compile steps cam through error/warning free except for
the one that stumbled. Can someone help me out here? I am wi
t to sync multiple files and
> directories by running rsyn just once.
>
> I am running Redhat linux 7.2.
> Thanks
>
>
--
Yazz D. Atlas <[EMAIL PROTECTED]>
Senior Systems Engineer / Senior BOFH
[ O | S | D | N ], Open Source Development Network
-errors-even-further option...
--
-IAN! Ian! D. Allen Ottawa, Ontario, Canada [EMAIL PROTECTED]
Home Page on the Ottawa FreeNet: http://www.ncf.ca/~aa610/
College professor at: http://www.algonquincollege.com/~alleni/
Board Member, TeleCommunities CANADA http://www.tc.ca/
willem wrote:
> "Ronald D. Walkup" wrote:
>
> > I am attempting to rsync data from a rsync server and set the
> > permissions to a different gid on the client:
> >
> > my servers name is "rserver01"
> >
> > my clients name is "
I am attempting to rsync data from a rsync server and set the
permissions to a different gid on the client:
my servers name is "rserver01"
my clients name is "rclient01"
here is the rysync.conf contained on rserver01:
# log file
log file = /var/adm/rsync_log
# global options for all modules
ight be serious.
The clients are Solaris boxes as well, but #2 (at least) happens with a
Linux client too... seems like it happens with every client.
Any comments from anyone else?
--
-------
Paul D. Smith <[EMAIL PROTECT
/yazz/guppy-01-beta.tar.gz
The script is there an anyone can uses it. Seems to work for my needs...
Any improvements to the script drop me and e-mail with the Subject: guppy
Yazz
--
Yazz D. Atlas <[EMAIL PROTECTED]> Voice: 978-635-5300 ext 183
Systems and Network Engineer/BOF
tting a backup. The thing that is that I do have
enough disk space on the "central" server...
- --df -k--
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda2 8696956 1034592 7220580 13% /
/dev/md0 315062756 195082200 103976208 65%
d in /etc/shells.
What could be wrong here? I just don't see it :(
--
---
Paul D. Smith <[EMAIL PROTECTED]>HASMAT--HA Software Methods & Tools
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
-
with a / then it will only
match a directory, not a file, link or device.
HTH!
--
---
Paul D. Smith <[EMAIL PROTECTED]>HASMAT--HA Softw
doing, but it takes hours to do it).
--
-------
Paul D. Smith <[EMAIL PROTECTED]>HASMAT--HA Software Methods & Tools
"Please remain calm...I may
I can't afford to have all 3G of data resent every time!
Thanks!
--
---
Paul D. Smith <[EMAIL PROTECTED]> Network Management Development
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
--
95 matches
Mail list logo