I’m creating a script in AutoIt to use some of the software on my computer to create a new method for backups. I’ll be doing research off and on to find solutions to these questions but I still want to post here in case someone else either beats me to the answer or finds a solution before me. So, I’m just going to list what I’m looking for:
A command to save a configuration file from COMODO filewall. I use the Proactive security mode and am looking for the proper command (not just to copy the appdata folder as I’ll be doing that anyways and it’s not as versatile).
I’m still looking into this.
A command or script to save all of my iTunes Playlist. I manage multiple computers and we all share music (I rip all CD’s on my computer, copy them to my External, then copy that to other computers so everyone has access to all of our collective music in my house).
Got enough data, I’ll open iTunes, activate the window (which also waits for the window to be active), press a series of keys to export my library.
A command or script to copy files using the current system default (I want to use SuperCopier2 to copy the files because of some of it’s abilities and settings, the settings are already set up).
Since I can’t get it to work with SuperCopier directly I’m going to work through Windows Explorer and make my script copy normally (I was hoping for a more direct method but this will have to do).
A command to save the output of a tree (I believe the term is piping the output to a file but I’ve not any real experience with this). (To clarify by tree I mean the tree command that list all files and directories under the source).
Still looking for this.
A command to convert that file (or rather files) for use in the next step. Essentially I need a quick and guaranteed way to rename each line in the file. (more below)
A way to compare two text files and create a file with everything in one that’s not in the other.
A command (or rather script) to delete files that are in a list in a text file.
The last three parts the idea is that I’ll compare a tree listing of my local folders compared to the backup folders and if anything resides on the backup that’s not on the local copy I’ll delete it. This accounts for files that were renamed or deleted (shouldn’t be too many renames so I’m not to worried about the extra tax on my hardware)
For the last part if anyone knows of a way to simply rename files that were renamed (other than using SyncToy as that’s my current solution and it seems to be missing the ability to use shadow copies, as far as I know SuperCopier2 is fine with using shadow copies) it would be much appreciated. (I’ll still have to do the last part or something like it to deal with deleted files and I want to have a file containing a tree of my drive in case something ever happens like it did recently and I lost my backup drive (plus all the other stuff I keep on there and no where else due to space restrictions).