|
|
Subject:
Remote backup using SFTP
Category: Computers > Software Asked by: kdresearch-ga List Price: $20.00 |
Posted:
25 Sep 2005 06:15 PDT
Expires: 25 Oct 2005 06:15 PDT Question ID: 572332 |
We need a list of backup utilities that can do the following: - run on MS Windows (primary requirement) - run on Linux (supplemental requirement, optional) - encrypt backup files before transmitting over the network - backup to remote SFTP (Secure FTP) servers - run automatically on schedule Thank you. |
|
There is no answer at this time. |
|
Subject:
Re: Remote backup using SFTP
From: sandipb-ga on 01 Oct 2005 08:05 PDT |
Why dont you use psftp(http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) to send your backup files to a different (preferably linux) computer? Since it is over ssh, you dont need to encrypt before sending over network. The bonus you get is that if the files are in unencrypted form (at the destination! after transport over network!), they will compress better! You dont compromise over security too! You can use a windows scheduled job to do this periodically. If you are using psftp from windows to linux as I just mentioned, you should first setup password-less logins. Generate an unencrypted ssh-key(using puttygen) on the windows client, setup the remote linux account to trust logins from this ssh key, run pageant(on windows) to load this private key on startup, and then use psftp to transfer files. No need to mess with passwords after that. |
Subject:
Re: Remote backup using SFTP
From: kdresearch-ga on 02 Oct 2005 15:17 PDT |
Thank you, but it's not quite what we want. We are currently looking into hdup + Cygwin. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |