Unsolved
This post is more than 5 years old
2 Posts
0
5932
December 9th, 2004 14:00
Using Ramdrive for a backup???
Seems unconventional, but is there really a problem? Maxtor makes these 300 GB "Onetouch" ramdrives (sold by Dell). Am I a bad administrator if I forsake tape drives, internet backup etc. and just use a ramdrive as the primary backup? (This is for a small business - 4 employees.)
Techsmith
Techsmith
No Events found!


bilbus
55 Posts
0
January 3rd, 2005 14:00
no, but you cant take the backups offsite if you do that
i use a tape drive and a HD backup
i use a 300gb external drive to backup our accounting DB, and our exchange DB
note that if you do this on a HD you will either have to overwite your file every night .. or make a script that renames your file every night after the backup
for example i use this
ren Accounting.bkf App_backup-%date:~4,2%%date:~7,2%.bkf
This renames the backup file from the name accounting to App_backup-0102.bkf (or whatever todays date is)
egerthe
2 Posts
0
January 3rd, 2005 20:00