Re: Rsync 3.2.5pre1 released

2022-08-02 Thread Charles via rsync
/rsync> ..wayne.. Thanks Wayne For those considering testing 3.2.5pre1, the build procedure is at https://github.com/WayneD/rsync/blob/master/INSTALL.md Charles -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.

https://rsync.samba.org/resources.html

2022-08-02 Thread Charles via rsync
Regards "Please let us know if you have any rsync-related documents to add to this list" From the bung introduction (https://github.com/CharlesMAtkinson/bung): "The rsync-based files backup creates a "rolling full" backup which is easy to browse and restore from using everyday tools. Change

rsync dest high disk write request avg waiting time (w_await) and probable low speed

2021-09-13 Thread Charles via rsync
Is it likely that rsync is the cause of the symptoms? If so, how and can the rsync command be changed to prevent the problem? While running this command ... rsync --filter=protect _Changed and deleted files/ --exclude=/_Changed and deleted files/ --backup --backup-dir=_Changed and deleted fil

Re: Utility of --backup

2021-07-19 Thread Charles via rsync
r --backup-dir or --suffix On 19/07/2021 19:22, lisa-as...@perso.be wrote: From: Charles via rsync To: rsync@lists.samba.org Subject: Re: Utility of --backup Date: 19/07/2021 14:26:59 Europe/Paris >IThe --backup option is great for creating "rolling full" backups which >look

Re: Utility of --backup

2021-07-19 Thread Charles via rsync
IThe --backup option is great for creating "rolling full" backups which look exactly like the backed up tree except for the existence of the backup directory Here's how a Linux backup directory tree looks as created by backup utility bung's bu_rsync script +-- bin -> usr/bin +-- boot |   +--

Submission for https://rsync.samba.org/resources.html: bung

2021-01-18 Thread Charles via rsync
Backup scripts next generation (bung) is a suite of bash scripts that runs standard backup utilities such as mysqldump, pg_dump, rsync, slapcat and tar bung adds configurable support for hotplug storage devices (such as USB disks), LVM snapshots, file system mounting, logging, on-screen notif

Re: What is the default compression level for local synchronisation?

2015-10-05 Thread Charles
On 05/10/15 17:30, rsync-requ...@lists.samba.org wrote: >> Should we use --compress-level=0 for local synchronisation? We >> are using rsync 3.0.9 and 3.1.1. > You should not use compression at all on local copies. It is nothing > but wasted CPU cycles. ... - -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'

What is the default compression level for local synchronisation?

2015-10-04 Thread Charles
Searching the 'net showed that rsync asks zlib to use default compression which is equivalent to --compress-level=6 (http://samba.2283325.n4.nabble.com/what-is-the-default-value-for-compress-level-tp2538905.html) but that would not be a good choice for local synchronisation. Should we use --compre

Re: Question on folder sync with "directory name translation"

2015-06-09 Thread Charles Marcus
' \ I do use a few more to catch a few other cases, but you get the idea. I'd be surprised if rsync can't do something similar? Charles On 6/7/2015 12:38 PM, Gionata Boccalini wrote: > Hello everyone, > > I'm new to this mailing list but I have been using rsync for

Re: Intermittent make_bak_dir mkdir "" failed: File exists (17)

2014-03-26 Thread Charles
Thanks Helmut :) Normally I would try a suggestion before replying to a mailing list but it will take a while to know the outcome as the messages are intermittent and rare. So saying thanks now :) On 26/03/14 13:36, Helmut Schweinzer wrote: > Hi Charles, > > Am 25.03.2014 05:34

Intermittent make_bak_dir mkdir "" failed: File exists (17)

2014-03-24 Thread Charles
Rare and intermittent message groups suggest a race condition ... ? Here's the pattern of messages: rsync: make_bak_dir mkdir failed: File exists (17) rsync: keep_backup failed: -> : No such file or directory (2) rsync: stat failed: No such file or directory (2) How rarely? We run a scripted

Changing path in old backups - WAS: Re: Changing permissions on existing backup source

2014-01-04 Thread Charles Marcus
? Or will that break the older backups? Trying to get my head round what exactly happens, but its starting to hurt... ;) Thanks, Charles -- 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

Re: Question about rsyncing to a slightly different folder structure on target

