Securecopy is worth a look.
But you don't give a lot of info about your setup and what you are planning.
Secure copy looks really good, but a bit expensiveSecurecopy is worth a look.
But you don't give a lot of info about your setup and what you are planning.
You could do either one Robocopy script with the necessary flags to keep file permissions intact and have it run sequential tasks so that a certain move can be made and then is followed by another. Or have several Robocopy scripts that each control one of these section moves you need and have a master batch script (not Robocopy) that runs each Robocopy batch script in sequence; so the first batch script is run and then when that's finished, the master batch script runs the second one and so on.A[L]C;13757135 said:Would prefer to have a gui or batch just because there are so many folders (over 2000) and need to be moved in sections
I've not really looked at the Robocopy GUI in much detail but I don't think its up to much. Considering Robocopy is quite a complicated prog to use it makes sense to use the batch script version and understand that rather than fiddle with a GUI.Had a quick look and RoboCopy will do it, and there is a GUI available for it.
A[L]C;13758082 said:Secure copy looks really good, but a bit expensive
A[L]C;13757539 said:What would you like to know? We've installed a new NetApp shelf and need to transfer the folders over to this new shelf.
I've not really looked at the Robocopy GUI in much detail but I don't think its up to much. Considering Robocopy is quite a complicated prog to use it makes sense to use the batch script version and understand that rather than fiddle with a GUI.
Exactly. One of my Uni lecturers wanted us to use a command line version of Linux, not to make it harder for us, but to give us the experience of writing out commands instead of just ticking boxes, which frankly anyone can do. He also said that if we got jobs where we could indeed tick boxes there may come a time when the GUI wouldn't work and we'd need to be able to resort to the command lines instead.Yeah, i've only looked at the gui once, ages ago, and didn't think it was much copy either. Just seemed to be tick boxes for the switches with not much explanation. Just seemed to be for people to lazy to type as you still needed to know how rc worked at the command line to get any use out of it.
Linux will basically be cmd line yes. But this was a Linux build with pretty much no GUI at all to stop us from cheating.Linux is cmd line surely, any gui will be a bolt on.
But your lecturer is correct, all our unix/linux servers at work are purely cmd line based, none have gui's on them.