Jump to content

I currently use the default windows backup to do scheduled backups of data on drive to another Backup drive. However, It has several disadvantages:

  • Slow
  • Copies EVERYTHING again, regardless if it is changed or not.
  • Stores backups in hundreds of zip files making access to the files difficult.

I want to know if there is a free software solution to mirror the files from a folder in my D: drive to a folder on the backup drive. It would need to run 24/7 and sync every change to the folder on D:

 

Thanks,

Austin

 


 

CPU- i5 4670K CPU Cooler- Corsair H90 MB- MSI Z87 GD-45 RAM- 16gb G.Skill Ripjaws Case- NZXT Phantom 530

PSU- Corsair CX750M Cooler- Corsair H90 Boot Drive- Samsung 850 Evo 250GB

Storage-WD 1TB Blue Storage- Seagate 2TB

Link to comment
https://linustechtips.com/topic/630414-best-backupfile-mirroring-software/
Share on other sites

Link to post
Share on other sites

8 minutes ago, thomasths27 said:

 

Well you could just go all out and do a raid setup. Or try to write a simple little bash file that just cp everything from a to b and looks beforehand  if a file already exists.

Luckily someone already made one.

https://gist.github.com/eurica/809110

Just change

set sourcedir=c:\projects

set destdir=g:\autobackups\projects

 

i thing this piece explains it self. Just change the path after the = to your liking. Dont forget to write paths in "" if the are spaces in some names like:

  "c:\users\what ever\projects"

This approach would work but will this run every time the source directory is updated? If a photo is put in folder A I would like it automatically synced to folder B. Also, if possible, if said file is removed I would like it removed from folder B. I just need a real time mirror kept of directory A for backup purposes.

 

CPU- i5 4670K CPU Cooler- Corsair H90 MB- MSI Z87 GD-45 RAM- 16gb G.Skill Ripjaws Case- NZXT Phantom 530

PSU- Corsair CX750M Cooler- Corsair H90 Boot Drive- Samsung 850 Evo 250GB

Storage-WD 1TB Blue Storage- Seagate 2TB

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×