> I've been thinking about adding the capability to store files compressed 
> and/or encrypted on either side of the rsync transfer. Let's say there's 
> a storage space provider. I want to store my files on that server 
> compressed (so I don't use more paid space than I need), and encrypted 
> (so they can't read my data).
>
> [snip]
>
> Any thoughts or opinions? Any existing work that I should be aware of? 

You could look at BackupPC, http://backuppc.sourceforge.net, which does
compression of server side files with rsync.  It stores file attributes
separate from the compressed files, so it can compare the correct size
to the sender's side file list.  It also only stores identical files
once, including files with different names or from different machines.

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

Reply via email to