Article:
 |
|
Using NFS for Networked Backups
|
| Subject: |
|
NFS for backups? |
| Date: |
|
2003-03-15 12:39:42 |
| From: |
|
anonymous2
|
|
|
|
NFS for backups is one of the stupidest ideas I've heard, and someone doing this for a job should be fired.
- sends data unencrypted, anyone can spoof. Basically the same as if you gave anyone a readonly root access to all your computers.
- impossible to set up securely, if you give ANY write privileges, with a simple IP spoof attacker can delete/change anything
- no checksums, if errors occur in transfer, you're screwed.
A very simple workaround is to pipe the results of tar or dump or whatever into ssh. This solves the mentioned problems.
MfG shurdeek
|
Showing messages 1 through 2 of 2.
-
NFS for backups?
2006-06-08 06:56:51
ArturAnj
[View]
-
NFS for backups?
2003-03-19 09:27:35
simon_hibbs
[View]
(It still have the checksum problem, but the beneficts are great - keep it simple)