|
An NAS is a file server: They are a computer, just like any other, but are stripped down (both in terms of hardware and operating system) to do the bear minimum to serve files which made them simple and cheap. Over time there's been a lot of "function creep" as features have been "added back in" that were originally omitted to make them simple and cheap.
You should be able to store any file type on any share - "photos" "videos" etc are (usually) just names for human convenience (though some NAS OS's may have "special" apps behind them to do "other" stuff, like scrape you movie meta data off the Internet, but it is by no means mandatory.) Test it if you like, mount your shares and try dropping something like an Excel Spreadsheet in them - it's an odds on bet that it'll be just fine.
You can map a single share at the root of the file structure, though it's not best practice as it might expose the operating system files.
It's best not to replicate files any more than necessary - the more replica's there are, the more headache you have keeping it all synchronised. In company IT we keep one copy of all the data in a single central point - the file servers - and everyone accesses them there. Synchronising with road warriors and their laptops is a real pain. Microsoft used to offer something called ActiveSync to synchronise files between PC's, but there are others also.
Others here can speak to the specifics of your NAS and what backup agents it may or may not have - but from what I've read here, plenty do.
If your NAS has the capability for redundant storage technology such as RAID, the data stored there is arguably safer (note saf-ER not safe) than on a desktop SSD which by definition is a single point of failure.
Whether or not your NAS has RAID and/or you have replicated copies, you should be implementing a backup regime - at least for any important data. Backup means periodically duplicating your (important) data somewhere else. And is a whole debate all of it's own. There's lots of risks that RAID and replication do not save you from. In business, even with state of the art SAN's with redundant hardware, snapshots and replications up the wazzoo - we still make separate backups every day.
Mapping drives with drive handles (F: G: L: etc.) are still possible, but have been largly superseeded by something called UNC paths. So to mount storage you just open up a Windows Explorer and drive to \\NASNAME\SHARENAME - there's probably ways to make that permanent if needbe - for example make "shortcuts" and drop them on your desktop.
TeamViewer is still around, though I've only ever used it for remote support (of the relatives) though IIRC it has some file transfer abilities. It's nice because it saves you having to mess about with VPN's, port forwards on your router, dynamic DNS names and so forth - though those are all still possible too. |
|