Best way to delete source after checking each item on destination?

I’ve been copying everything over from ACD to GD.

Is there a command that will go through each file, check if it is on the destination, and delete it from the SOURCE if it is there and checksum/size match?

The move command does this.

1 Like

Oh really? So it won’t recopy if object exists, just delete the source?
Thanks

No, it won’t recopy the object, if the file size is the same, date/time are the same and (optional) if md5 is the same.

In such case, it just delete source file.

1 Like