Backup taking long time at speeds too fast

Hello, this backup has been running 48 hours now and not sure what it is doing as it’s running a lot faster than my upload speed (upload to remote server). Logs show the below so not much to see…

Running backup command from /cache/localhost/1 to back up /sources/nas
Options: [-log backup -storage Brandy-TrueNas -stats]
2021-08-06 00:00:02.756 INFO REPOSITORY_SET Repository set to /sources/nas
2021-08-06 00:00:02.756 INFO STORAGE_SET Storage set to sftp://root@[hidden]:22//mnt/DATA/Jack Brown/duplicacy_backup
2021-08-06 00:00:03.843 INFO BACKUP_START Last backup at revision 4 found
2021-08-06 00:00:03.843 INFO BACKUP_INDEXING Indexing /sources/nas
2021-08-06 00:00:03.843 INFO SNAPSHOT_FILTER Parsing filter file /cache/localhost/1/.duplicacy/filters
2021-08-06 00:00:03.843 INFO SNAPSHOT_FILTER Loaded 3 include/exclude pattern(s)

Chunks that already exist at the target are not re-uploaded. You get effective performance boost due to deduplication.

If you want to see more verbose logs you can add -d global option to your backup run.

So what is it doing? Rechecking all chunks? It’s been running like this for 2 days…

Thanks for heads up on debug flag. I’ll add that on the options (I use your docker container).