Click here to Skip to main content
15,890,579 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: What backup software do you use? Pin
OriginalGriff14-Apr-17 19:40
mveOriginalGriff14-Apr-17 19:40 
GeneralRe: What backup software do you use? Pin
Peter T. Ringering15-Apr-17 8:19
professionalPeter T. Ringering15-Apr-17 8:19 
GeneralRe: What backup software do you use? Pin
charlieg17-Apr-17 1:48
charlieg17-Apr-17 1:48 
GeneralRe: What backup software do you use? Pin
Peter T. Ringering17-Apr-17 8:09
professionalPeter T. Ringering17-Apr-17 8:09 
GeneralRe: What backup software do you use? Pin
Peter R. Fletcher18-Apr-17 3:26
Peter R. Fletcher18-Apr-17 3:26 
GeneralRe: What backup software do you use? Pin
Mark_Wallace15-Apr-17 19:55
Mark_Wallace15-Apr-17 19:55 
GeneralRe: What backup software do you use? Pin
charlieg17-Apr-17 1:54
charlieg17-Apr-17 1:54 
GeneralRe: What backup software do you use? Pin
irneb18-Apr-17 2:20
irneb18-Apr-17 2:20 
I'm assuming you want to make 1:1 image of at least your C drive - i.e. if anything goes wrong you just want to either have it already on a drive or be able to restore an older image. For this I've used CloneZilla several years now. Many a time I screwed up an installation by fiddling with drivers and settings, and many times screwed up partitioning and/or dual-booting. If it wasn't for CloneZilla I'd have had to euthanize myself long ago. I've seen others mention stuff like Arconis. AFAIK they all do pretty much the same job as CZ. Either make a raw copy of one drive to another, or to an image file for later restore (either entire drive or per partition).

For your other drives I'd just go with a normal copying backup. Yes (as many other answers state) online stuff (like OneDrive / Dropbox / GDrive / etc.) can help, but depending on size you may not be able to use these. Probably OK for the development project files - they tend to be smallish and don't often change all at once. Although for coding I've found these auto-online-sync stuff tends to screw with the editor / IDE as the timing of the sync gets "out-of-sync" making the editor / IDE think the file's changed from outside. It would be very cumbersome for your VMs though - since all the VM virtual drives would change nearly every time you run them, meaning a near 100% upload on a daily basis (hope your bandwidth is large and fast enough).

I would likely rather just go with a local copy (at least for your E drive). To be absolutely sure, a rotating copy on 3 drives - overwriting the older backup. There are many programs which can do this on a scheduled basis, some even on an event basis as a file changes (i.e. the way OneDrive / DropBox works, only instead of to an online server, to a local path you specify). You could even setup a task schedule in Windows to perform the copy, though I'd likely go with RoboCopy instead of copy/xcopy.

Personally I use rclone on my NAS box, using DeltaCopy in Windows to backup onto the NAS. Then I've got a script on there firing when I plug in a USB drive - which simply copies the backup from the NAS's internals to the external (overwriting only newer files). But that's me - on my home LAN, and since nearly all my project files (3d models) tend to be huge (even in relation to video files) - nothing strange to see several GB per file (i.e. similar in size to your VM files).

For your D drive I might be tempted to use a versioning system. Even a local background service running something like SVN should be awesome in relation to just a copy. Though if you also use something like Git it may start interfering with one another. I'd advise you choose one of these anyway, it's a whole lot nicer to be able to recover any version of your code at any time - even years later. And since most of these save differences only - the size is minimal. Actually, I'd advise going with this as online instead of something like OneDrive (if you're willing to share your code use something like GitHub, if not look at Bitbucket or similar). You could do it in combination, though they'd not give more security than you'd get out of a versioning system (actually a LOT less).

GeneralRe: What backup software do you use? Pin
Gary Wheeler18-Apr-17 2:23
Gary Wheeler18-Apr-17 2:23 
GeneralRe: What backup software do you use? Pin
Member 1126199118-Apr-17 2:49
professionalMember 1126199118-Apr-17 2:49 
GeneralRe: What backup software do you use? Pin
Josh Bula18-Apr-17 2:53
Josh Bula18-Apr-17 2:53 
GeneralRe: What backup software do you use? Pin
Harrison Pratt18-Apr-17 3:02
professionalHarrison Pratt18-Apr-17 3:02 
GeneralRe: What backup software do you use? Pin
Overtkill18-Apr-17 3:19
Overtkill18-Apr-17 3:19 
GeneralRe: What backup software do you use? Pin
jmussetter18-Apr-17 6:49
jmussetter18-Apr-17 6:49 
GeneralRe: What backup software do you use? Pin
Mark Mondor18-Apr-17 3:41
Mark Mondor18-Apr-17 3:41 
GeneralRe: What backup software do you use? Pin
xrayted18-Apr-17 7:15
professionalxrayted18-Apr-17 7:15 
GeneralRe: What backup software do you use? Pin
Member 1161698218-Apr-17 13:21
Member 1161698218-Apr-17 13:21 
GeneralRe: What backup software do you use? Pin
Tri Mike Nelson18-Apr-17 16:56
Tri Mike Nelson18-Apr-17 16:56 
GeneralRe: What backup software do you use? Pin
AAC Tech20-Apr-17 17:43
professionalAAC Tech20-Apr-17 17:43 
GeneralGoogle Rolls Out 'Fact Check' Tool to Combat Fake News Worldwide Pin
ZurdoDev14-Apr-17 7:19
professionalZurdoDev14-Apr-17 7:19 
GeneralMessage Removed Pin
14-Apr-17 7:34
professionalN_tro_P14-Apr-17 7:34 
GeneralRe: Google Rolls Out 'Fact Check' Tool to Combat Fake News Worldwide Pin
TheGreatAndPowerfulOz14-Apr-17 8:15
TheGreatAndPowerfulOz14-Apr-17 8:15 
GeneralMessage Removed Pin
14-Apr-17 8:31
professionalN_tro_P14-Apr-17 8:31 
GeneralRe: Google Rolls Out 'Fact Check' Tool to Combat Fake News Worldwide Pin
TheGreatAndPowerfulOz14-Apr-17 10:23
TheGreatAndPowerfulOz14-Apr-17 10:23 
GeneralMessage Removed Pin
15-Apr-17 4:19
professionalN_tro_P15-Apr-17 4:19 

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.