Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-12-2007, 05:10 AM
|
#1
|
LQ Newbie
Registered: Oct 2007
Posts: 2
Rep:
|
Remote backup with encryption
Im looking for software that can do incremental remote backup of only some files (like documents, some pictures and so on which I can store in a spesific folder) for windows and linux computers. Also the files should be encrypted before they is sent to my backupserver.
The "solution" I have right now for this is using rsync, but It dosen't offer ecryption of the files as far as I know (they should be stored encrypted on the backup-server), only encrypted transfering.
Point me if im wrong.
Im not sure what the best practice for this is so it would be nice with some tips.
Thanks
|
|
|
10-12-2007, 05:34 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
you can tunnel rsync over ssh fairly easily...
Code:
rsync -e ssh [other existing rsync options...]
job done! you may also wish to use preshared keys and such (i.e. totally standard ssh stuff) to avoid passwords etc... http://sial.org/howto/rsync/
|
|
|
10-12-2007, 05:39 AM
|
#3
|
LQ Newbie
Registered: Oct 2007
Posts: 2
Original Poster
Rep:
|
Hmm. Maybe I explained myself not good enough (sorry). Or do you mean that rsync also stores the files encrypted?
I need them to be stored encrypted so I not can watch others files. And of corse the person who owns the files should be able to decrypt the data too!
|
|
|
10-12-2007, 06:14 AM
|
#4
|
LQ Guru
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509
|
Maybe you need some more sophisticated backup software, supporting data encryption like Bacula.
|
|
|
10-12-2007, 07:04 AM
|
#5
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
yeah it's rsyncs job to make two places the same, not to backup per se. that said there's still options. if could easily divide and conquer and use a cryptfs volume to perform the encryptions on generic data stored to disk. here's a similar exmaple of rsyncs to a cryptfs filesystem:
http://dyn.yoderhome.com:8080/e/blog/linux
about half way down the page. you cuold probably use a loopbakc to have it held within a single file too, but this is really only if you wish to enhance the existing rsync side of things, and an alternative reimplementation may be more suitable.
|
|
|
10-12-2007, 08:15 AM
|
#6
|
Senior Member
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197
Rep:
|
Amanda can handle that as well.
http://www.linuxquestions.org/bookmarks/tags/backup
It all depends on what your setup and objectives are. You can specify directories or subdirectories to backup and you can exclude things using a pattern, so there is a fair bit of flexibility in defining what you want backed up. Then you can compress it, encrypt it, transfer it through ssh but leave it unencrypted at the end, etc. You can also have it go to a disk as a virtual tape, to a tape, etc. And it doesn't require the extra overhead of an SQL database or have several daemons running all the time.
On the other hand, if you just have a few computers with a few directories you want synced, then it may be overkill.
Also, regardless of how you do it, don't ever lose your encryption key. ;-)
|
|
|
All times are GMT -5. The time now is 03:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|