I’m sorry I don’t have data on that. I don’t know how much has changed in each backup that I’m importing so there is no equal base to compare. The first backup (after restic init) took several hours, now it is less than 15 minutes if not many files have changed since last day.
@Nev’s idea with the fixed path also helps as Restic only needs to scan for file changes.
The paths are already known to Restic, so no extra scanning needed.
So instead of scanning
/source/dirvish/2019-10-09/my/data/folder
/source/dirvish/2019-10-10/my/data/folder
it only needs to scan
/mnt/dirvish/my/data/folder
/mnt/dirvish/my/data/folder