Hi all -
I’m using the PowerShell scripts from @TheBestPessimist posted here (thank you by the way!): GitHub - TheBestPessimist/duplicacy-utils: Utilities for Windows for Duplicacy
I’m trying to find where in the scripts the actual backup command is stored so that I can modify the script to perform an offsite copy to B2 in addition to the local run. I’ve got all the variables updated at this point for the basics, but can’t quite work out how to ensure it runs the offsite copy as well as a local copy command.
I’m trying to modify the command to execute something like this:
duplicacy copy -id -to b2 -threads -upload-limit-rate
I feel like I’m missing something obvious, so a pointer would be appreciated please.
Thank you!