Wednesday, September 30, 2015

Backup software with local data loss prevention (on not always on-line devices)

I am looking for a backup software that will allow me to backup to a remote server, and automatically keep not synchronized local changes on a second storage medium (like a flash memory card), so that even if the hard drive crashes no data will be lost as using the second storage medium and the remote backup will allow me to restore up to the last point.



What backup software has this feature?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...