commissarmo said:
I want to clarify some things about using my NAS for backup use (my other thread kind of wandered off topic):
1. I think I understand the trivial case of file backup - you just throw files on the NAS harddrives, backup done (the file system doesn't matter so long as you read/recover said files using the NAS itself (or if the NAS hardware has failed, you buy another NAS, or in my case since the file system is ext4 - I should be able to attach the (non-RAID) HDDs to a linux machine and read them.
2. I am confused however, as to the case of saving an image of my Windows Machines on the NAS for backup purposes.
I want to image the Windows7 OS drive, save that image to the NAS, AND have a program which does incremental backup - save those files to the NAS as well. Ordinarily, this would be simple. In this case though, I have the NTFS/ext4 problem since the NAS cannot be told to use NTFS file systems.
Now I haven't gone through the process of testing it in vivo, but I'm wondering whether or not this will prove to be a problem - when my OS dies, and I go to the NAS to get my image and restore it, will Windows be able to 'read' the image file off of the NAS Ext4 file system?
3. If not - would I be able to add a 2nd step - and transfer said image file, with backup files, to a USB external (or some other media) which IS formatted to NTFS, and then use THAT to restore the system?
(I understand the temptation to simply say 'use an external USB drive to begin with, but my usage setups make using the NAS a bit more useful to me, as I have a large number of discrete machines)
Thanks
When you create a backup of a filesystem the backup is almost always encapsulated in an image format. The entire filesystem is dumped as a binary blob into a file on the filesystem that is going to store the backup. The only limitation here is that the destination filesystem must be able to handle the size of the backup in a single file, fortunately all major OS-level filesystems can handle massive files.
I will caution you though that NAS drives can be extremely slow. Any NAS drive that has appreciable IO throughput will also be very expensive (often upwards of $500 just for the unit itself). I eventually ditched my NAS for an external RAID enclosure which is so fast that it actually saturates a 3Gb/s eSATA link