2014-01-02 Thread Charles Marcus
On 2014-01-01 2:02 PM, Wayne Davison wrote: On Tue, Dec 31, 2013 at 3:59 AM, Charles Marcus mailto:cmar...@media-brokers.com>> wrote: On the old server, dovecot is configured to just use .../example.com/user <http://example.com/user> for the maildirs. On the target se

Re: Changing permissions on existing backup source

2014-01-02 Thread Charles Marcus
ions too, right? Thanks! -- Best regards, */Charles/* -- 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

Changing permissions on existing backup source

2014-01-01 Thread Charles Marcus
Hello, I have a system that currently uses rsync (via rsnapshot) with --link-dest enabled to backup our mail store... If I change the permissions on the source maildirs, will this cause everything to be transferred again? Meaning, will rsync see everything as 'modified', thus creating a new

Question about rsyncing to a slightly different folder structure on target

2013-12-31 Thread Charles Marcus
mething? Thanks -- Best regards, */Charles/* -- 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

Re: Ignoring permission differences...

2013-12-22 Thread Charles Marcus
On 2013-12-22 2:58 PM, Charles Marcus wrote: rsync -rltgovDHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ Also... being the paranoid schizophrenic that I am, adding the --delete option makes me nervous. There is no way that the abo

Re: Ignoring permission differences...

2013-12-22 Thread Charles Marcus
Which is what the command at the bottom is... I was just asking for confirmation that I was thinking right about it... On 2013-12-22 3:01 PM, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That would be -a except for the -p part. On 12/22/2013 02:58 PM, Charles Marcus wrote

Ignoring permission differences...

2013-12-22 Thread Charles Marcus
recopy everything, just because the permissions on the source are different from the permissions on the target... So, would this just be: rsync -rltgovDHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ ? Thanks, -- Best regards, */Charles/

Re: How to set different permissions on target

2013-12-21 Thread Charles Marcus
Ok, thanks... On 2013-12-21 3:38 PM, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Correct. It is a 3.1 feature. On 12/21/2013 03:31 PM, Charles Marcus wrote: On 2013-12-21 2:18 PM, Kevin Korb wrote: The current version of rsync does have a --chown option. So, by

Re: How to set different permissions on target

