|
|
|
|
|
by uint32
4230 days ago
|
|
Like any good hacker I got tired of other solutions that didn't quite match my needs and made my own dropbox-like backup/sync using only rsync, ssh and encfs. https://github.com/avdd/rsyncsync Not polished, but it's working for me. - only runs on machines I control
- server requirement is only rsync, ssh and coreutils
- basic conflict detection
- encfs --reverse to encrypt locally, store remotely
- history is rsnapshot-style hard links
- inspect history using sshfs
- can purge old history
shell aliases showing how I use it are in my config repositoryencfs isn't ideal but it's the only thing that does the job. Ideally I'd use something that didn't leak so much, but it doesn't exist. |
|
https://raymii.org/s/articles/Set_up_your_own_truly_secure_e...