I initialized a local repository as well as a remote one on a Backblaze B2 server, then did my first initial backup successfully to the local repo (external HDD), and am now trying to copy that backup to Backblaze using duplicacy copy. However, after running that command, Duplicacy doesn’t seem to be doing anything.
Here’s the full command I ran:
duplicacy copy -threads 10 -from local_storage -to remote_storage *>> C:\Users\[redacted]\duplicacy_copy.log
Here’s the full output I see in the log file so far:
Source storage set to D:\Files\DuplicacyBackup
Destination storage set to b2://[redacted]
download URL is: https://f000.backblazeb2.com
There has been no additional output for 15 minutes, and duplicacy.exe has stayed at 0% CPU usage in Task Manager throughout. Has something gone wrong? Is it safe to Ctrl + C in powershell at this stage and attempt again?
I’m using CLI version 2.5.2. Apologies if this has been asked already; I couldn’t find a thread.