similar to: rsync to Mac OS X question

Displaying 20 results from an estimated 9000 matches similar to: "rsync to Mac OS X question"

2005 May 13
2
not deleting from the root
I have a bit of an issue with rsync. I am using to keep directories in sync via another server for backup. Here is the server config [w1] path = /w1 comment = w1 web dir [w2] path = /w2 comment = w2 web dir Now on the client i run this command rsync -avv --delete --force domain.com::w1/ /w1/ It will NOT delete anything that is no on the server anymore.. for example on the server/client there
2011 Oct 14
2
rsync compares all files again and again
Hi, we do a 1:1 backup from our main raid to a backup raid every night with rsync -a --delete /mnt/raid1/ /mnt/raid2 rsync is 3.09, filesystems are ext3, OS is SLES 11 SP1. The rsync process takes several hours, even if no file has changed at all. Using -vv I see that rsync compares all files every time and that takes long for some hundreds of millions of small files. Can I tell rsync it
2002 Mar 20
2
include exclude help please.
hi. I know this is a big topic on the list, please forgive me. rsync -avv --include "/film/jonah/**/sourceimages/*.tif" --exclude "*" /film /tmp i'm trying to copy all *.tif 's that are in a */sourceimages/ directory and that are only under /film/jonah. i would like to copy the directory tree and tif files to /tmp i was able to copy ever tif with: rsync -a
2009 Jan 15
2
--compare-dest; I'm missing the boat
I must be seriously misunderstanding the man page coverage of --compre-dest. My take was that if a file in compare-dest=dir matches a file in SOURCE/ then it won't be transferred to DEST/. I tried this test. (d1 has single files and 2 subdir with files) cp -a d1 d1a mkdir d2 rsync -avv --compare-dest="./d1a" d1/ d2/ d1a is carbon copy of d1 but still every last file in
2004 Jul 06
4
not updating changed local files
rsync version 2.4.6 protocol version 24 gin@rhysling:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb building file list ... done ... xemacsweb/About/XEmacsServices.content is uptodate ... gin@rhysling:~> ls -l {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content -rw-r--r-- 1 gin sdu
2001 Oct 22
4
Using rsync to mirror a hard drive.
1) I'm a developer. 2) I use one special machine as a CVS server, generic storage ( an electronic attic ), as a web server of online documentation ( such as the python documentation, or SGI STL docs ). 3) I would like to add a hard drive to that system that mirrors the system drive. Someone suggested that I use rsync for this purpose. Called by a cron job that starts at 2:00am. I also want to
2015 Feb 15
1
Updated Spam Assassin for CentOS 5...
At Sun, 15 Feb 2015 07:47:29 -0700 CentOS mailing list <centos at centos.org> wrote: > > I have these available: > > http://mirrors.axint.net/repos/axis/x86_64/spamassassin-3.4.0-1.x86_64.rpm > http://mirrors.axint.net/repos/axis-source/spamassassin-3.4.0-1.src.rpm Thanks, I'll have a look. Is this a repo and is there repo metadata files available (eg something I can
2004 Jun 14
1
stalling during delta processing
I have a 29 Gig full backup on a remote server (lets call if fedor) that is called Kbup_1. I have a 1.3 Gig incremental backup on my local server. I have rsync 2.6.2 on both servers. Both are RedHat Linux 9.1 on i-686 hardware platforms. I issue the command "time rsync -avv --rsh=rsh --stats /test/Kibbutz/Kbup_1 fedor://test/Kibbutz". The synch takes ~5 minutes of real time and about
2013 Jan 10
0
[PATCH] in.tftpd: Allow chdir w/o root, improve I/O
Hello, I have a couple of enhancements to submit for the tftp-hpa TFTP server. I need clients to be able to request files without a full path, but at the same time, I can't use --secure because (1) the file directory consists of symlinks pointing outside that are broken by a chroot, and (2) I would prefer to invoke in.tftpd as an unprivileged user in inetd.conf. Thus, I've
2018 May 29
2
CentOS6: HELP! EFI boot fails after replacing disks...
At Mon, 28 May 2018 18:23:42 -0700 CentOS mailing list <centos at centos.org> wrote: > > On 05/28/2018 03:25 PM, Robert Heller wrote: > > I tried to run efibootmgr, but it wants a model named efivars loaded, but > > there is no such module available. > > That's interesting.?? Can you post the command and output where you see that? > > Also, post the
2010 Oct 23
2
How to escape "()" characters in commad
I have the following command: /usr/local/bin/rsync -avv 'Jeffrey?s iPhone (Root)'/ 'Macintosh HD'/Users/jeffrey/Downloads/iphone_backup Unfortunately, it's barking when it hits the "(". -bash: syntax error near unexpected token `(' How can I escape this? Thanks. -- View this message in context:
2014 Aug 18
2
CentOS 6, Postfix, and Procmail -- how do I get it to work?
What is the trick to get Postfix's local command to pipe mail through procmail? I have: -bash-4.1$ grep allow_mail_to_commands /etc/postfix/main.cf allow_mail_to_commands = alias, forward and -bash-4.1$ cat .forward |/usr/bin/procmail and a .procmailrc file: -bash-4.1$ cat .procmailrc PATH=/usr/bsd:/bin:/usr/bin:/exp/rcf/share/bin MAILDIR=/var/lib/amanda/Mail #you'd better
2003 Apr 19
2
rsync: read error: Connection reset by peer
Getting the following error: % rsync -avv --temp-dir=/var/tmp/ --exclude-from=../kde-redhat-exclude --delete --delete-excluded rsync://apt.unl.edu/apt/7.3/ 7.3/ rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(177) rsync: connection unexpectedly closed (56109 bytes read so far) rsync error: error in rsync protocol data stream (code
2020 Oct 18
0
Firefox 78 under CentOS 6 -- no sound?
On Sat, Oct 17, 2020 at 1:38 PM Robert Heller <heller at deepsoft.com> wrote: > I did a yum update on my CentOS 6 laptop and it upgraded Firefox to 78, > and > FF stopped seeing my mic and speakers. Is there some magic I need to do? > As > a short term (?) fix, I downgraded back to Firefox 68. My system is > otherwise > up-to-date. > > -- > Robert Heller
2015 Apr 27
1
Fwd: Cross Building Tcl using Mingw32-gcc (4.9.2)
I posted this to the comp.lang.tcl newsgroup, but it might relate to a possible bug in the Mingw32 cross-build environment under CentOS 6 (or EPEL). Forwarded Message: From: Robert Heller <heller at deepsoft.com> Subject: Cross Building Tcl using Mingw32-gcc (4.9.2) Newsgroups: comp.lang.tcl Message-ID: <Nc-dnd1wRNTsy6PInZ2dnUU7-b-dnZ2d at giganews.com> Date: Mon, 27 Apr 2015
2010 Jan 08
3
Lilo for CentOS 5?
Does there exist a version of Lilo built for x86_64 CentOS 5? It does not seem to be on the DVD. *I* really, really, prefer Lilo over Grub. -- Robert Heller -- 978-544-6933 Deepwoods Software -- Download the Model Railroad System http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows heller at deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
2013 Jun 07
1
Can someone explain this?
Installed version of doxygen (stock CentOS 5.9): Name : doxygen Relocations: (not relocatable) Version : 1.4.7 Vendor: CentOS Release : 2 Build Date: Mon 11 Jun 2012 04:50:22 AM EDT Install Date: Fri 07 Jun 2013 12:14:55 PM EDT Build Host: builder10.centos.org Group : Development/Tools
2020 Oct 20
0
Firefox 78 under CentOS 6 -- no sound?
At Tue, 20 Oct 2020 14:07:27 -0600 CentOS mailing list <centos at centos.org> wrote: > > On Tue, 20 Oct 2020 15:45:54 -0400 (EDT) > Robert Heller wrote: > > > Does FF 78 sound work properly in CentOS 7 and 8? > > firefox-78.2.0-2.el8_2.x86_64 > > Working fine for me here on several computers. OK, so it is a FF78 / RHel 6 (implies CentOS 6) specific
2005 Mar 21
1
exclude problem
I have looked on the mailing lists and through rsync documentation but those still haven't solved my problem. I may be calling rsync incorrectly but the problem I have is that the exclude file seems to be ignored. My final goal is to replicate an entire host, excluding some files that contain specific IP, hostname configuration things. I'm trying to start small by mirroring a
2015 Feb 15
2
Updated Spam Assassin for CentOS 5...
I am wondering about updating the version of Spam Assassin on my CentOS 5 mail server. The current version, 3.3.1-4.el5 (stock RHEL version), has been 'leaking' recently. I suspect I need some newer match rules to detect some of the newer flavors of spam. I see that in rpmforge's extras repo is version 3.3.2-4.el5.rfx -- is this version worth installing? Are there even newer versions