Author |
Message |
Sarah_Nordan
|
Posted: Sat Nov 06, 2021 7:34 am |
|
 |
welcoming committee |
Joined: Sat Nov 06, 2021 7:20 am Posts: 5
|
I need to copy data and move network shares from windows Server 2016 to 2019. unfortunately with Robocopy can't copy with preserving NTFS/Shared permissions and timestamps. Is there is a way to copy only the newer data on a specific folder to the destination server automatically using Robocopy? any suggestions?
|
|
 |
|
 |
sboots
|
Posted: Sun Nov 07, 2021 12:02 pm |
|
 |
Site Admin |
 |
Joined: Tue Apr 10, 2012 9:48 pm Posts: 2814 Location: New Jersey
|
Hello. I'm not familiar with Robocopy, having never used it, but I believe that you should be able to accomplish what you want with Goodsync, which is made by Siber Systems. https://www.goodsync.com/I've been using it for years now to keep data in sync on multiple Windows computers, a NAS, and my Android phone. It is quite full featured and can be set to run automatically, though I run it manually.
_________________ stephen boots Microsoft MVP 2004 - 2020 "Life's always an adventure with computers!"
|
|
 |
|
 |
jaylach
|
Posted: Sun Nov 07, 2021 1:40 pm |
|
 |
Resident Geekazoid Administrator |
 |
Joined: Wed Mar 21, 2012 5:09 am Posts: 9198 Location: The state of confusion; I just use Wyoming for mail.
|
I also am not familiar with Robocopy and also use GoodSync.
|
|
 |
|
 |
jaylach
|
Posted: Sun Nov 07, 2021 8:29 pm |
|
 |
Resident Geekazoid Administrator |
 |
Joined: Wed Mar 21, 2012 5:09 am Posts: 9198 Location: The state of confusion; I just use Wyoming for mail.
|
Just to add on you may find something of interest at: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopyTo be honest I just scanned the article but it looks to be a command line app. Is that true? Please look at the above linked article and I will do what I can to further help. From scanning the above linked article Robocopy looks like it may be a powerful tool. Still I have to advise that you look at GoodSync as a solution.
|
|
 |
|
 |
Sarah_Nordan
|
Posted: Tue Nov 09, 2021 6:30 am |
|
 |
welcoming committee |
Joined: Sat Nov 06, 2021 7:20 am Posts: 5
|
Thank you all, Goodsync sounds good but, is there is an alternative with a low cost? I found tools called Carbonite, Gs Richcopy 360, and many others but I don't have experience with these similarities, Please advice
|
|
 |
|
 |
sboots
|
Posted: Tue Nov 09, 2021 11:56 am |
|
 |
Site Admin |
 |
Joined: Tue Apr 10, 2012 9:48 pm Posts: 2814 Location: New Jersey
|
I use Carbonite for cloud backup, but not for any synchronization service. I'm not familiar with the other tool you mentioned. I started with the free version of Goodsync may years ago, but quickly found that it was well worth the price -- not only for the product, but their support is also very good. The few times I've had concerns, they responded very quickly.
_________________ stephen boots Microsoft MVP 2004 - 2020 "Life's always an adventure with computers!"
|
|
 |
|
 |
jaylach
|
Posted: Tue Nov 09, 2021 1:33 pm |
|
 |
Resident Geekazoid Administrator |
 |
Joined: Wed Mar 21, 2012 5:09 am Posts: 9198 Location: The state of confusion; I just use Wyoming for mail.
|
You could also look at SyncToy from Microsoft for free. Well, used to be offered by Microsoft but no longer. It can still be found tough I can't say if it is functional on later versions of Windows 10. https://synctoy.en.lo4d.com/windows
|
|
 |
|
 |
sboots
|
Posted: Tue Nov 09, 2021 7:44 pm |
|
 |
Site Admin |
 |
Joined: Tue Apr 10, 2012 9:48 pm Posts: 2814 Location: New Jersey
|
I'll add that I looked up Robocopy and it appears to support preserving both time stamps and ACL (NTFS permissions) using switches. https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/robocopyIt also appears that you can use the /is switch to exclude files that are the same in source and destination - "Same files are identical in name, size, times, and all attributes." The difficulty with Robocopy is that you either execute the command at a command prompt or script it. The beauty of Goodsync is that you configure it in the program and save the settings/options for each job you create. You can then run the jobs manually or configure them to run on a schedule.
_________________ stephen boots Microsoft MVP 2004 - 2020 "Life's always an adventure with computers!"
|
|
 |
|
 |
Sarah_Nordan
|
Posted: Thu Nov 11, 2021 3:46 am |
|
 |
welcoming committee |
Joined: Sat Nov 06, 2021 7:20 am Posts: 5
|
Thank you a lot, your provided info about GoodSync made me search for a very similar and affordable alternative, I tried Gs Richcopy 360, and it works very well, Also I was amazed when I found out that the license is forever.
Finally thank you all
|
|
 |
|
 |
sboots
|
Posted: Thu Nov 11, 2021 12:32 pm |
|
 |
Site Admin |
 |
Joined: Tue Apr 10, 2012 9:48 pm Posts: 2814 Location: New Jersey
|
Glad to read that you found a solution that works for you.
_________________ stephen boots Microsoft MVP 2004 - 2020 "Life's always an adventure with computers!"
|
|
 |
|
 |
Sarah_Nordan
|
Posted: Sat Nov 13, 2021 3:50 am |
|
 |
welcoming committee |
Joined: Sat Nov 06, 2021 7:20 am Posts: 5
|
|
 |
|
 |
Ritzter13
|
Posted: Sun Nov 21, 2021 3:46 pm |
|
 |
welcoming committee |
 |
Joined: Wed Apr 18, 2012 1:13 pm Posts: 466 Location: Grand Blanc, Michigan
|
jaylach wrote: You could also look at SyncToy from Microsoft for free. Well, used to be offered by Microsoft but no longer. It can still be found tough I can't say if it is functional on later versions of Windows 10. https://synctoy.en.lo4d.com/windowsSyncToy still works in/on Windows 10. I just brought it out of the moth balls. I created a folder pair, ran the program and it worked perfectly.
_________________ Terry
It just goes to show you, it's always something. If it's not one thing it's another! _Rosanne Rosannadanna
|
|
 |
|
 |
jaylach
|
Posted: Sun Nov 21, 2021 4:13 pm |
|
 |
Resident Geekazoid Administrator |
 |
Joined: Wed Mar 21, 2012 5:09 am Posts: 9198 Location: The state of confusion; I just use Wyoming for mail.
|
Thanks Terry. 
|
|
 |
|
 |
Sarah_Nordan
|
Posted: Fri May 06, 2022 1:07 pm |
|
 |
welcoming committee |
Joined: Sat Nov 06, 2021 7:20 am Posts: 5
|
Thanks Terry, it is great to have many solutions for such a case like Gs Richcopy 360 which I use now and also tools like SncToy and Goodsync, all sounds good and workable
|
|
 |
|
 |
|