![]() |
cryptosyncWhat is it?Cryptosync is tool which makes compressed and encrypted incremental backups. That way one can efficiently copy the files to an other location with normal rsync. Not only the filecontents is encrypted, also the filename, mode, owner and groupinformation are stored encrypted.How it worksNormally when you want to copy a backup to an off-site location, you would make a large tar-file, compress it and then encrypt it. Problem with this is that you have to copy the whole file when only a single file in the tarfile has changed.Cryptosync instead compresses and encrypts each individual file and copies it to an other location but only the files that have changed. This way, one can use the standard rsync which then will only copy the files that have changed. Downloadcryptosync-0.3.tgz latest releasecryptosync-0.1.tgz previous release Changelog:0.2 unknown users could cause a segfault0.1 Initial release
| ||||||||
| ||||||||