How to securely store and update backup on remote server via ssh/rsync

Posted by Sergey P. aka azure on Super User See other posts from Super User or by Sergey P. aka azure
Published on 2012-11-01T22:28:40Z Indexed on 2012/11/01 23:06 UTC
Read the original article Hit count: 267

Filed under:
|
|
|
|

I have about 200 Gb of pictures (let's say about 1 mb/file, 200k files) on my desktop. I have access (including root access) to remote linux server. And I want to have updateable backup of my pictures on remote server. rsync seems to be the right tool for such kind of job. But other people also have access (including root access) to this server and I want to keep my pictures private. So the question is: what is the best way to keep private files on remote "shared" linux server securely?

© Super User or respective owner

Related posts about ssh

Related posts about security