recommended sync software.

Discussion in 'backup, imaging & disk mgmt' started by garry35, Aug 7, 2024.

  1. garry35

    garry35 Registered Member

    Joined:
    Jan 20, 2009
    Posts:
    492
    can anybody recommended sync software for windows 10 and up, i want something that can intelligently map relative drives or folders eg. sync a drive or partition (internal) to an external drive or folder on an external drive. i prefer a free but reliable solution but dont mind paying for something that worth it
     
  2. digmor crusher

    digmor crusher Registered Member

    Joined:
    Jul 6, 2012
    Posts:
    1,225
    Location:
    Canada
  3. Mr.X

    Mr.X Registered Member

    Joined:
    Aug 10, 2013
    Posts:
    5,035
    Location:
    .
  4. n8chavez

    n8chavez Registered Member

    Joined:
    Jul 19, 2003
    Posts:
    3,560
    Location:
    Location Unknown
    Why not just use Robocopy? It's free and already built-in to windows. After a few easy command lines you'll have a script that will do exactly what you want.
     
  5. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,416
    Location:
    NSW, Australia
    Code:
    set source="Path to source folder"
    set target="Path to backup folder"
    set rlog="Path to log file"
    robocopy.exe "%source%" "%target%" *.* /mir /copy:DAT /dcopy:DA /r:0 /v /xj /mt:32 /log:"%rlog%"
    set source=
    set target=
    set rlog=
    This is what I use for Robocopy. Just edit the first 3 lines. It's fast. On the second and subsequent runs, it only copies changes.
     
  6. n8chavez

    n8chavez Registered Member

    Joined:
    Jul 19, 2003
    Posts:
    3,560
    Location:
    Location Unknown
    ^^ This right here why Wilders needs reactionary buttons for posts! So much this....
     
  7. The Seeker

    The Seeker Registered Member

    Joined:
    Oct 24, 2005
    Posts:
    1,345
    Location:
    Adelaide
    Here's a few reasons.
     
  8. n8chavez

    n8chavez Registered Member

    Joined:
    Jul 19, 2003
    Posts:
    3,560
    Location:
    Location Unknown
    Maybe. But the only one of those examples that's of any real usefulness, as far as I'm concerned, is block level transferring. And even that only applies to updated files, not new ones. I don't update large files enough for it to be of use to me. It's not worth $50 to me.
     
  9. Brian K

    Brian K Imaging Specialist

    Joined:
    Jan 28, 2005
    Posts:
    12,416
    Location:
    NSW, Australia
    Same here. I've had no issues with Robocopy.
     
  10. ViVek

    ViVek Registered Member

    Joined:
    Aug 7, 2008
    Posts:
    591
    Location:
    Moon
  11. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    25,474
    Location:
    UK
    Karen's Replicator works on Win 10.
     
  12. sdmod

    sdmod Shadow Defender Expert

    Joined:
    Oct 28, 2010
    Posts:
    1,194
    Good suggestion, RIP Karen

    Maybe DSynchronize Portable by Dimio would also work, find here or Dimio homepage.


     
    Last edited: Aug 9, 2024
  13. Spartan

    Spartan Registered Member

    Joined:
    Jun 21, 2016
    Posts:
    1,426
    Location:
    Dubai
    Synback FTW = https://youtu.be/W7ElYO56rkk
     
  14. AlphaOne

    AlphaOne Registered Member

    Joined:
    Jan 29, 2015
    Posts:
    96
    Location:
    Canada
    I've been using FreeFileSync (https://freefilesync.org/) for many years on Windows 10 after a lengthy comparison of features and reviews.

    I use it to back up the large contents of a directory and subdirectories onto an external SATA hard drive, and it has been perfect for that.

    Free, but good enough to buy.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.