Jump to content

They are completely different. I'm not sure what you plan on doing, but here's the basic rundown:

 

Robocopy is designed for transferring files from relatively local volumes onto other relatively local volumes as fast as possible and as perfectly as possible, with as much control as possible over filesystem-level metadata like ACL's, whilst also being simple and portable.

 

BITS is designed to efficiently send data over a wan or the internet, with things like transit-level redundancy, multihoming and robust, but complex, central configuration, with the capability to scale to hundreds of thousands of nodes.

 

They are completely different tools. If you're looking to transfer data from one point on a local network to another point on a local network, use robocopy (out of those two solutions you posted). BITS isn't even remotely close to scalable at the local level.

Link to comment
https://linustechtips.com/topic/919933-bits-vs-robocopy/#findComment-11274819
Share on other sites

Link to post
Share on other sites

yeah at the moment I just use it for local copy processes but in the near future I want to store my data on a local server. So I will use robocopy than. About the scalability I am not worried, at the moment I only have ~50TB of storage and I dont need it to be super redundend or anything :) so scalability shouldnt be a issue.

@Tabs Thanks for your help your Information was really useful

Link to comment
https://linustechtips.com/topic/919933-bits-vs-robocopy/#findComment-11274873
Share on other sites

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

×