rsyncrypto-devel Mailing List for rsync friendly file encryption (Page 8)
Brought to you by:
thesun
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(7) |
Jun
(5) |
Jul
(12) |
Aug
(29) |
Sep
(6) |
Oct
(5) |
Nov
(18) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(13) |
Feb
(3) |
Mar
|
Apr
(5) |
May
(6) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
(2) |
Nov
(23) |
Dec
(2) |
2007 |
Jan
(47) |
Feb
(4) |
Mar
(4) |
Apr
|
May
|
Jun
(8) |
Jul
(2) |
Aug
|
Sep
(6) |
Oct
|
Nov
(24) |
Dec
(17) |
2008 |
Jan
(4) |
Feb
(22) |
Mar
(25) |
Apr
(19) |
May
(76) |
Jun
(34) |
Jul
(18) |
Aug
(2) |
Sep
|
Oct
(4) |
Nov
|
Dec
(3) |
2009 |
Jan
|
Feb
(13) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(9) |
Aug
(7) |
Sep
(2) |
Oct
(3) |
Nov
|
Dec
(4) |
2010 |
Jan
|
Feb
(4) |
Mar
|
Apr
(3) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(1) |
2014 |
Jan
|
Feb
|
Mar
(14) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
(6) |
Mar
(2) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(7) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
From: Shachar S. <sh...@sh...> - 2008-06-11 04:14:16
|
Robin Lee Powell wrote: > I'm already a commited rsyncrypto user, but I'm curious as to how > http://duplicity.nongnu.org/ compares; they claim similar abilities. > > -Robin > > Their list of technologies make the rsyncable claim questionable in my mind, but I have not put them to the test yet. It's fairly simple to test, really. Create a 100MB file from /dev/urandom, sync it, add a couple of bytes (or 17 - a nice number of making sure they are not doing block based encryption restarts) somewhere around the beginning, and resync. If the resync takes as long as the original (space or transit wise), then you know they do not live up to their claims. Shachar |
From: Robin L. P. <rlp...@di...> - 2008-06-11 02:19:50
|
I'm already a commited rsyncrypto user, but I'm curious as to how http://duplicity.nongnu.org/ compares; they claim similar abilities. -Robin -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ |
From: Jan A. <jan...@do...> - 2008-06-03 19:13:55
|
Hi Shachar, Cool, this patch worked. My Rsyncrypto in Cygwin compiled and is working correctly. Thanks for your help and support. I remembered your remark regarding Cygwin's poor performance. And you are right; here are some performance statistics for rsyncrypto. I did this small performance test with a 213 MegaByte zip file. It gives a good idea about the performance for the different Rsyncrypto versions. CYGWIN Rsyncrypto binary ======================== Encryption: 275 seconds Decryption: 52 seconds Rsyncrypto 1.06 (old compiler) ============================== Encryption: 53 seconds Decryption: 20 seconds Rsyncrypto 1.10 (Visual Studio) =============================== Encryption: 50 seconds Decryption: 20 seconds Regards, Jan -----Oorspronkelijk bericht----- Van: Shachar Shemesh [mailto:sh...@sh...] Verzonden: maandag 2 juni 2008 15:55 Aan: Jan Alphenaar CC: 'L-rsyncrypto' Onderwerp: Re: Rsyncrypto in Cygwin Shachar Shemesh wrote: > > I'll try to rewrite the test so it applies to cygwin as well. > > Patch attached. You will need to regenerate the configure script with autoconf Shachar |
From: Shachar S. <sh...@sh...> - 2008-06-02 13:54:56
|
Shachar Shemesh wrote: > > I'll try to rewrite the test so it applies to cygwin as well. > > Patch attached. You will need to regenerate the configure script with autoconf Shachar |
From: Shachar S. <sh...@sh...> - 2008-06-02 13:43:49
|
Jan Alphenaar wrote: > > Hi Shachar, > > > > I tried to compile Rsyncrypto in Cygwin, but without success. In a > previous email conversation you indicated that you are willing to put > some effort in this to get it to work. Thanks for this. > > > > During the make, it fails, here is the output. > It seems that the criteria that autoconf applies for the "HAVE_MMAP" test includes a test whether mmap supports mapping to a fixed location. Cygwin does not support mmap to a fixed location, and therefor this test fails, which causes rsyncrypto to not include the appropriate test. This failure is meaningless, however, as rsyncrypto does not need to mmap to a fixed location. I'll try to rewrite the test so it applies to cygwin as well. Shachar |
From: Jan A. <jan...@do...> - 2008-06-02 10:05:07
|
Hi Shachar, I tried to compile Rsyncrypto in Cygwin, but without success. In a previous email conversation you indicated that you are willing to put some effort in this to get it to work. Thanks for this. During the make, it fails, here is the output. ===== BEGIN MAKE OUTPUT ===== $ make make all-am make[1]: Entering directory `/tmp/rsyncrypto-1.10' g++ -DHAVE_CONFIG_H -I. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o m ain.o main.cpp In file included from precomp.h:96, from main.cpp:31: autommap.h: In constructor `autommap::autommap(void*, size_t, int, int, int, off _t)': autommap.h:37: error: `mmap' undeclared (first use this function) autommap.h:37: error: (Each undeclared identifier is reported only once for each function it appears in.) autommap.h: In constructor `autommap::autommap(file_t, int)': autommap.h:53: error: `MAP_SHARED' undeclared (first use this function) autommap.h: In member function `void autommap::clear()': autommap.h:87: error: `munmap' undeclared (first use this function) make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/tmp/rsyncrypto-1.10' make: *** [all] Error 2 ===== END MAKE OUTPUT ===== Regards, Jan |
From: Shachar S. <sh...@sh...> - 2008-05-29 21:54:04
|
Robin Lee Powell wrote: > > Oooh, I didn't know about the filter thing; that's really cool. > > One important point to bear in mind, though: in that case, you'll > end up re-encrypting every file every time, since rsync wants the > whole file available to run the rsync algorithm with. If you simply > keep an encrypted copy lying around, rsyncrypto can update changed > files only. > > -Robin > > I believe that if the file's date has not change, rsync can be persuaded to skip it, but I'm not sure as it's not yet relevant. Also, at least for now, this mode will not encrypt the file names. Shachar |
From: Robin L. P. <rlp...@di...> - 2008-05-29 20:58:07
|
On Thu, May 29, 2008 at 11:55:10PM +0300, Shachar Shemesh wrote: > Christopher Strider Cook wrote: > > Gotcha. I think I was reading the site with what I wanted it to > > do too much in mind. > > > > I'm really looking for something that will encrypt and transfer > > in the same round, a onestep process. I don't like having to > > make a local encrypted copy first. I'm ok if that means I can > > only sync based on modification times. > > > Latest versions of rsync has support for "filters". Unfortunately, > rsyncrypto has no support, for the time being, for stdin to stdout > mode, so it does not help you. That feature is planned for version > 2. Oooh, I didn't know about the filter thing; that's really cool. One important point to bear in mind, though: in that case, you'll end up re-encrypting every file every time, since rsync wants the whole file available to run the rsync algorithm with. If you simply keep an encrypted copy lying around, rsyncrypto can update changed files only. -Robin -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ |
From: Shachar S. <sh...@sh...> - 2008-05-29 20:55:26
|
Christopher Strider Cook wrote: > Gotcha. I think I was reading the site with what I wanted it to do too > much in mind. > > I'm really looking for something that will encrypt and transfer in the > same round, a onestep process. I don't like having to make a local > encrypted copy first. I'm ok if that means I can only sync based on > modification times. > > Thanks > Chris Latest versions of rsync has support for "filters". Unfortunately, rsyncrypto has no support, for the time being, for stdin to stdout mode, so it does not help you. That feature is planned for version 2. Thanks, Shachar |
From: Robin L. P. <rlp...@di...> - 2008-05-29 18:08:50
|
Of course not, but if you want rsync to be able to work over all the files, then all the files have to be there. That is, for a single recursive rsync to actually work, it has to have the files to look at. The only other option is to constantly encrypt the files in memory, trying to stay ahead of the rsync. I'm not sure that that would be a good idea, but regardless, I know of no way to do it. -Robin On Thu, May 29, 2008 at 10:24:38AM -0700, Christopher Strider Cook wrote: > True, but I'd think the 5000 individual rsync connections verses > one single recursive rsync wouldn't be very efficient. I haven't > tested it, but it 'feels' wrong. > > Regardless, looks like that's the way I'm headed. > > Thanks again. > > On Thu, May 29, 2008 at 10:08 AM, Robin Lee Powell < > rlp...@di...> wrote: > > > I'm not aware of any such thing, but it wouldn't be hard to write a > > loop over your files that encrypts, rsyncs, then deletes each file. > > > > -Robin > > > > On Thu, May 29, 2008 at 10:05:12AM -0700, Christopher Strider Cook > > wrote: > > > Gotcha. I think I was reading the site with what I wanted it to do > > > too much in mind. > > > > > > I'm really looking for something that will encrypt and transfer in > > > the same round, a onestep process. I don't like having to make a > > > local encrypted copy first. I'm ok if that means I can only sync > > > based on modification times. > > > > > > Thanks > > > Chris > > > > > > On Wed, May 28, 2008 at 6:39 PM, Robin Lee Powell < > > > rlp...@di...> wrote: > > > > > > > rsyncrypto encrypts files in place in such a way that rsync can copy > > > > them without much impact on the rsync algorithm when you re-encrypt. > > > > It does not do any of the things rsync does; you run rsyncrypto on > > > > your data, then run rsync on the results. > > > > > > > > -Robin > > > > > > > > On Wed, May 28, 2008 at 06:07:38PM -0700, Christopher Strider Cook > > > > wrote: > > > > > Setting the a host as a destination, like in rsync, doesn't seem > > > > > to work. Am I right in guessing that this isn't a feature? Is it > > > > > coming? > > > > > > > > > > Chris Cook > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > This SF.net email is sponsored by: Microsoft > > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > > _______________________________________________ > > > > > Rsyncrypto-devel mailing list > > > > > Rsy...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > > > > > > > -- > > > > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > > > > Proud Supporter of the Singularity Institute - http://singinst.org/ > > > > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/> > > <http://www.digitalkingdom.org/%7Erlpowell/>*** > > > > http://www.lojban.org/ > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Rsyncrypto-devel mailing list > > > > Rsy...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Rsyncrypto-devel mailing list > > > Rsy...@li... > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > -- > > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > > Proud Supporter of the Singularity Institute - http://singinst.org/ > > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/>*** > > http://www.lojban.org/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rsyncrypto-devel mailing list > Rsy...@li... > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ |
From: Christopher S. C. <dir...@gm...> - 2008-05-29 17:24:48
|
True, but I'd think the 5000 individual rsync connections verses one single recursive rsync wouldn't be very efficient. I haven't tested it, but it 'feels' wrong. Regardless, looks like that's the way I'm headed. Thanks again. On Thu, May 29, 2008 at 10:08 AM, Robin Lee Powell < rlp...@di...> wrote: > I'm not aware of any such thing, but it wouldn't be hard to write a > loop over your files that encrypts, rsyncs, then deletes each file. > > -Robin > > On Thu, May 29, 2008 at 10:05:12AM -0700, Christopher Strider Cook > wrote: > > Gotcha. I think I was reading the site with what I wanted it to do > > too much in mind. > > > > I'm really looking for something that will encrypt and transfer in > > the same round, a onestep process. I don't like having to make a > > local encrypted copy first. I'm ok if that means I can only sync > > based on modification times. > > > > Thanks > > Chris > > > > On Wed, May 28, 2008 at 6:39 PM, Robin Lee Powell < > > rlp...@di...> wrote: > > > > > rsyncrypto encrypts files in place in such a way that rsync can copy > > > them without much impact on the rsync algorithm when you re-encrypt. > > > It does not do any of the things rsync does; you run rsyncrypto on > > > your data, then run rsync on the results. > > > > > > -Robin > > > > > > On Wed, May 28, 2008 at 06:07:38PM -0700, Christopher Strider Cook > > > wrote: > > > > Setting the a host as a destination, like in rsync, doesn't seem > > > > to work. Am I right in guessing that this isn't a feature? Is it > > > > coming? > > > > > > > > Chris Cook > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > Rsyncrypto-devel mailing list > > > > Rsy...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > > > > -- > > > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > > > Proud Supporter of the Singularity Institute - http://singinst.org/ > > > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/> > <http://www.digitalkingdom.org/%7Erlpowell/>*** > > > http://www.lojban.org/ > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Rsyncrypto-devel mailing list > > > Rsy...@li... > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Rsyncrypto-devel mailing list > > Rsy...@li... > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > -- > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > Proud Supporter of the Singularity Institute - http://singinst.org/ > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/>*** > http://www.lojban.org/ > |
From: Robin L. P. <rlp...@di...> - 2008-05-29 17:08:47
|
I'm not aware of any such thing, but it wouldn't be hard to write a loop over your files that encrypts, rsyncs, then deletes each file. -Robin On Thu, May 29, 2008 at 10:05:12AM -0700, Christopher Strider Cook wrote: > Gotcha. I think I was reading the site with what I wanted it to do > too much in mind. > > I'm really looking for something that will encrypt and transfer in > the same round, a onestep process. I don't like having to make a > local encrypted copy first. I'm ok if that means I can only sync > based on modification times. > > Thanks > Chris > > On Wed, May 28, 2008 at 6:39 PM, Robin Lee Powell < > rlp...@di...> wrote: > > > rsyncrypto encrypts files in place in such a way that rsync can copy > > them without much impact on the rsync algorithm when you re-encrypt. > > It does not do any of the things rsync does; you run rsyncrypto on > > your data, then run rsync on the results. > > > > -Robin > > > > On Wed, May 28, 2008 at 06:07:38PM -0700, Christopher Strider Cook > > wrote: > > > Setting the a host as a destination, like in rsync, doesn't seem > > > to work. Am I right in guessing that this isn't a feature? Is it > > > coming? > > > > > > Chris Cook > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Rsyncrypto-devel mailing list > > > Rsy...@li... > > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > > > > -- > > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > > Proud Supporter of the Singularity Institute - http://singinst.org/ > > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/>*** > > http://www.lojban.org/ > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Rsyncrypto-devel mailing list > > Rsy...@li... > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rsyncrypto-devel mailing list > Rsy...@li... > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ |
From: Christopher S. C. <dir...@gm...> - 2008-05-29 17:05:15
|
Gotcha. I think I was reading the site with what I wanted it to do too much in mind. I'm really looking for something that will encrypt and transfer in the same round, a onestep process. I don't like having to make a local encrypted copy first. I'm ok if that means I can only sync based on modification times. Thanks Chris On Wed, May 28, 2008 at 6:39 PM, Robin Lee Powell < rlp...@di...> wrote: > rsyncrypto encrypts files in place in such a way that rsync can copy > them without much impact on the rsync algorithm when you re-encrypt. > It does not do any of the things rsync does; you run rsyncrypto on > your data, then run rsync on the results. > > -Robin > > On Wed, May 28, 2008 at 06:07:38PM -0700, Christopher Strider Cook > wrote: > > Setting the a host as a destination, like in rsync, doesn't seem > > to work. Am I right in guessing that this isn't a feature? Is it > > coming? > > > > Chris Cook > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Rsyncrypto-devel mailing list > > Rsy...@li... > > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > > -- > Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo > Proud Supporter of the Singularity Institute - http://singinst.org/ > http://www.digitalkingdom.org/~rlpowell/<http://www.digitalkingdom.org/%7Erlpowell/>*** > http://www.lojban.org/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rsyncrypto-devel mailing list > Rsy...@li... > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > |
From: Robin L. P. <rlp...@di...> - 2008-05-29 01:39:12
|
rsyncrypto encrypts files in place in such a way that rsync can copy them without much impact on the rsync algorithm when you re-encrypt. It does not do any of the things rsync does; you run rsyncrypto on your data, then run rsync on the results. -Robin On Wed, May 28, 2008 at 06:07:38PM -0700, Christopher Strider Cook wrote: > Setting the a host as a destination, like in rsync, doesn't seem > to work. Am I right in guessing that this isn't a feature? Is it > coming? > > Chris Cook > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rsyncrypto-devel mailing list > Rsy...@li... > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ |
From: Christopher S. C. <dir...@gm...> - 2008-05-29 01:07:44
|
Setting the a host as a destination, like in rsync, doesn't seem to work. Am I right in guessing that this isn't a feature? Is it coming? Chris Cook |
From: Shachar S. <sh...@sh...> - 2008-05-27 05:12:16
|
Frederico Rodrigues Abraham wrote: > Hi. Another issue: I'm encrypting my files and they seem to have > tripled the total size. Look at this: > > My source directory: > > ike:~/files> du -mcs > 24833 total > > ike:~/filesencrypted> du -mcs > 78240 total > 76424 files > 1816 keys > > I'm running the following command to encrypt: > > rsyncrypto --delete -c -n /home/ugah/.ssh/filemap -r /home/ugah/files > /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys > /home/ugah/.ssh/backup.crt > > > Isn't is supposed to be smaller? I thought rsyncrypto also tried to > compress files. > Did you try to erase the "keys" and "files" directories after the failed attempt to create the file map from the previous problem? Shachar |
From: Frederico R. A. <dev...@gm...> - 2008-05-27 03:10:16
|
Hi. Another issue: I'm encrypting my files and they seem to have tripled the total size. Look at this: My source directory: ike:~/files> du -mcs 24833 total ike:~/filesencrypted> du -mcs 78240 total 76424 files 1816 keys I'm running the following command to encrypt: rsyncrypto --delete -c -n /home/ugah/.ssh/filemap -r /home/ugah/files /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys /home/ugah/.ssh/backup.crt Isn't is supposed to be smaller? I thought rsyncrypto also tried to compress files. Greetings, -- Fred |
From: Frederico R. A. <dev...@gm...> - 2008-05-27 00:37:05
|
The error was: file open failed(=/home/ugah/.ssh/filemap): No such file or directory I was using -n=/home/ugah/.ssh/filemap . Now I am using -n /home/ugah/.ssh/filemap and it's working. I think it should ignore the '=', as it is a common mistake to include it. I also think that the error message should be better, something like "could not open file map file =/home/ugah/.ssh/filemap" Thank you very much! -- Fred > Ooops, minor amendment to the previous instructions. > > Shachar Shemesh wrote: >> I suspect that something is wrong with >> /home/ugah/files/wallpapers/sara-02.jpg, but lets make sure. I'm >> attaching a patch to rsyncrypto for better error reporting of these >> errors. Here's what you have to do in order to apply it: >> >> As root: >> apt-get update (or aptitude update, or whatever you usually do. Sid >> already has version 1.10, so I know your system is out of date `-). >> apt-get build-dep rsyncrypto >> apt-get install devscripts > ^^^^^ This step is unnecessary >> >> As a normal user: >> cd <some directory where you can work> >> apt-get source rsyncrypto >> cd rsyncrypto-1.10 >> patch -p0 < report.patch (the file attached to this email) >> dch --nmu > The lines immediately above and below this line are also unnecessary. >> at this point an editor will open up. Just save the file there with >> no further changes >> dpkg-buildpackage >> >> As root again >> cd <same directory as before> >> dpkg -i rsyncrypto_1.10-1.1_<whatever platform>.deb >> >> Run the program again and report what it says failed. >> >> Shachar > Shachar > |
From: Shachar S. <sh...@sh...> - 2008-05-26 06:14:42
|
Ooops, minor amendment to the previous instructions. Shachar Shemesh wrote: > I suspect that something is wrong with > /home/ugah/files/wallpapers/sara-02.jpg, but lets make sure. I'm > attaching a patch to rsyncrypto for better error reporting of these > errors. Here's what you have to do in order to apply it: > > As root: > apt-get update (or aptitude update, or whatever you usually do. Sid > already has version 1.10, so I know your system is out of date `-). > apt-get build-dep rsyncrypto > apt-get install devscripts ^^^^^ This step is unnecessary > > As a normal user: > cd <some directory where you can work> > apt-get source rsyncrypto > cd rsyncrypto-1.10 > patch -p0 < report.patch (the file attached to this email) > dch --nmu The lines immediately above and below this line are also unnecessary. > at this point an editor will open up. Just save the file there with no > further changes > dpkg-buildpackage > > As root again > cd <same directory as before> > dpkg -i rsyncrypto_1.10-1.1_<whatever platform>.deb > > Run the program again and report what it says failed. > > Shachar Shachar |
From: Shachar S. <sh...@sh...> - 2008-05-26 06:03:46
|
Frederico Rodrigues Abraham wrote: > I ran now with -vv. The error message was, at the end of encryption: > > Encrypting /home/ugah/files/wallpapers/13.jpg > Encrypting /home/ugah/files/wallpapers/valley.jpg > Encrypting /home/ugah/files/wallpapers/verde.jpg > Encrypting /home/ugah/files/wallpapers/evocation.jpg > Encrypting /home/ugah/files/wallpapers/sara-02.jpg > file open failed: No such file or directory > ike:~> > > > My platform is Debian unstable, rsyncrypto 1.09 > -- Fred > I suspect that something is wrong with /home/ugah/files/wallpapers/sara-02.jpg, but lets make sure. I'm attaching a patch to rsyncrypto for better error reporting of these errors. Here's what you have to do in order to apply it: As root: apt-get update (or aptitude update, or whatever you usually do. Sid already has version 1.10, so I know your system is out of date `-). apt-get build-dep rsyncrypto apt-get install devscripts As a normal user: cd <some directory where you can work> apt-get source rsyncrypto cd rsyncrypto-1.10 patch -p0 < report.patch (the file attached to this email) dch --nmu at this point an editor will open up. Just save the file there with no further changes dpkg-buildpackage As root again cd <same directory as before> dpkg -i rsyncrypto_1.10-1.1_<whatever platform>.deb Run the program again and report what it says failed. Shachar |
From: Frederico R. A. <dev...@gm...> - 2008-05-25 22:48:12
|
Shachar Shemesh wrote: > Frederico Rodrigues Abraham wrote: >> I'm trying to use rsyncrypto and I am getting, after all the >> encryption process, a "no such file or directory" error. >> >> The command I'm using is: >> >> rsyncrypto --delete -c -n=/home/ugah/.ssh/filemap -r /home/ugah/files >> /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys >> /home/ugah/.ssh/backup.crt >> >> What am I doing wrong? All passed directories already exist. >> Thank you, >> -- Fred >> > Hi Fred, > > Without the actual error message there is very little I can help you. > Please run with -vv and post the last few lines of output here. > > Also, what platform are you running this on, and what version of > rsyncrypto are you using? > > Shachar > I ran now with -vv. The error message was, at the end of encryption: Encrypting /home/ugah/files/wallpapers/13.jpg Encrypting /home/ugah/files/wallpapers/valley.jpg Encrypting /home/ugah/files/wallpapers/verde.jpg Encrypting /home/ugah/files/wallpapers/evocation.jpg Encrypting /home/ugah/files/wallpapers/sara-02.jpg file open failed: No such file or directory ike:~> My platform is Debian unstable, rsyncrypto 1.09 -- Fred |
From: Shachar S. <sh...@sh...> - 2008-05-25 20:19:50
|
Frederico Rodrigues Abraham wrote: > I'm trying to use rsyncrypto and I am getting, after all the encryption > process, a "no such file or directory" error. > > The command I'm using is: > > rsyncrypto --delete -c -n=/home/ugah/.ssh/filemap -r /home/ugah/files > /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys > /home/ugah/.ssh/backup.crt > > What am I doing wrong? All passed directories already exist. > Thank you, > -- Fred > Hi Fred, Without the actual error message there is very little I can help you. Please run with -vv and post the last few lines of output here. Also, what platform are you running this on, and what version of rsyncrypto are you using? Shachar |
From: Frederico R. A. <dev...@gm...> - 2008-05-25 15:53:59
|
I'm trying to use rsyncrypto and I am getting, after all the encryption process, a "no such file or directory" error. The command I'm using is: rsyncrypto --delete -c -n=/home/ugah/.ssh/filemap -r /home/ugah/files /home/ugah/filesencrypted/files /home/ugah/filesencrypted/keys /home/ugah/.ssh/backup.crt What am I doing wrong? All passed directories already exist. Thank you, -- Fred |
From: Shachar S. <sh...@sh...> - 2008-05-24 06:49:32
|
Hi all, Sourceforge changed their upload mechanism, and as a result I made a mistake and uploaded the MSI Windows binary installation twice, one of which under the name "rsyncrypto-1.10.tar.gz". If you downloaded the newest version up until about now, you downloaded the wrong file. The right file is about 400KB. The wrong file is about 2.5MB. Sorry about the confusion. Shachar |
From: David V. <dav...@gm...> - 2008-05-24 01:01:20
|
This is also the main "feature" I'm looking forward to ;-) Shachar once again, thank you very much for rsyncrypto. David V. On Fri, May 23, 2008 at 5:50 PM, Julian <jul...@gm...> wrote: > Thanks Shachar. > > I especially look forward to: > > >> At this point, there is just one known bug open for version 1 - make > >> sure rsyncrypto does not abort entirely at the first sign of trouble. > > Cheers > Julian > > > 2008/5/23 Shachar Shemesh <sh...@sh...>: > > Hi all, >> >> Version 1.10 is available for download from the usual place. >> >> New to version 1.10: >> - A bug fix for Windows - mkdir with only drive letter would fail >> - Added an --export-changes option for optimizing rsync file list >> negotiation. Do not use without first reading the manual page! >> >> I mean it regarding the second issue. The man page has some very serious >> caveat regarding this option, so please do yourself the favor and only >> use it after you have read the man page and understood the implications. >> >> At this point, there is just one known bug open for version 1 - make >> sure rsyncrypto does not abort entirely at the first sign of trouble. >> >> Shachar >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Rsyncrypto-devel mailing list >> Rsy...@li... >> https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rsyncrypto-devel mailing list > Rsy...@li... > https://lists.sourceforge.net/lists/listinfo/rsyncrypto-devel > > |