Displaying 20 results from an estimated 10000 matches similar to: "Problem Rsyncing to mirrors for yum repo"
2006 Mar 23
3
Local Yum Repo
Hi There,
I have approx 4 machines running centos 4.2 and would like to run a 
local yum repo for them.
Is there a quick and dirty way to do this...
Thanks in advance
Pete
2008 Apr 28
1
rsyncing Wine fails
OK, I'm pretty certain this is actually an issue with my hard drive, but 
I just want to check to make absolutely certain that nothing Wine does 
could cause this problem.
I have just set about getting a regular backup of my PC (yes, I know, 
consider my wrists to be well and truly slapped for taking nearly two 
years to get around to this) and am trying to use rsync to copy files to 
a
2010 Jan 26
2
Rsync in daemon mode
Hi,
     I am a newbie to Rysnc and a had a quick question, the answer for which I wasn't able to find in the documentations.
    Currently I have Solaris system A which has files that are being generated and changed in real time. I am running rysnc in daemon mode on A.(server)
    On system B I use the appropriate rysnc command to connect to system A and sync all the files on B. I am having
2008 Mar 05
2
update rysnc 3.0 on ubuntu 7
I am runninng rsync on Ubuntu. It was installed using apt-get install rysnc.
I note that the package has not yet been updated to rysnc 3.0.
I would like to update using the tar but I am confused how to update the
existing installation.
On this machine, I am mainly using rsync to send to a cwrsync server (which
I have updated already). Can I just overwrite the rsync executable?
Any help
2013 May 14
1
Problem with R websocket package
Hello to everybody,
 
 
I seem to be in struggle with the websockets in R. I wanted to download the 
streaming data from the BitCoin exchange MtGox directly to R, but R cannot 
establish the connection.
The websocket specs are defined as:
   * Host: websocket.mtgox.com or socketio.mtgox.com
   * Port: 80 or 443 ( ssl )
   * Namespace: /mtgox (Including beginning slash)
   
