rsync error on two test www.dwhs.net servers

2009-02-10 Thread charles
a 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

Intermittent make_bak_dir mkdir path 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 path failed: File exists (17) rsync: keep_backup failed: path - path: No such file or directory (2) rsync: stat path failed: No such file or directory (2) How rarely?

Re: Intermittent make_bak_dir mkdir path 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, schrieb Charles

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

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. ... - --

rsync hanging at end of transfer

2001-10-01 Thread Charles Sprickman
on the list. Any ideas? What other information can I provide to track this down? Thanks, Charles | Charles Sprickman | Internet Channel | INCH System Administration Team| (212)243-5200 | [EMAIL PROTECTED] | [EMAIL PROTECTED]

Re: rsync hanging at end of transfer

2001-10-07 Thread Charles Sprickman
a file had disappeared from under rsync (deleted after the file list was built). This killed of rsync. I'll try to repeat to get the full details. Thanks, Charles eric Charles Sprickman wrote: Hi, I've just started playing around with rsync (latest - 2.4.6) over ssh (openssh 2.9p2

map_ptr warning

2002-03-13 Thread Charles Mount
will strike. In some cases, the problem files are plain text with simple path and file names. Any ideas? Thanks, Charles Mount

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

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

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

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 use them correctly? Thanks! Charles try

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? Thanks! Charles try\ escaping\ the\ spaces

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 info about my version of bash

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 general with the way Redhat 8.0

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

2003-12-16 Thread Charles Nadeau
(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: $IFS=tabnewline Thanks! Charles $foo reference returns 3 args. So, that's one possible bash solution. ..wayne

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

2003-12-16 Thread Charles Nadeau
for your help. Charles $foo reference returns 3 args. So, that's one possible bash solution. ..wayne.. -- 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

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 what was just said above, I am using Bash version

Equivalent between rsync -aHr and cp -al

2004-01-22 Thread Charles Nadeau
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

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 copy without permission

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 Tim H

rsync HFS+ - UFS2

2006-08-20 Thread Charles Howse
the 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

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

2007-05-02 Thread Charles Marcus
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... Charles -- To unsubscribe

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 in recent

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/listinfo/rsync Before

Re: rsync fails to sync files

2007-05-08 Thread Charles Marcus
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

files deleted without --delete option

2007-05-18 Thread Charles Haven
://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 contain any attachments. If an attachment

Re: rsync replacement

2007-07-17 Thread Charles Marcus
-- 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: 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 options: https

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. I've

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, -- Best regards

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 change options

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: Status of --ignorcase option in main tree/build?

2007-08-03 Thread Charles Marcus
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.catb.org/~esr/faqs/smart

Re: moderation?

2007-08-28 Thread Charles Marcus
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: https

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* privacy

Re: (no subject)

2007-10-05 Thread Charles Marcus
... 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

Discussion about the detect-renamed patch

2007-10-30 Thread Charles Perreault
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

continusync issue

2007-11-16 Thread Charles Polisher
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://lists.samba.org/mailman/listinfo/rsync Before posting, read

RE: continusync issue

2007-11-16 Thread Charles Polisher
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

Re: Pushing hard-linked backups

2007-12-27 Thread Charles Marcus
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

rsync+compression

2008-01-01 Thread Charles Marcus
(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 options: https

Re: PST Rsync Issues

2008-03-03 Thread Charles Marcus
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

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, Charles

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

2008-05-16 Thread Charles Marcus
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 avoid omitting the mailing list. To unsubscribe or change

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

2008-05-16 Thread Charles Marcus
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 unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org

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

2008-07-06 Thread Charles Marcus
... -- 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/mailman

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

2008-07-11 Thread Charles Marcus
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
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, read: http

Re: Win32 GUI Client

2008-12-07 Thread Charles Marcus
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

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:

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.5 (on both

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 advice is

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 Sid

Re: LVM snapshots vs. --link-dest

2009-10-05 Thread Charles Marcus
...) 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 to avoid omitting the mailing list

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 longer

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, :-) ) So,

Re: RFE: ignore case of files

2010-01-21 Thread Charles Marcus
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

old files not getting deleted

2010-02-13 Thread Charles Sprickman
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/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

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 snapshots

Re: old files not getting deleted

2010-02-18 Thread Charles Sprickman
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 replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman

Re: Newbie question Third try...

2010-09-09 Thread Charles Marcus
question... -- 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

Re: Data Pull Vs Push

2012-01-16 Thread Charles Marcus
, but it certainly *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

Re: Data Pull Vs Push

2012-01-16 Thread Charles Marcus
into the picture 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-17 Thread Charles Marcus
On 2012-01-16 4:37 PM, Kevin Korb k...@sanitarium.net 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

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

2013-11-17 Thread Charles Marcus
evaluating your 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

Moving/merging a filesystem back into /

2013-12-02 Thread Charles Marcus
/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 list. To unsubscribe

Re: Moving/merging a filesystem back into /

2013-12-02 Thread Charles Marcus
On 2013-12-02 4:49 PM, Kevin Korb k...@sanitarium.net 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

Re: Moving/merging a filesystem back into /

2013-12-03 Thread Charles Marcus
... 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/gentoo/usr/ Thanks very much Kevin for your time and help... -- Best regards, */Charles

Re: Moving/merging a filesystem back into /

2013-12-03 Thread Charles Marcus
On 2013-12-03 9:37 AM, Kevin Korb k...@sanitarium.net 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

Re: Moving/merging a filesystem back into /

2013-12-04 Thread Charles Marcus
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/* -- Please use reply-all for most replies to avoid omitting

Re: Moving/merging a filesystem back into /

2013-12-07 Thread Charles Marcus
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

Re: Moving/merging a filesystem back into /

2013-12-07 Thread Charles Marcus
files during the copy 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

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

2013-12-08 Thread Charles Marcus
On 2013-12-08 2:11 PM, Charles Marcus cmar...@media-brokers.com 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

How to set different permissions on target

2013-12-21 Thread Charles Marcus
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

Re: How to set different permissions on target

2013-12-21 Thread Charles Marcus
On 2013-12-21 2:18 PM, Kevin Korb k...@sanitarium.net 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

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 k...@sanitarium.net 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 k...@sanitarium.net wrote: The current version of rsync

Ignoring permission differences...

2013-12-22 Thread Charles Marcus
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/* -- Please use reply-all for most

Re: Ignoring permission differences...

2013-12-22 Thread Charles Marcus
, Charles Marcus wrote: Hi all, Ok, since 3.1 still isn't in stable, I'm curious if I can just find the equivalent of: rsync -avHP --delete --exclude-from '/home/user/excludes.txt' /mnt/example.com/ /var/vmail/example.com/ But that will ignore differences in permissions - ie, won't recopy

Re: Ignoring permission differences...

2013-12-22 Thread Charles Marcus
On 2013-12-22 2:58 PM, Charles Marcus cmar...@media-brokers.com 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

Question about rsyncing to a slightly different folder structure on target

2013-12-31 Thread Charles Marcus
, */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

Re: Changing permissions on existing backup source

2014-01-02 Thread Charles Marcus
permissions 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

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 way...@samba.org wrote: On Tue, Dec 31, 2013 at 3:59 AM, Charles Marcus cmar...@media-brokers.com mailto:cmar...@media-brokers.com wrote: On the old server, dovecot is configured to just use .../example.com/user http://example.com/user

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

2014-01-04 Thread Charles Marcus
on the new server? 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

Re: Question on folder sync with directory name translation

2015-06-09 Thread Charles Marcus
if rsync can't do something similar? Charles On 6/7/2015 12:38 PM, Gionata Boccalini gionata.boccal...@gmail.com wrote: Hello everyone, I'm new to this mailing list but I have been using rsync for some years up to now. I'm trying to synchronize two directory trees, but I want a special behavior

Rsync Questions

2001-03-28 Thread Vogel, Charles H
, Charlie Charles Vogel, BOLDWeb (206) 655-3892 / [EMAIL PROTECTED]

rsync: race condition can cause loss of diagnostic output

2002-05-22 Thread Charles C. Fu
depends on: ii libc6 2.2.5-4GNU C Library: Shared libraries and Timezone ii libpopt0 1.6.2-7lib for parsing cmdline parameters -- Charles C. Fu ,-- Vice President ___ __ __. . ,-/-- [EMAIL PROTECTED] Bacchus, Inc

rsync 2.5.5, HPUX, getting unexplained error at main.c(578)

2002-05-29 Thread Charles F. Fisher
I compiled rsync-2.5.5 on HPUX 11.11, using the +DA2.0W and +O3 options. invoking a simple rsync to transfer a file works (I ran a diff on the file, no changes) e.g: sdx1 214: ./rsync --rsh='/usr/bin/ssh -x' --rsync-path=/usr/local/src/rsync-2.5.5/rsync /scratch/chuck/tmp.test

Re: rsync 2.5.5, HPUX, getting unexplained error at main.c(578)

2002-05-30 Thread Charles F. Fisher
On Wed, May 29, 2002 at 05:47:10PM -0400, Allen D. Winter wrote: 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

Re: rsync 2.5.5, HPUX, getting unexplained error at main.c(578)

2002-05-30 Thread Charles F. Fisher
On Thu, May 30, 2002 at 11:53:34AM -0400, Paul Haas wrote: On Wed, 29 May 2002, Allen D. Winter wrote: Much stuff snipped.. The EINTR case doesn't make sense with WNOHANG, but HP-UX doesn't always do things that make sense. If you get the Now what should I do? message, then add code to

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

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

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

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 |  

Re: Utility of --backup

2021-07-19 Thread Charles via rsync
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 exac

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.org/m

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.

  1   2   >