Displaying 20 results from an estimated 1000 matches similar to: "Rsync Re: Trailing /"
2002 May 13
2
rsync: network "bind interfaces only" command for rsync?
Hi,
Is there a network interface listen command for rsync
so that for a system with multiple network cards and
multiple IP addresses - rsync will only be visible
on a defined interface and defined IPs?
Like in samba?:
e.g.,
bind interfaces only = True
interfaces = eth0 193.xy.zz.aa 193.xy.zz.ab
Can't seem to find such a thing in the documentation.
Cheers,
Lachlan.
2002 Sep 08
1
Rsync and trying to mirror Linux user areas
As root, I am trying to mirror a Redhat 7.3 Linux user area
onto another Redhat 7.3 Linux box using rsync. This is using
the following type of command:
rsync -a -v --stats --safe-links
However, rsync cannot mirror most of the user area because
of the default permissions for the user areas.
e.g.,
opendir(user1): Permission denied
opendir(user2): Permission denied
drwx------ 3 user1
2002 Oct 21
1
Rsync and "ignore nonreadable" and timeout
Hi,
Can anyone send me an example config file that makes use of
ignore nonreadable
timeout 600
When I try to put this in a module - rsync seems happy but it
gets nasty logfile messages when a client connects to
the server.
Oct 19 20:30:14 4T:sv1 rsyncd[3706636]: params.c:Parameter() - Ignoring badly fo
rmed line in configuration file: ignore nonreadable
Oct 19 20:30:14 4T:sv1
2001 Dec 19
3
RSYNC: Backup Solution thoughts...
>I'm thinking of how to backup an entire server ("server A") to a
>remote area ("server B") using rsync.
>
>My initial thought was to have a shell account on server B, then have a
>cronjob running as root on server A that uses rsync to send all the files
>over to the shell account on server B.
>
>Then I thought that this is not reliable against
2001 Nov 15
0
RSYNC: Any Idiots guides out there
There is a rather rambling tutorial at:
http://www.ccp14.ac.uk/ccp14admin/rsync/
(this does not have ssh tunnelling in there)
Though for the following - if the files are owned by root - root
will be the only one able to rsync them across?
Maybe creating a special account with some extra file
privaledges but not 100% root could get the job done for
you?
Lachlan.
> I need to set-up
2001 Nov 20
1
Rsync: Re: patch to enable faster mirroring of large filesystems
Is there any chance this can be added into the distribution as it sounds
really nifty.
Another suggestion unless I have read the following - would it be
useful to have a command option in rsync to generate the file list
by doing the "find" and outputting into a standard format?
(As this would make it less OS specific or kludgy?)
Cheers,
Lachlan.
At 16:06 19/11/01 -0500, you wrote:
2002 Oct 29
8
important caveat with Rsync on NT and dayligt savings time
Hi,
just a small warning about something that has, like we experienced just
last weekend, great consequences.
We rsync more than 20 Netware servers through a mapping on an NT machine to
central Rsync destination servers (also NT). Last weekend our clock changed
to Daylight Savings Time. It appears that NT changes the file stamps on
NTFS volumes accordingly (Q129574 on their suppor site). This
2002 May 04
3
Send Password with RSYNC_PASSWORD ore --password-file
Hallo,
i am verry sorry about my bad engllish.
But i trie my best...
I trie to setup an Backupserver.
If i use this
rsync -varpog -e ssh /home/www/web6 217.172.xxx.xxx:/home/www/web6
the Server is asking me fore Password.
If i use this
rsync -varpog -e ssh --stats /home/www/web6
217.172.xxx.xxx:/home/www/web6 --password-file=host1.pwd
the Server is asking me too fore Passwort.
How i can bring
2003 Apr 09
0
error compiling portable openssh 3.6.1p1 on SGI IRIX 6.5x
Hi,
First checking out http://www.openbsd.org/errata.html
Following is output and error from trying to compile the latest openssh
on SGI IRIX (using cc). Previous versions of openssh have compiled
cleanly on this system using the following configure options.
Is there a quick fix for this?
Cheers,
Lachlan.
-------------------------------------------------------
For SGI IRIX 6.5x 10151453
2002 Jan 08
1
Rsync on webserver
Here is the problem.
I have a primary and a secondary web server. I want to sync the home
directory paths on the primary server with the secondary server. I am
fairly ignorant to rsync and wondering what is the best method of doing this
and how would I call the procedure from say a "perl script".
Both Servers are FreeBSD 4.2 and there are actually two directorys I want
to sync 1)
2002 Nov 08
0
Trailing /
It appears that the trailing slash in the source is being ignored:
rsync -auv clam::root/usr/local/bin/ /tmp/bin
ends up with files under /tmp/bin/bin
where
rsync -auv clam:/usr/local/bin/ /tmp/bin
works as expected.
rsync -auv 'clam::root/usr/local/bin/*' /tmp/bin
also works as expected.
2010 Jul 20
2
Rsync sequence
Hi all,
I am running Ubuntu server 10.04 and use rsync to do all my backups. I would
like to backup multiple directories to my external hard drive, but I am
faced with a problem on how to set up crontab -e to allow each rsync
statement to perform one after the other. Right now I have each one set to
run on different nights, but I would like them all to run the same night to
allow for a more
2006 Apr 30
3
require "ajax_scaffold" in model error
Hi there,
I''ve got installed ajax_scaffold_generator (3.1.2, 2.2.1)
Anyway I''m following the example here <http://height1percent.com/
articles/2006/04/18/ajaxscaffold-3-1-0-released> which suggests the
following in a model file:
--------------------------------------------------------
require ''ajax_scaffold''
class Pet < ActiveRecord::Base
2006 Sep 01
6
ads_kinit_password failed: Preauthentication failed
Hi,
I am have compiled samba 3.0.23b (MIT Kerberos 1.5.1) on Solaris 10.
I am unable to join the ads domain.
net ads testjoin returns the following output...
[2006/09/01 17:25:17, 0] libads/kerberos.c:ads_kinit_password(208)
kerberos_kinit_password ARTEMISIA$@UNIMELB.EDU.AU failed: Preauthentication failed
[2006/09/01 17:25:17, 0] libads/kerberos.c:ads_kinit_password(208)
2006 Apr 10
4
Many To Many''s Join table attributes + migrations
Hi all,
just joined and have only just kicked off with Rails (coming, but not
departing, from WebObjects development). And so far there seems to be
a lot of promise except for one thing I can''t figure out as yet --
the above problem.
Say I have the following conceptual relationships:
ITEMS <<--->> CARTS
i.e., each item can belong to one or more categories. So really
2008 Nov 27
3
rsync to mirrors failing
I try:
rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ .....
And get
rsync: read error: Connection reset by peer (104)
rsync error: error in rsync protocol data stream (code 12) at io.c(614)
[receiver=2.6.8]
And then, if I keep trying, eventually rsync 'works' and I get my updates.
What is causing this?
2016 Aug 08
2
RPM help
Hello,
My installation of clamav is hosed up. It won't start due to a malformed
database.
I ran freshclam and updated the database but still have the problem.
I was going to uninstall clamav but there are other app dependencies.
Virtualmin is one.
How can I do an uninstall/re-install without hosing more stuff up?
I have found some examples, --nodeps, --replacepkgs and
2007 May 15
4
problem with Clam AV
I had updated clam antivirus recently (with YUM) and since then the
following error is appear when my cron job runs
The cron job and the output is list below:
/usr/bin/freshclam --quiet -l /var/log/clam-update.log
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires
boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean
argument.
2003 Jul 31
2
rsync 2.5.6 globbing bug
$ rsync -auv \
ftp.funet.fi::CPAN/modules/by-category/05_Networking_Devices_IPC/Net/* . \
| grep -v MOTD:
rsync: connection unexpectedly closed (1598 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)
This is because the array used to hold the expanded filename glob (argv in
rsync_module(), clientserver.c) is only 1000 entries in size, and the above
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
Dear,
I'm trying to put up a scripts to synchronize my computers (HOST_A and
HOST_C). I can connect both via HOST_B to avoid the firewall.
I am trying to work with the rsync daemon to avoid hanging.
I tried to figure out the mailinglist + FAQ, how to do it, but it seems
I misunderstand something, since all your previous help did not work for
me.
I get the following error when executing