I agree it is not a true backup device. But it is better than an external drive. And you can set it to backup itself to multiple cloud providers. The probability to have all backup locations hit by ransomware at the same time is almost zero.
pdf wizard
Posts
-
Six Year Knowledge Update Please // Backup Software Advice -
Six Year Knowledge Update Please // Backup Software AdviceI recommend using a Synology NAS (instead of WD external drives) with their Active Backup software (this is free). We used them for 10 years and so far we had no issues. Among other things they can upload/sync NAS content to various cloud providers (Microsoft, Google, Amazon, etc) so you backups are kept safe in 2 places. If you go this way, make sure you get a NAS with an Intel processor and at least 2 drive bays, so you can put 2 drives in RAID mode. You can start with a single drive and add a second one later. The initial cost might be a bit higher than WD external drives but the long term benefits compensate this.
-
Windows phone 10 rant15 - on WP 8.1.
-
Access point recommendationsI installed 2 NETGEAR WAC720[^] this weekend and they work without problems with Apple, iOS and Windows devices. They aren't cheap but they are the only ones that I found to support seamless roaming without a dedicated wireless controller. Before I used an ASUS RP-N53[^] and it also worked without issues with all the devices.
-
PDF library recommendationsYou can try PDFView4NET[^], per developer licensing with royalty free distribution. Sorin
-
Imports Table for an executableThank you for the reply. What I need is a fragment of source code, because I have to integrate it in a software I am currently developing. I anyone is willing to show me how to implement this (in C++), thank you very much. Sorin
-
Imports Table for an executableCan somebody show me how to list the dlls used by an executable file (the imports table)? I need to use the in a program of my own. I read some articles in MSDN about PE Header format, but I am more confused. Please help me. Thank you Sorin