Click here to Skip to main content
15,904,348 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: AOMEI Pin
Marc Clifton10-Oct-17 2:45
mvaMarc Clifton10-Oct-17 2:45 
GeneralRe: AOMEI Pin
Daniel Pfeffer10-Oct-17 2:26
professionalDaniel Pfeffer10-Oct-17 2:26 
GeneralRe: AOMEI Pin
Rage10-Oct-17 2:35
professionalRage10-Oct-17 2:35 
GeneralRe: AOMEI Pin
Dan Neely10-Oct-17 3:08
Dan Neely10-Oct-17 3:08 
GeneralRe: AOMEI Pin
Daniel Pfeffer10-Oct-17 8:29
professionalDaniel Pfeffer10-Oct-17 8:29 
GeneralRe: AOMEI Pin
lopatir10-Oct-17 2:42
lopatir10-Oct-17 2:42 
GeneralRe: AOMEI Pin
lopatir10-Oct-17 2:59
lopatir10-Oct-17 2:59 
GeneralRe: AOMEI Pin
dandy7210-Oct-17 4:35
dandy7210-Oct-17 4:35 
Here's a crazy idea: Use VMs.

I don't run anything on my physical machine except for the OS and things like motherboard drivers. As reinstalling from scratch is rather straightforward, and very quick nowadays, I don't bother backing it up - ever.

The important software I run lives in a VM. As the hardware is virtualized, you never have to install a driver, even if you move it from one physical machine to another. Backing up is as trivial as copying a single .VHD file from the host (xcopy or robocopy or dragging and dropping in Explorer will do), although you may still want to "fully" replicate a VM instead, if only for the sake of keeping the same MAC address - otherwise Windows may insist on getting reactivated if it sees it change.

You may lose the ability to do incremental backups, but the process of backing up is so simple, IMO, it's is worth the price. I tend to put actual data elsewhere--say, a share on a NAS--and since that's just data (and not executable code), again, it can be backed up with xcopy or robocopy - so this is where you can regain, at least partially, the ability to do incremental backups. It's always a good idea to keep "operational" software and its configuration (in a VM) separate from its data (on a network share) anyway.

Also - you can trivially mount a .VHD file without any proprietary third-party software, so if you need access to a specific file, or an entire folder hierarchy, from a backup, selective restores are also pretty easy. Assuming you're comfortable with the Windows file system.

Food for thought. YMMV, but this has been working great for me for years.

GeneralRe: AOMEI Pin
Rage10-Oct-17 5:51
professionalRage10-Oct-17 5:51 
GeneralRe: AOMEI Pin
dandy7210-Oct-17 6:11
dandy7210-Oct-17 6:11 
GeneralRe: AOMEI Pin
kmoorevs10-Oct-17 5:55
kmoorevs10-Oct-17 5:55 
GeneralSomeone wants to see me dead! Pin
CodeWraith9-Oct-17 23:36
CodeWraith9-Oct-17 23:36 
GeneralRe: Someone wants to see me dead! Pin
Daniel Pfeffer9-Oct-17 23:55
professionalDaniel Pfeffer9-Oct-17 23:55 
GeneralRe: Someone wants to see me dead! Pin
CodeWraith10-Oct-17 0:05
CodeWraith10-Oct-17 0:05 
GeneralRe: Someone wants to see me dead! Pin
OriginalGriff9-Oct-17 23:57
mveOriginalGriff9-Oct-17 23:57 
GeneralRe: Someone wants to see me dead! Pin
CodeWraith10-Oct-17 0:09
CodeWraith10-Oct-17 0:09 
GeneralRe: Someone wants to see me dead! Pin
OriginalGriff10-Oct-17 0:11
mveOriginalGriff10-Oct-17 0:11 
GeneralRe: Someone wants to see me dead! Pin
lopatir10-Oct-17 3:03
lopatir10-Oct-17 3:03 
GeneralRe: Someone wants to see me dead! Pin
OriginalGriff10-Oct-17 3:17
mveOriginalGriff10-Oct-17 3:17 
GeneralRe: Someone wants to see me dead! Pin
lopatir10-Oct-17 1:00
lopatir10-Oct-17 1:00 
GeneralRe: Someone wants to see me dead! Pin
CodeWraith10-Oct-17 1:06
CodeWraith10-Oct-17 1:06 
GeneralRe: Someone wants to see me dead! Pin
dan!sh 10-Oct-17 1:12
professional dan!sh 10-Oct-17 1:12 
GeneralRe: Someone wants to see me dead! Pin
peterkmx10-Oct-17 2:19
professionalpeterkmx10-Oct-17 2:19 
GeneralRe: Someone wants to see me dead! Pin
CodeWraith10-Oct-17 2:28
CodeWraith10-Oct-17 2:28 
GeneralRe: Someone wants to see me dead! Pin
peterkmx10-Oct-17 3:09
professionalpeterkmx10-Oct-17 3:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.