Eric S. Johansson | 1 Jan 2008 07:41

I must be psychic: Re: Pushing hard-linked backups

Eric S. Johansson wrote:
> Matt McCutchen wrote:
>> bOn Mon, 2007-12-24 at 18:34 -0500, Eric S. Johansson wrote:
>>> I'd love for the remote backup to be encrypted locally so one could
>>> backup to a hostile host.
>>
>> That limits your options.  
> 
> one would think.  For now, lets go with the plaintext push form of 
> rsnapshot. as for encryption, I think it would be possible (assuming 
> mods to rsync) to do rsync encrypted copies. 

http://rsyncrypto.wiki.sourceforge.net/

Rsyncrypto - Rsync Friendly File Encryption
Why is Rsyncrypto
Sometimes it is necessary to store files on a remote server. This is typically 
needed for backup purposes. When that is done, there are two concerns that need 
to be addressed:

    1. How to keep the privacy of the files stored?
    2. How to keep bandwidth usage to a minimum?

Both problems have rather simple solutions:

    1. Encrypt the files prior to sending them. Keep the key locally.
    2. Use rsync to only transfer the changes.

There is just one problem - the two solutions contradict. Plain mode encryption 
of files hide the specific changes to the file, making rsync useless at 
(Continue reading)

Eric S. Johansson | 1 Jan 2008 19:15

yet another rsync encryption program

Eric S. Johansson wrote:
> Eric S. Johansson wrote:
>> Matt McCutchen wrote:
>>> bOn Mon, 2007-12-24 at 18:34 -0500, Eric S. Johansson wrote:
>>>> I'd love for the remote backup to be encrypted locally so one could
>>>> backup to a hostile host.
>>>
>>> That limits your options.  
>>
>> one would think.  For now, lets go with the plaintext push form of 
>> rsnapshot. as for encryption, I think it would be possible (assuming 
>> mods to rsync) to do rsync encrypted copies. 

http://murk.sourceforge.net/

Its an encryption program, for the Unix command line, that is setup to allow 
rsync to transfer the encrypted output files with some efficiency.

----

this is an interesting variant on encrypting data and without totally negating 
the value of rsync.  yes, the cryptosystem is weakened but for many folks, it's 
probably good enough.

---eric

--

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

(Continue reading)

Milutin Voinivich | 8 Jan 2008 13:23
Picon

Re: yet another rsync encryption program

Hi,

How to use  murk when rsync entire directory?

Regards,
Milutin Voinivich
http://www.NasBackup.com/

Eric S. Johansson wrote:

> Eric S. Johansson wrote:
>> Eric S. Johansson wrote:
>>> Matt McCutchen wrote:
>>>> bOn Mon, 2007-12-24 at 18:34 -0500, Eric S. Johansson wrote:
>>>>> I'd love for the remote backup to be encrypted locally so one could
>>>>> backup to a hostile host.
>>>>
>>>> That limits your options.  
>>>
>>> one would think.  For now, lets go with the plaintext push form of 
>>> rsnapshot. as for encryption, I think it would be possible (assuming 
>>> mods to rsync) to do rsync encrypted copies. 
>
> http://murk.sourceforge.net/
>
> Its an encryption program, for the Unix command line, that is setup to 
> allow rsync to transfer the encrypted output files with some efficiency.
>
>
> ----
(Continue reading)

Eric S. Johansson | 9 Jan 2008 17:24

Re: yet another rsync encryption program

Milutin Voinivich wrote:
> How to use  murk when rsync entire directory?

I expect in conjunction with find.

--

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Gmane