url for more
2006 Aug 16
0
Regular expressions: retrieving matches depending on intervening strings [Follow-up]
Dear all
This is a follow-up to an earlier posting today regarding a regular expression question. In the meantime, this is the best approximation I could come up with and should give you a better idea what I am talking about.
a<-c("<w AT0>a <w NN1>blockage <w CJC>and <w DT0>that<c PUN>.",
     "<w AT0>a <w NN1>blockage <w CJC>and
2017 Oct 18
2
rsync ingest to new storage environment
All,
I am seeding a new storage environment (Glusterfs on XFS) and would like to
gather advise on best practices.  This data is primarily all media data, so
not good with compression.
I currently have made one pass on at 20TB directory tree into the
environment as:
- nfs mount from old storage to new storage
- rsync -av /old/storage/* /new/storage/directory
Once the directories and files were
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 Jan 15
1
Stable Rsync System Call!
Next week are going to start using rsync "live" to mirror our primary and
secondary web servers. I am still trying to iron out a couple of bugs, any
help would be much apprecitated.
Here is my rsync.conf file on my primary web server
############################
use chroot = no
max connections = 5
syslog facility = local3
[www]
    path = /www
    comment = Web Directory
    hosts
2017 Oct 18
0
rsync ingest to new storage environment
If rsync isn't doing the networking you are better off with cp -au
instead of rsync.  It should be significantly faster and you can do a
final pass with rsync to get any files that got truncated by a ^C (cp
can only skip files that are newer not files that are not different and
a truncated file will be newer since it never got back-dated).
>      rsync -av --no-perms --no-owner --no-group
2004 Jun 19
2
DU and Hard Links?
Hi,
I'm doing a 30 day rotational backup using rysnc.
If I go to the root of the backup directory and use: du --max-depth=1
-h, it gives me the actual space being taken up by each incremental
directory, the space being taken by the current directory, and then the
total of all.
For example:
44G	/Current
1G	/06-20-2004
750M 	/06-19-2004
Etc...
Etc..
..
..
70G	Total
But what I would like to
2004 Jan 08
0
mirror problem
I saw this in the archives (but no reply) so I dug it up again..:
Damian Lee wrote on Mon, 01 Sep 2003 07:05:38 +0000:
> I am currently useing rsync to mirroring my ftp server.
> And I have do a successful transfer in the firt time.
> But gets errors in the second time I try to run the same commend.
> 
> environment:
> RedHat 8.0
> commend:
> rsync -avz --delete -e ssh
2008 Apr 17
1
cron, rsync and permissions
Hello,
I am at my first attempts with scripting, cron, and rsync, so please 
bear with me...
The scope is to backup two servers from a dedicated backup pc, with the 
following script:
mv *.log archive
rsync --log-file=oracle.log -av -e "ssh -i .ssh/rsync-key" 
gian@oracle:/home/gian/exp* oracle/
rsync --log-file=vib_home.log -av --delete --exclude=".*/" -e "ssh -i 
2019 Mar 31
0
Van Belle Repo - 4.10 for Bionic
On Sun, 31 Mar 2019 at 14:45, Rowland Penny via samba
<samba at lists.samba.org> wrote:
>
> On Sun, 31 Mar 2019 14:29:32 +0200
> Viktor Trojanovic <viktor at troja.ch> wrote:
>
> > On Sun, 31 Mar 2019 at 14:22, Rowland Penny via samba
> > <samba at lists.samba.org> wrote:
> > >
> > > On Sun, 31 Mar 2019 13:55:18 +0200
> > >
2017 Oct 19
1
Fwd: rsync ingest to new storage environment
> If rsync isn't doing the networking you are better off with cp -au
> instead of rsync.  It should be significantly faster and you can do a
> final pass with rsync to get any files that got truncated by a ^C (cp
> can only skip files that are newer not files that are not different and
> a truncated file will be newer since it never got back-dated).
Thanks, I will run some
2007 May 09
2
[patch 5/9] lguest: the Makefile and Kconfig
From: Rusty Russell <rusty@rustcorp.com.au>
This is the Kconfig and Makefile to allow lguest to actually be
compiled.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
 drivers/Kconfig         |    2 ++
 drivers/Makefile        |    1 +
 drivers/lguest/Kconfig  |   20
2008 Nov 12
3
Rsyncing UPdate repo yoyoing
It has been crazy this past week how a rsync on the update repo keeps 
downloading a number of openoffice.org rpms then deleting them.  And the 
repodata directory seems to be messed up so that I have problems on some 
systems doing updates with it.  My rsync script is:
#!/bin/sh
rsync -auv rsync://mirrors.kernel.org/centos/5.2/updates/i386/ \
--delete --exclude=debug/
2009 Mar 05
1
[PATCH 3/5] COM32: Improve opendir() to deal with no '/' at end of string
From: Gene Cumm <gene.cumm at gmail.com>
COM32: Improve opendir() to deal with no '/' at end of string
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Originally, this was going to be 3 patches but I ended up doing a little more.
Currently, the COMBOOT call required a '/' to recognize that you're
searching for a directory.  This checks and automatically
2007 May 09
0
[patch 1/9] lguest: export symbols for lguest as a module
From: Rusty Russell <rusty@rustcorp.com.au>
lguest does some fairly lowlevel things to support a host, which
normal modules don't need:
math_state_restore:
	When the guest triggers a Device Not Available fault, we need
	to be able to restore the FPU
__put_task_struct:
	We need to hold a reference to another task for inter-guest
	I/O, and put_task_struct() is an inline function which
2007 May 09
0
[patch 1/9] lguest: export symbols for lguest as a module
From: Rusty Russell <rusty@rustcorp.com.au>
lguest does some fairly lowlevel things to support a host, which
normal modules don't need:
math_state_restore:
	When the guest triggers a Device Not Available fault, we need
	to be able to restore the FPU
__put_task_struct:
	We need to hold a reference to another task for inter-guest
	I/O, and put_task_struct() is an inline function which