Hello
I need to find a solution to perform a daily automated backup of a friend's Windows8 host to her parents' house in case of a burglary/fire/flood.
The data don't need to be encrypted, and the only feature she needs is that the backup should remember the last 3 version of each file in case she needs to go back to an older version of a given file.
Also, both her place and her parents' are connected to the Net through ADSL and the modem acts as NAT firewall. I guess that means I'll have to open a port on her parents' modem so that the Windows-side backup application can connect to the NAS.
What cheap, Linux-based solution would you recommend for this use?
Should I go for
ready-to-use solutions such as Synology (DiskStation DS110j?) or Buffalo, or build one with eg. Arduino, RaspberryPi, BeagleBoard, etc.?
Thank you.