Hi Dopus friends
Ok, this post is kind of a mix of questions and maybe feature requests. Sorry about that.
What I am looking for is your "best practise" when it comes to "manual backup operations".
I am currently facing some problems you might have some input or ideas to. I also share some of the problem the user from this post also faces: Most secure way for a major sort out: [url]Most secure way for a major sort out]
Here is the story.
Over the years I have tons of backups spread over different drives, DVDs and external drives.
Now I want to MERGE all backups on my new HDD drive.
What I miss is a:
- "copy but skip files with identical MD5" function.
- in addition this function should work together with a "rename file if filename is identical" function.
I think I have read most posts here about using the syncronize and delete duplicate function. But I have some comments to those functions and some general comments to the copy functions.
-
I think the 'find duplicate function' (when using MD5) also needs a function which "keeps the folder structure when comparing files". This function should only compare the files within same folders and subfolders and not across folders. Or am I missing something here?
Is there a smarter way? -
Don't get me wrong, but in many cases the syncronize and duplicate and move functions are just too slow and unreliable. I always end up doing stuff like this:
Instead of MOVE I use COPY and then DELETE. What do you do?
Also it's much faster on external USB drives. Generally I think it's faster in most cases to copy+delete than to move. And it's also more secure because I use to check the sum of files before deleting the original folder. What is your best practise?
Instead of SYNCRONIZING I often do manual copy both ways with e.g. the UPDATE ALL function.
For 1TB of data and with hundreds of thousands of files it's just faster and doesn't really kill the system. Also I can pause in between and add more events to the COPY QUEUE. This means I can leave the computer for half a day or more. My system freezes when I activate 2 or 3 syncronize operation which even might involve the same HDs. There is a queue function needed here. I am new to dopusrt and I guess I can build that using the @async modificator (since I always need to sync fixed folders).
Instead of DUPLICATE I use other ways. The problem is that I have hundrets of folders with my company logo inside. They all have the same name, size and date. I want to keep the logo together with my InDesign files in the folder. So when I want to merge the whole folder structure with several backup places which also have the same folder structure the duplicate function should also have a "switch" to only look for dublicates within the folder structure and not across folders. Thas way I can use the MD5 check without deleting all logos from other folders. Is that possible today or did I miss some essential function?
THanks