Laptop Remote Backups - What do you use?

Associate
Joined
15 Apr 2009
Posts
25
Hi all,

I've got some account managers which could do with backing up some files (50mb max) on a weekly basis while they are at home to our domain file server.

Is there a secure and simple way of doing this? (if we can do it without connecting to VPN then great)

I was thinking about writing an FTP script but was concerned over the username and password being easily accessible.

What do you guys use?
 
'security' is very rarely 'simple'

Don't use FTP. Use SSH/SFTP instead.


But if this is sensitive data, then how is it secured when not 'in transit' ?
 
Can you not just create FPT accounts for this purpose, and then it wouldn't really matter if the credentials are visible, since they will be only able to access their own backups anyway?
 
Can you not just create FPT accounts for this purpose, and then it wouldn't really matter if the credentials are visible, since they will be only able to access their own backups anyway?

if you sniff a network when someone is usuing FTP, you can grab all their log in details for yourself., then anybody can access the backups.
 
I got the impression the OP was coming at it from the point of view of end users reading the scripts. I'd actually encrypt the backups themselves, but then again I'd be using VPN for this kind of thing.
 
Back
Top Bottom