Click here to Skip to main content
15,893,594 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: It eventually happened ... I lost some data Pin
Cornelius Henning5-Apr-17 6:48
professionalCornelius Henning5-Apr-17 6:48 
GeneralRe: It eventually happened ... I lost some data Pin
Private Dobbs6-Apr-17 2:11
Private Dobbs6-Apr-17 2:11 
GeneralRe: It eventually happened ... I lost some data Pin
OriginalGriff6-Apr-17 2:43
mveOriginalGriff6-Apr-17 2:43 
GeneralRe: It eventually happened ... I lost some data Pin
Private Dobbs6-Apr-17 2:57
Private Dobbs6-Apr-17 2:57 
GeneralRe: It eventually happened ... I lost some data Pin
BryanFazekas6-Apr-17 5:10
BryanFazekas6-Apr-17 5:10 
GeneralRe: It eventually happened ... I lost some data Pin
PIEBALDconsult5-Apr-17 6:52
mvePIEBALDconsult5-Apr-17 6:52 
GeneralRe: It eventually happened ... I lost some data Pin
macika1235-Apr-17 7:28
macika1235-Apr-17 7:28 
GeneralRe: It eventually happened ... I lost some data Pin
irneb5-Apr-17 20:36
irneb5-Apr-17 20:36 
I can definitely say you need some form of rotation on your backups. It's not always easy to automate, there's always some sort of manual intervention required.

Imaging is also a very good idea, but IMO it's for a different purpose than to try and keep your data "safe". It's so you can revert back to how your OS worked before once you fiddle too much and bork it all up.

For me, every time I update / do some major installation I make an image first.

For my data I have 3 externals which I constantly swap around on a daily basis. Call them A, B & C. I've setup a rsync script on my Linux at home that just attempts to copy to a preset folder every time, if it doesn't exist the script just waits a few minutes and tries again. Then when I finally plug in the external the automount places it into that folder and the script does its thing.

In the morning I unplug that drive (A), plug in another (B), take it with me to office. There I unplug C which I left there yesterday and plug in A. Where I use DeltaCopy in Windows to do the same thing there (it's just a frontend for rsync in Windows to compatible with the way rsync works in Linux). It then keeps my data at work synced with the data from home. At the end of the day I take the drive I left at work (C) back home leaving A there. Rinse-n-repeat.

Pretty simple, all I need to do is plug in/out drives. Even if I forget it's just a case of the rotation skips a day.

And since there's always at least 3 copies, such accidental overwrites isn't an immediate problem. Not to mention, since my Linux machine is using BTRFS I've got snapshots to previous versions of nearly all files, at least two of each - which means I'm able to get a previous version even if I've overwritten all 3 externals.

I've twice had to restore due to a HDD failing, and that just meant plugging in so the script itself recreates the folders & files. Accidental deletes were the only points where I needed to manually restore - which entailed all of a normal copy-paste operation ... <sarcasm=on>"sssssoooooo complicated to do isn't it?"
GeneralRe: It eventually happened ... I lost some data Pin
Herbie Mountjoy6-Apr-17 1:40
professionalHerbie Mountjoy6-Apr-17 1:40 
GeneralRe: It eventually happened ... I lost some data Pin
Dror Saddan6-Apr-17 2:33
Dror Saddan6-Apr-17 2:33 
GeneralRe: It eventually happened ... I lost some data Pin
macika1236-Apr-17 3:54
macika1236-Apr-17 3:54 
GeneralRe: It eventually happened ... I lost some data Pin
matblue256-Apr-17 4:48
professionalmatblue256-Apr-17 4:48 
GeneralThought of the day Pin
OriginalGriff5-Apr-17 4:55
mveOriginalGriff5-Apr-17 4:55 
GeneralRe: Thought of the day Pin
Daniel Pfeffer5-Apr-17 4:59
professionalDaniel Pfeffer5-Apr-17 4:59 
AnswerRe: Thought of the day Pin
megaadam5-Apr-17 5:02
professionalmegaadam5-Apr-17 5:02 
GeneralRe: Thought of the day Pin
Basildane5-Apr-17 5:08
Basildane5-Apr-17 5:08 
GeneralRe: Thought of the day Pin
W Balboos, GHB5-Apr-17 5:23
W Balboos, GHB5-Apr-17 5:23 
GeneralRe: Thought of the day Pin
lopatir5-Apr-17 5:24
lopatir5-Apr-17 5:24 
GeneralRe: Thought of the day Pin
WiganLatics5-Apr-17 5:44
professionalWiganLatics5-Apr-17 5:44 
GeneralRe: Thought of the day Pin
lopatir5-Apr-17 5:52
lopatir5-Apr-17 5:52 
GeneralRe: Thought of the day Pin
OriginalGriff5-Apr-17 6:01
mveOriginalGriff5-Apr-17 6:01 
GeneralRe: Thought of the day Pin
lopatir5-Apr-17 6:43
lopatir5-Apr-17 6:43 
GeneralRe: Thought of the day Pin
Herbie Mountjoy6-Apr-17 1:42
professionalHerbie Mountjoy6-Apr-17 1:42 
GeneralOn this day in History Pin
ZurdoDev5-Apr-17 1:49
professionalZurdoDev5-Apr-17 1:49 
GeneralRe: On this day in History Pin
User 101325465-Apr-17 2:13
User 101325465-Apr-17 2:13 

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.