2013-12-21 Thread Charles Marcus
On 2013-12-21 2:18 PM, Kevin Korb wrote: The current version of rsync does have a --chown option. So, by current you mean... 3.1.x? I have 3.0.9 (3.1 isn't stable in gentoo yet), but --chown isn't in the man page for it... -- Best regards, */Charles/* -- Please use reply-al

How to set different permissions on target

2013-12-21 Thread Charles Marcus
(I'll be doing this multiple times). Thanks, Charles -- 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

SOLVED - Re: Moving/merging a filesystem back into /

2013-12-08 Thread Charles Marcus
On 2013-12-08 2:11 PM, Charles Marcus wrote: Why, after rsync'ing /usr to /tmp-usr, do the sizes differ? # du -h --max-depth=0 /usr 3.5G/usr and # du -h --max-depth=0 /tmp-usr 3.7G/tmp-usr Is that because of the different filesystems (ext4 on / and reiserfs on /usr) maybe?

Re: Moving/merging a filesystem back into /

2013-12-08 Thread Charles Marcus
On 2013-12-08 11:38 AM, Charles Marcus wrote: 3. Copy current /usr to temp directory rsync -avHP --numeric-ids /usr//tmp-usr/ Decided to use rsync, and have a question... Why, after rsync'ing /usr to /tmp-usr, do the sizes differ? # du -h --max-depth=0 /usr 3.5G/usr and #

Re: Moving/merging a filesystem back into /

2013-12-08 Thread Charles Marcus
ut this line: #/dev/vg/usr/usrreiserfs noatime 0 0 9. Reboot Hopefully everything comes up and just works... :) Thanks to all -- Best regards, */Charles/* -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: htt

Re: Moving/merging a filesystem back into /

2013-12-08 Thread Charles Marcus
On 2013-12-07 10:14 AM, Charles Marcus wrote: Anyway, I'm thinking now that the 'best of both worlds' might be to do the cp first on the live system, then boot into single user mode (is it safe to change the /usr mount point/location when in single user mode?), then do a qui

Re: Moving/merging a filesystem back into /

2013-12-07 Thread Charles Marcus
process. Meaning - if a file is already corrupted, cp will silently copy it without complaint, but rsync won't. Again, this is just what someone on the gentoo list claimed. -- Best regards, */Charles/* -- Please use reply-all for most replies to avoid omitting the mailing lis

Re: Moving/merging a filesystem back into /

2013-12-07 Thread Charles Marcus
rsync, which should then identify any corrupt files ... ? -- Best regards, */Charles/* -- 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

Re: Moving/merging a filesystem back into /

2013-12-04 Thread Charles Marcus
mounted on/under /usr... But... what exactly is meant by the -x switch ('stay on same filesystem')? Currently /usr is on a reiserfs formatted LVM partition, and / is ext3 on a regular partition on a hardware RAID mirrored pair... Thanks again... -- Best regards, */Charles/* -- P

Re: Moving/merging a filesystem back into /

2013-12-03 Thread Charles Marcus
On 2013-12-03 9:37 AM, Kevin Korb wrote: Or do I need to specify the filesystem type? mount -t ext3 -o noatime /dev/sda3 /mnt/gentoo/ ? I would expect to do this. Also, you should be converting to ext4 not ext3. In fact, your kernel probably doesn't even have ext3 in it anymore. Standard ke

Re: Moving/merging a filesystem back into /

2013-12-03 Thread Charles Marcus
like /home you can still do an initial copy then update it from the live environment. Ok, so... if I wanted to do this, would I need to add anything to the rsync command on the subsequent run(s)? So, looks like the command I'll be using: rsync -avHP --numeric-ids /mnt/gentoo/oldusr/ /mnt

Re: Moving/merging a filesystem back into /

2013-12-02 Thread Charles Marcus
On 2013-12-02 4:49 PM, Kevin Korb wrote: A little Gentoo specific info here... On 12/02/13 16:24, Leen Besselink wrote: On Mon, Dec 02, 2013 at 02:31:23PM -0500, Charles Marcus wrote: Hello, I'm going to be moving a filesystem around, and was planning on using rsync to do it, so like t

Moving/merging a filesystem back into /

2013-12-02 Thread Charles Marcus
/etc/fstab #/dev/vg/usr /usrreiserfsnoatime 0 0 6. Unmount mounted filesystems umount /mnt/gentoo/oldusr umount /mnt/gentoo 7. Reboot into new system Done? -- Best regards, */Charles/* -- Please use reply-all for most replies to avoid omitting the mailing lis

Re: [Bug 8512] rsync is slower than cp -- Reduce overhead to cp for transfer of large files

2013-11-17 Thread Charles Marcus
r smb.conf settings and see if you have any other miscreants in there... Then, if you are still having trouble, maybe its an rsync issue and come back here for more help... -- Best regards, */Charles/* -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Re: Data Pull Vs Push

2012-01-17 Thread Charles Marcus
On 2012-01-16 4:37 PM, Kevin Korb wrote: As far as rsync is concerned an NFS mount is neither push or pull. Oh baloney... it is pushing a backup from a local system to a remote system. -- Best regards, Charles -- Please use reply-all for most replies to avoid omitting the mailing list. To

Re: Data Pull Vs Push

2012-01-16 Thread Charles Marcus
later from others... -- Best regards, Charles -- 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

Re: Data Pull Vs Push

2012-01-16 Thread Charles Marcus
rtainly *works*. -- Best regards, Charles -- 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

WinXP rsync local copy to USB drive

2011-03-26 Thread Charles Gregory
I've encountered an error while trying to "find" my way to my goal. But first, let me state my goal in case there is a pre-canned solution that does what I want (which would avoid the effort of figuring out the error...): I want to invoke the rsync *client* (but NOT the server) to make a local co

Re: Newbie question Third try...

2010-09-09 Thread Charles Marcus
on... -- Best regards, Charles -- 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

Re: old files not getting deleted

2010-02-18 Thread Charles Sprickman
"bad file descriptor" is about, and in this case, I believe it's akin to the "missing file" issue. Thanks, Charles I hope this helps. -- This email is protected by LBackup http://www.lbackup.org -- Please use reply-all for most replie

Re: old files not getting deleted

2010-02-18 Thread Charles Sprickman
On Wed, 17 Feb 2010, Matt McCutchen wrote: On Sat, 2010-02-13 at 18:56 -0500, Charles Sprickman wrote: I've been having a bear of a time tracking this down. I'm currently using rsync to back a bunch of servers up to a ZFS pool on a server. I recently noticed my deltas between ZFS

old files not getting deleted

2010-02-13 Thread Charles Sprickman
38.mailhost.example.com,S=65542:2,S The rest of the log continues like this, just files being added, nothing deleted. What am I missing? Thanks, Charles -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mai

Re: RFE: ignore case of files

2010-01-21 Thread Charles Marcus
he only reason I can think of to not include it. -- Best regards, Charles -- 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

Re: Will rsync support btrfs file system?

2009-12-06 Thread Charles Marcus
On 12/6/2009, Louise Hoffman (louise.hoff...@gmail.com) wrote: > The way I read that, it's not something rsync-specific. It sounds > like btrfs would allow the generation of a list of files, which rsync > (or tar, or zip, or whatever) could accept. (Rsync obviously being > the best choice, :-) ) S

Re: LVM snapshots vs. --link-dest

2009-10-05 Thread Charles Marcus
On 10/5/2009, Ed W (li...@wildgooses.com) wrote: > Ideally I would like to see a kind of half and half maildir/mbox > format emerge for email (perhaps dbox from dovecot will get there?) Guess I should have read your entire email before replying... ;) Its slated for 2.0 now, so will be a bit longe

Re: LVM snapshots vs. --link-dest

2009-10-05 Thread Charles Marcus
too many in the opinion of some...) Just an fyi... dovecot's new (multi-)dbox format will provide a very interesting solution to this problem... I can't wait for it... http://wiki.dovecot.org/MailboxFormat/dbox -- Best regards, Charles -- Please use reply-all for most replies t

Re: How to speed up rsync when haveing lots of files

2009-03-04 Thread Charles Marcus
On 3/4/2009, Boniforti Flavio (fla...@piramide.ch) wrote: > Why has upgrading to 3.0.5 to be done *on both sides*? Any explanation?! It is quite simple... support for the new options requires 3.0.x on both sides... > As I'm running Debian Lenny (which has 3.0.3), do I have to switch to > Debian S

Re: How to speed up rsync when haveing lots of files

2009-03-04 Thread Charles Marcus
On 3/4/2009, Daniel.Li (daniel...@usish.com) wrote: > So I wanna know how to maximize the performance both of large file > (1GB patter file) and small file (MP3, about 2~5MB per file) > > Maybe MP3 shouldn't be considered small files, right? > > Do u guys have any suggestions? > Any hint or adv

Re: How to speed up rsync when haveing lots of files

2009-03-03 Thread Charles Marcus
On 3/3/2009 8:52 AM, m...@bortal.de wrote: >>> unfortunatelly rsync is beeing REALLY slow and produces a high load when >>> we try to sync lots of files (>250 000 small files). >> What version of rsync are you using? > # rsync --version > rsync version 2.6.9 protocol version 29 Upgrade to 3.0.

rsync error on two test www.dwhs.net servers

2009-02-10 Thread charles
new user. I think maybe the root user is supended and that is effecting access permissions? Even after adding a new user with root privladges they seem to lock up shortly after as well. Any ideas are appreciated. Charles Customer Service Manager 866 660 4678 #9 DWHS Inc. www.dwhs.net Check out

UDP

2008-12-07 Thread Charles Darwin
Hi all, My question is does rsync use UDP? If not by defaut, then how do I enable it? Can I compile rsync with UDP as default protocol? Thanks, -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listi

Re: Win32 GUI Client

2008-12-07 Thread Charles Marcus
ks... -- Best regards, Charles -- 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

Re: Win32 GUI Client

2008-12-04 Thread Charles Marcus
n use it however you like... www.rsync.net/resources/howto/windows_backup_agent.html -- Best regards, Charles -- 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, re

Re: some files could not be transferred (code 23) at main.c (1506)

2008-07-11 Thread Charles Marcus
at each end? -- Best regards, Charles -- 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

Re: some files could not be transferred (code 23) at main.c (1506)

2008-07-11 Thread Charles Marcus
this, whether I try rsync from the stable 2 branch or the beta 3 branch With that many large files, my first guess would be not enough RAM? -- Best regards, Charles -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/ma

Re: Rsync "roadmap" and version numbering (3.1.0 vs 3.0.4)

2008-07-06 Thread Charles Marcus
ource... -- Best regards, Charles -- 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

Re: Status of --ignorcase option in main tree/build?

2008-05-16 Thread Charles Marcus
- but, well, you get my drift... Thanks so much for considering different ways of helping out those of us both less skilled, and doomed to continue to support the windows world! :) -- Best regards, Charles -- Please use reply-all for most replies to avoid omitting the mailing list. To unsu

Re: Status of --ignorcase option in main tree/build?

2008-05-16 Thread Charles Marcus
e a new version is released. Is the code somehow invasive, or create some kind of unsafe situation or problem? Or is it just because you don't like Windows/Microsoft, and/or the fact that it doesn't ignore case? ;) -- Best regards, Charles -- Please use reply-all for most replies to

Hard Links on Windows?

2008-03-28 Thread Charles Marcus
Anyone ever heard of or used something called DataSafe Backup? http://sofgem.selfip.com/ Claims to take advantage of 'hard links' on windows to windows backups... Interesting... I'll be giving it a try on one of my clients networks just for fun... -- Best regards,

Re: PST Rsync Issues

2008-03-03 Thread Charles Marcus
27;t use it any more, TBird rocks)... -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

rsync+compression

2008-01-01 Thread Charles Marcus
er file (this is going over a slow wireless link). Is there any way to introduce rsync friendly compression into the mix? So that rsync can tell the changed bytes then compress the file and THEN rsync it to the remote target? -- Best regards, Charles -- To unsubscribe or change o

Re: Pushing hard-linked backups

2007-12-27 Thread Charles Marcus
pport something like this (if it is even possible or practical): http://www.cleversafe.org/dispersed-storage/how-it-works -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

RE: continusync issue

2007-11-16 Thread Charles Polisher
and stop it from doing that. Thanks for the fast response, Matt. I think we'll try to do #2 locally as a patch. I'll let you know how it works out. Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

continusync issue

2007-11-16 Thread Charles Polisher
oys the .swx file. I suspect there may be a race in continusync somewhere, but I haven't been successful at narrowing it down. I am using rsync v2.6.9, the latest stable version. Can anyone help me to troubleshoot this issue? Thanks, Charles -- To unsubscribe or change options: https://lis

Discussion about the detect-renamed patch

2007-10-30 Thread Charles Perreault
about possible enhancement. Thank you, Charles Perreault -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: (no subject)

2007-10-05 Thread Charles Marcus
your rsync... Or maybe I'm missing something? -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: moderation?

2007-08-28 Thread Charles Marcus
Matt McCutchen, on 8/28/2007 9:59 AM, said the following: On 8/28/07, Charles Marcus <[EMAIL PROTECTED]> wrote: In this day and age, that is a most unwise policy. For one, it opens up *MY* email address to spammers. Please, rsync list maintainers - join the 21st century, respect *MY* p

Re: moderation?

2007-08-28 Thread Charles Marcus
s day and age, that is a most unwise policy. For one, it opens up *MY* email address to spammers. Please, rsync list maintainers - join the 21st century, respect *MY* privacy rights, and require membership for participation. -- Best regards, Charles -- To unsubscribe or change options:

Re: moderation?

2007-08-28 Thread Charles Marcus
I get the feeling it's time to turn this list into a moderated one ... I'm surprised - does this list not incorporate some kind of captcha /confirmation system for registering members? Its been so long since I signed up, I don't remember... -- Best regards, Charles -- To

Re: Status of --ignorcase option in main tree/build?

2007-08-03 Thread Charles Marcus
, I'll have to keep begging someone to help me compile a custom version... ;) Many thanks for providing a link to your already patched sources! -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www

Re: Which rsync version?

2007-08-02 Thread Charles Marcus
The issue is that asking to preserve hardlinks turns off incremental recursion mode, which was what gives the performance benefit. Ahh... ok, sorry... -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: Which rsync version?

2007-08-02 Thread Charles Marcus
If those files don't have hardlinks (or you're not interested in preserving hardlinks), you can greatly improve performance by trying the 3.0.0 cvs snapshot. Which suggests that the current CVS version won't preserve hardlinks? -- Best regards, Charles -- To unsubscribe or

Re: Status of --ignorcase option in main tree/build?

2007-07-30 Thread Charles Marcus
Matt McCutchen, on 7/20/2007 10:28 AM, said the following: On 7/20/07, Charles Marcus <[EMAIL PROTECTED]> wrote: Hi Wayne, Just checking to see if this is in the official tree yet? It isn't. Wayne, perhaps you have a further comment about when it will be. Wayne? Thanks

Re: Status of --ignorcase option in main tree/build?

2007-07-22 Thread Charles Marcus
Hi Wayne, Just checking to see if this is in the official tree yet? It isn't. Wayne, perhaps you have a further comment about when it will be. Thanks Matt - we'll see what Wayne says... -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.o

Re: Status of --ignorcase option in main tree/build?

2007-07-20 Thread Charles Marcus
Wayne Davison, on 5/4/2007 12:11 PM, said the following: On Wed, May 02, 2007 at 01:01:20PM -0400, Charles Marcus wrote: I'm very interested in learning the status of the --ignorecase patch being included in the main tree... My currently plan is to include that functionality in 3.0.0.

Re: Rysnc Schedule

2007-07-18 Thread Charles Marcus
On 7/18/2007, Chuck Wolber ([EMAIL PROTECTED]) wrote: In linux, you delete files with the "rm" command... OT follow-up... Is there an alternate way to remove an entire directory *without* traversing the directory itself? -- Best regards, Charles -- To unsubscribe or change opti

Re: rsync replacement

2007-07-17 Thread Charles Marcus
.org/wiki/PROJECT_OVERVIEW -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

files deleted without --delete option

2007-05-18 Thread Charles Haven
ell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums ==== Thanks, Charles Haven Note: This email does not cont

Re: rsync fails to sync files

2007-05-08 Thread Charles Marcus
pointed out: cases that size and timestamp are identical but not the contents don't usually happen... -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Status of --ignorcase option in main tree/build?

2007-05-04 Thread Charles Marcus
That said - you said '3.0', and 'fairly soon'... does that mean that 3.0 will be the next major release? To clarify... will the next version be 2.7, or 3.0? Thanks again! -- Best regards, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/l

Re: Status of --ignorcase option in main tree/build?

2007-05-04 Thread Charles Marcus
Wayne Davison wrote: On Wed, May 02, 2007 at 01:01:20PM -0400, Charles Marcus wrote: I'm very interested in learning the status of the --ignorecase patch being included in the main tree... My currently plan is to include that functionality in 3.0.0. I've been improving the patch

Status of --ignorcase option in main tree/build?

2007-05-02 Thread Charles Marcus
ion), causing the file to get backed up multiple times. Or - maybe - is there a way to ignore the filenames altogether? :) Lastly, can anyone help me with patching the version of rsync that comes in cwrsync (the windows version)? Tia... and thanks for rsync! it is one freakin awesome tool...

--delete, but not for symlinks?

2006-09-13 Thread Charles Sprickman
sn't look possible, but perhaps one of the gurus can help come up with a wacky way to work around this. If not, I'll see how much of a pain it is to recreate the symlinks on the old/source box. Thanks, Charles -- To unsubscribe or change options: https://lists.samba.org/mailman/l

Re: rsync HFS+ -> UFS2

2006-08-23 Thread Charles Howse
On Aug 23, 2006, at 10:27 AM, Patrick M McNeal wrote:On Aug 20, 2006, at 6:41 PM, Charles Howse wrote: I have been backing up some files with rsync from My Mac OS X 10.4.7 machine The version of rsync that Apple ships with the OS is broken.  You might want to try building your own version with the

rsync HFS+ -> UFS2

2006-08-20 Thread Charles Howse
nfs exported volume on the FreeBSD machine with:$ mount -t nfs moe:/backup /Users/Charles/mntI recently had to restore these files, and not all of them survived the trip.I should mention that I did not use rsync to do the restore.  I mounted the nfs share on the FreeBSD machine, and copied them

Re: Can rsync monitor a file system?

2006-06-27 Thread Charles . Berman
How would you set a cron to run every 30 seconds? Otherwise it could work for me. __ Charles Berman Senior Unix Administrator "Think Globally"

Can rsync monitor a file system?

2006-06-26 Thread Charles . Berman
. __ Charles Berman Senior Unix Administrator "Think Globally" The contents of this email are the property of the sender. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please notify the sender. Do not forward or co

Equivalent between rsync -aHr and cp -al

2004-01-22 Thread Charles Nadeau
uot;cp -al"? I just want to make sure before trying it. Thanks for your help. Charles -- Charles-E. Nadeau Ph.D http://radio.weblogs.com/0111823/ -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

RE: Rsyncing Windows directory to a Linux box: problem with spacesin directory names

2003-12-16 Thread Charles Nadeau
Max Kipness wrote: >> Another option is to upgrade to the CVS version (available in >> the near future as version 2.6.0) and use the --files-from >> option to specify your files (since it already parses the >> names one per line). > > Charles, > > Based on

Re: Rsyncing Windows directory to a Linux box: problem with spacesin directory names

2003-12-16 Thread Charles Nadeau
: No such file or directory link_stat projets/. : No such file or directory done IO error encountered - skipping file deletion ./ Thanks in advance for your help. Charles > $foo reference returns 3 args. So, that's one possible bash solution. > > ..wayne.. -- Charles-E. Nadeau

Re: Rsyncing Windows directory to a Linux box: problem with spacesin directory names

2003-12-16 Thread Charles Nadeau
separate args. If you use this: > > echo "$foo" > > This echo command gets just 1 arg (with spaces and newlines included). > > However, if you set IFS to contain just a newline, then the unquoted Wayne, How should I change this? By putting this line in my .bashrc:

RE: Rsyncing Windows directory to a Linux box: problem with spacesin directory names

2003-12-16 Thread Charles Nadeau
Max Kipness wrote: >> Anything I could do besides trying to escape the space or >> putting the whole directory between double quote? > > Not sure what the problem is. Could it be an OS issue? I noticed a Max, I am using Gentoo 1.4. Thanks! Charles > difference in genera

Re: Rsyncing Windows directory to a Linux box: problem with spaces in directory names

2003-12-16 Thread Charles Nadeau
Wayne Davison wrote: > On Wed, Dec 17, 2003 at 09:05:50AM +0900, Charles Nadeau wrote: >> backup=`cat /etc/snapshot/include.text` >> rsync -va [...] $backup $backuproot/$type.1/ > > This is entirely a shell issue -- the shell you are using is splitting Wayne, Here is the

RE: Rsyncing Windows directory to a Linux box: problem with spaces in directory names

2003-12-16 Thread Charles Nadeau
Max Kipness wrote: >> > I am trying to rsync folders/files hosted on a Windows machine to a >> > Linux machine. Many of the directory names have spaces in them. >> > How can I list them in a file so that the --include-from option use >> > them correctly? >&g

Re: Rsyncing Windows directory to a Linux box: problem with spaces in directory names

2003-12-16 Thread Charles Nadeau
Mike wrote: > Charles Nadeau wrote: >> Hello, >> >> I am trying to rsync folders/files hosted on a Windows machine to a >> Linux machine. Many of the directory names have spaces in them. >> How can I list them in a file so that the --include-from option

Rsyncing Windows directory to a Linux box: problem with spaces in directory names

2003-12-15 Thread Charles Nadeau
Hello, I am trying to rsync folders/files hosted on a Windows machine to a Linux machine. Many of the directory names have spaces in them. How can I list them in a file so that the --include-from option use them correctly? Thanks! Charles -- Charles-E. Nadeau Ph.D http://radio.weblogs.com

Problems with RSync and Windows 2000

2003-08-18 Thread Ladd, Charles
Im trying to script an Rsync batch job to run multiple times a day to back up to Windows 2000 Servers. The Synch works great, but at the end of the job the command never exits. It just sits there is some weird hanging state. Does anyone have any ideas? Thank you. -- To unsubscribe or change op

Re: Rsync and ssh with passwordless authentifikation

2002-11-18 Thread Charles Whittington
pages 374/375. Yours, Charles Whittington [EMAIL PROTECTED] Managing Director Scientific Computing Service Ltd www.scs.co.uk Tel: +44 (0) 20 8241 Mob: +44 (0)7836 270956 Bode, Joerg wrote: >Is it possible to konfigure a passwordless authentifikation in kombination >with ssh. &g

rsync error with an smbmount shared dir

2002-10-04 Thread Charles-Henri
kernel: Code: 8a 06 46 89 c2 c1 e2 04 01 da c1 e8 04 01 c2 8d 04 92 8d 1c thanks for your help balet charles-henri -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

error in rsync protocol data

2002-08-17 Thread Charles R. Jones
Running rsync 5.5 in cygwin on top of XP Using this command line: rsync -v -v -v -v -v -r -R -C --delete --delete-excluded --delete-after --force -t --copy-links ftp.ulatina.ac.cr::splack /cygdrive/e/software/linux/splack > splackupdt.log I get either this: rsync: read error: Connection reset by

  1   2   >