Re: --delete not working

2007-09-25 Thread Sylvain Viart
Hi Matt, Matt McCutchen a écrit : On 9/24/07, Sylvain Viart [EMAIL PROTECTED] wrote: from the source host I do : rsync -rtlv --exclude='.svn/**' --exclude=.svn --delete preprod/ rsync://remote-host/deploiement/preprod/ the --dry-run gives me some file to delete. but when I run the

Re: --delete not working

2007-09-25 Thread Matt McCutchen
On 9/25/07, Sylvain Viart [EMAIL PROTECTED] wrote: Exactly what I've also found. See my post : Re: --delete not working = +filtering disable delete! Indeed; I responded to your first post without noticing that you had posted again. I try to avoid doing that, but I'm not perfect. remove

RE: Rsync Truecrypt

2007-09-25 Thread Frank Hamersley
Hmmm - I had expected that the truecrypt volume would exhibit far too much entropy for rsync to do an efficient difference based transferso I had planned to run against the mounted tc volume. I hadn't even planned to test the throughput! Should I reconsider? Cheers, Frank. -Original

Re: --delete not working, fixed!

2007-09-25 Thread Sylvain Viart
Hi Matt, In fact, reading bug 3825, has explained me the meaning of Hide and Protect filter rule. Which I couldn't really understand from the doc. As I said, Protect and Hide, are not really documented. It's only said in the doc : *hide, H* specifies a pattern for hiding files from the

RE: Rsync Truecrypt

2007-09-25 Thread Stephen Zemlicka
I thought I found the answer to my problem in the -no-whole-file. However this still took as long as the initial transfer but it only actually uploaded a small bit. However, my issue is that I cannot run rsync on the server. From my tests, rsync will efficiently transfer truecrypt volumes if

hebrew characters

2007-09-25 Thread Robert
I'm trying to use rsync (version 2.6.9) to back up some files. However, a few of them contain Hebrew characters. While I can back them up, the filenames come through scrambled (I don't have Hebrew characters anymore). I've tried the -8 switch, but that didn't work. Any suggestions? Background:

Rsync and opened files

2007-09-25 Thread Egoitz Aurrekoetxea
Hello, I'm trying to determine if rsync is a sure method of backing up servers (Linux and Windows) whose files are constantly being accesed and are not able to be stoped they're services for backing up purposes... I would use it over ssh for making incremental backups... in my tests seem to

Rsync and opened files

2007-09-25 Thread Egoitz Aurrekoetxea
Hello, I'm trying to determine if rsync is a sure method of backing up servers (Linux and Windows) whose files are constantly being accesed and are not able to be stoped they're services for backing up purposes... I would use it over ssh for making incremental backups... in my tests seem to

A checksum question

2007-09-25 Thread Dr Bousmaha Baiche
-- 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: A checksum question

2007-09-25 Thread Matt McCutchen
The email you sent to the rsync list seems to be empty. If you have a question, please try posting it again. Matt -- 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: Rsync and opened files

2007-09-25 Thread Stephen Zemlicka
This doesn't help with linux but a gentleman named Elias added vss capabilities to rsync. However, the version is a bit old (I think 2.6 or around there). As soon as 3 is out, I may try to go through it line by line and add it into 3. Otherwise, check out microsoft's vss sdk. There's a bit of