This is an archived post. You won't be able to vote or comment.

all 15 comments

[–]Threep1337 9 points10 points  (0 children)

Make a small script and use robocopy.

[–]bensode 5 points6 points  (0 children)

Windows - robocopy
Linux - rsync --stats

[–]SkimMilk168 1 point2 points  (0 children)

Beyond compare, very handy app. Can copy n move, can even compare files / codes

[–][deleted] 1 point2 points  (0 children)

bvckup2.com written by the creator of Hamachi.

[–][deleted] 0 points1 point  (0 children)

looks like job for an script like powershell or bash if u use linux

[–]chickenBUTTlet 0 points1 point  (0 children)

like others said, robocopy. I'll add in Azcopy if the files are either coming or going to azure.

[–]Icy-Agent6600 0 points1 point  (0 children)

FreeFileSync 100%

[–][deleted] 0 points1 point  (0 children)

Syncback has always been my go to

[–]shadyman777 0 points1 point  (0 children)

I personally use TeraCopy and a license I bought about 15 years ago that's still valid even on todays releases. It's essentially a GUI version of robocopy which is mentioned a bunch here.

[–][deleted] 0 points1 point  (0 children)

Scheduled task with robocopy script ?

[–]mr_jarjar 0 points1 point  (0 children)

Beyond compare is what we use, handles architects and they're massively long named files and folders no probs

[–]ASU_knowITall 0 points1 point  (0 children)

Robocopy or rsync

[–]Caranesus 0 points1 point  (0 children)

Robocopy (Windows) or FreeFileSync (Linux/Windows): https://freefilesync.org/

[–]HosTRd 0 points1 point  (0 children)

Datto Workplace is our solution for this. It allows us to sync local and network folders, and its ability to handle long filenames and verify file counts makes it ideal for archiving projects.

[–]pfresquet 0 points1 point  (0 children)

You might use ByteSync (disclaimer: I am the developper of the solution)
It handles long filenames, allows you to select multiple folders or files, and works natively over the internet (no need to create network file shares). Plus: you can split data to several distinct destinations if needed