Deleted Data

2006-04-16 Thread Chuck Wolber
Greetings, When using the --delete argument, is there any way to get rsync to tell me how much data it deleted after a run? ..Chuck.. -- http://www.quantumlinux.com Quantum Linux Laboratories, LLC. ACCELERATING Business with Open Technology "The measure of the restoration lies in the exte

DO NOT REPLY [Bug 3692] New: regression: symlinks are created as hardlinks with --link-dest

2006-04-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3692 Summary: regression: symlinks are created as hardlinks with -- link-dest Product: rsync Version: 2.6.7 Platform: x86 URL: http://rsync.samba.org OS/Version: FreeBSD

Re: Encryption

2006-04-16 Thread Tomasz Ciolek
Hi guys I have experimented with a similar approach, in my case the backup server does 'pull' of data, using rsync+ssh, saving it into a encryopted loopback file system image. At the moment I am experimenting with a linux metadevices based encrypted file systems that are only mounted to receiv

RE: Encryption

2006-04-16 Thread Alex Pedenko
In order for the rsync algorithm to work, both sides have to be looking at data in the same format (i.e. both either process encrypted data or unencrypted data). If you want a true public key/private key system, then the only way to do it is to encrypt and decrypt on the client side. That c

Re: Encryption

2006-04-16 Thread Christoph Biedl
Julian Pace Ross wrote... > The idea is that data stored on the remote server would be unreadable to the > people on that side, but can be decrypted when rsyncing back to the local > server in case of data loss. In that case encyption will have to take place before transmission anyway. Else you d

Encryption

2006-04-16 Thread Julian Pace Ross
Hi all,   I recently came across a possible requirement of backing up certain files on a remote server ... in an encrypted format. This got me seriously thinking about the possibility of doing such a thing with rsync. I am not too knowledgable about encryption and the mechanisms of the rsync algo