Go Back  PPRuNe Forums > Misc. Forums > Computer/Internet Issues & Troubleshooting
Reload this Page >

automatic backups when hard drive plugged in


Notices
Computer/Internet Issues & Troubleshooting Anyone with questions about the terribly complex world of computers or the internet should try here. NOT FOR REPORTING ISSUES WITH PPRuNe FORUMS! Please use the subforum "PPRuNe Problems or Queries."

automatic backups when hard drive plugged in

Old 23rd August 2018 | 02:40
  #1 (permalink)  
Thread Starter
 
Joined: Aug 2018
Posts: 3
Likes: 0
From: Netherlands
automatic backups when hard drive plugged in

I'm wondering if there's a way in Windows 10 to setup an external backup drive to detect any changes to files on my machine to be backed up as soon as it's plugged in. To explain this in point form, I'd like to:

1) plug in my back up drive.
2) The drive (or some utility) automatically scans key files and folders to check for changes (added, modified, or deleted files).
3) Any changes it detects get backed up.

In step 2), when I say "key" files, I mean only files I want backed up, not everything on my machine.

Do I need a special kind of hard drive for this?

Is there an online guide on how to set this up?

Thanks.
tdh10 is offline  
Reply
Old 27th August 2018 | 02:44
  #2 (permalink)  
15 Anniversary
 
Joined: Aug 2009
Posts: 44
Likes: 1
From: Missoula, MT
I'm not sure it's allowed to point out commercial solutions, but they do exist to handle this kind of sync-on-plugin. IM me and I'll point you to the one I use.
skylimey is offline  
Reply
Old 27th August 2018 | 05:29
  #3 (permalink)  
15 Anniversary
 
Joined: May 2009
Posts: 611
Likes: 62
From: Down under
I still Use Karen's Replicator for a somewhat similar set of tasks. It's free, but it needs to be configured; I don't believe that it will commence a task simply by plugging in the receptor drive. It's both powerful and quick once you work through and set/store the configuration you need. Despite what has been writ elsewhere, I have it working on Windows 10 and 7 and across my home network - most often synchronising the "My Documents" and "My Pictures" files across a couple of desktops.

Check carefully before you settle on any given solution.

Best wishes,
FOR
FullOppositeRudder is offline  
Reply
Old 8th September 2018 | 09:49
  #4 (permalink)  

Plastic PPRuNer
25 Anniversary
 
Joined: Sep 2000
Posts: 1,902
Likes: 0
From: Rochechouart, France
Karen's Replicator

Goodness me, I'd forgotten about that. I did use it some years ago
and found it worked nicely - can't remember when I discarded it.

Another (paid-for) solution is MirrorFolder from https://www.techsoftpl.com/
which, although plain, has a lot of very useful tweaks/settings.
Very solid/dependable and fast.

Mac
Mac the Knife is offline  
Reply
Old 8th September 2018 | 12:16
  #5 (permalink)  

Plastic PPRuNer
25 Anniversary
 
Joined: Sep 2000
Posts: 1,902
Likes: 0
From: Rochechouart, France
Afterthought

You don't need a special hard drive or anything fancy to do this. Or any outside programs.
It is easy to do through a batch(script)-file using only Windows own utilities - xcopy or robocopy (you only need one little trick to detect when the drive is plugged in)

If you can give me some idea of what you need copied then I can put together a batch-file that will do this nicely for you.

Mac

:-)
Mac the Knife is offline  
Reply
Old 8th September 2018 | 22:26
  #6 (permalink)  
15 Anniversary
 
Joined: May 2009
Posts: 611
Likes: 62
From: Down under
Yoiks! Is XCOPY still in W10? (checks), Yes, it looks as though it is! Not that I can still remember too many of the amazing things which can be done from C:/

Well that is interesting . I wonder if I still have an old DOS manual here somewhere...

Regards,

FOR
FullOppositeRudder is offline  
Reply
Old 9th September 2018 | 07:45
  #7 (permalink)  
 
Joined: Aug 2018
Posts: 0
Likes: 0
From: Derby
I induced total heart attacks last month when I went to the C: prompt on someone's machine to fix a minor issue....

they all refused to believe a) that this sat behind all the pretty pictures and b) it had been there from the beginning in the 1980's...........
friartuck is offline  
Reply
Old 10th September 2018 | 09:30
  #8 (permalink)  
 
Joined: Jul 2015
Aviation Qualifications: CPL
Posts: 140
Likes: 29
From: Miles away
I use AllwaySync, but one has to start it manually - click here
Procrastinus is online now  
Reply
Old 10th September 2018 | 10:45
  #9 (permalink)  
Community Builder
20 Countries Visited
20 Anniversary
 
Joined: Mar 2002
Aviation Qualifications: CPL
Posts: 3,392
Likes: 325
From: near an aeroplane
Having tinkered with a relative's Windows 10 setup a few days ago, there appears to be something called File History backup. It can be set up so that any changes to a file are backed up to an external file, keeping a history of all changes. Not completely the same but it may suit your needs without any additional software. The regular backup option is also still present, but this just does a complete copy whenever scheduled to do so.
Jhieminga is offline  
Reply
Old 11th September 2018 | 03:27
  #10 (permalink)  
 
Joined: Oct 2007
Posts: 1,003
Likes: 16
From: Here
Originally Posted by FullOppositeRudder
Yoiks! Is XCOPY still in W10? (checks), Yes,
FOR
I understand that pretty much everything is "still there", one exception that I happened to notice recently is that there is no debug.

C: \Users\Jim>debug
'debug' is not recognized as an internal or external command,
operable program or batch file.

By the way, if you are planning to use xcopy for large copies for say backup purposes you may well find that there is a huge performance improvement by using robocopy, especially over a network and very especially over a network with a large latency such as most home broadband or say transatlantic links. I can't recall the exact details now but I think it amounts to robocopy being multi-threaded and that xcopy may use a very small fixed block size.

see - robocopy /MT

For debug details -
https://thestarman.pcministry.com/asm/debug/debug.htm
jimjim1 is offline  
Reply
Old 11th September 2018 | 19:32
  #11 (permalink)  
Administrator
 
Joined: Mar 2001
Aviation Qualifications: PPL
Posts: 8,121
Likes: 686
From: Twickenham, home of rugby
I understand that pretty much everything is "still there", one exception that I happened to notice recently is that there is no debug.

C:\Users\Jim>debug
'debug' is not recognized as an internal or external command,
operable program or batch file.
Certainly true of 64-bit Windows, may still exist in 32-bit versions, but I haven't got any to test! ISTR that it was still in 32-bit Win 7 via command.com, rather than cmd.exe.

Sorry, nerding again!
Saab Dastard is offline  
Reply

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Thread Tools
Search this Thread

Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.