Re: Rsync slow with hard links

2017-04-12 Thread Kevin Korb via rsync
In Linux I would handle this with a pvmove.  I don't know how to make it
happen in Windows other than using a disk image.

BTW, you will probably find -i to be much more useful than a second (or
even a first) -v

On 04/12/2017 07:31 PM, Rene J Suarez-Soto via rsync wrote:
> I am running rsync throuhg cygwin and trying to "mirror" two hard drives
> (hd1 -> hd2). HD1 have tons of hard links (I will say about 2 millions)
> because I do monthly backups and have about 13 folders and maybe about
> 150,000 files. Every month when I make a new snapshot I would also want
> to mirror HD1 to HD2. I tried running
> 
> rsync -aH --progress -vv /cygdrive/d/ /cygdrive/e/
> 
> I though this was going to be a very quick process because not many
> files changed but surprisingly it takes over a day. Is there a faster
> way to mirror drives with hard links?
> 
> 

-- 
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,
Kevin Korb  Phone:(407) 252-6853
Systems Administrator   Internet:
FutureQuest, Inc.   ke...@futurequest.net  (work)
Orlando, Floridak...@sanitarium.net (personal)
Web page:   http://www.sanitarium.net/
PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,



signature.asc
Description: OpenPGP digital signature
-- 
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

Rsync slow with hard links

2017-04-12 Thread Rene J Suarez-Soto via rsync
I am running rsync throuhg cygwin and trying to "mirror" two hard drives
(hd1 -> hd2). HD1 have tons of hard links (I will say about 2 millions)
because I do monthly backups and have about 13 folders and maybe about
150,000 files. Every month when I make a new snapshot I would also want to
mirror HD1 to HD2. I tried running

rsync -aH --progress -vv /cygdrive/d/ /cygdrive/e/

I though this was going to be a very quick process because not many files
changed but surprisingly it takes over a day. Is there a faster way to
mirror drives with hard links?
-- 
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

[Bug 12741] New: stop rsync on "No space left on device"

2017-04-12 Thread just subscribed for rsync-qa from bugzilla via rsync
https://bugzilla.samba.org/show_bug.cgi?id=12741

Bug ID: 12741
   Summary: stop rsync on "No space left on device"
   Product: rsync
   Version: 3.1.2
  Hardware: x86
OS: Linux
Status: NEW
  Severity: enhancement
  Priority: P5
 Component: core
  Assignee: way...@samba.org
  Reporter: ry...@caramail.com
QA Contact: rsync...@samba.org

rsync show me :
rsync: delete_file: make_backup(...) failed: No space left on device (28)
rsync: delete_file: make_backup(...) failed: No space left on device (28)
...
in output.
Rsync is right, but I would like it to stop on first error, because I think
that it isn't necessary that it populate my log moreover and use my CPU and my
network vainly.
Despite I understand that another backup of a more little file could succeed, I
think it could be useful.

Thanks for your work.

Regards.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

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