Hi,
currently I have the following problem that during backup the indexing is taking a long time for one snapshot.
Note that the first backup indexing of the problematic snapshot has been finished after ~10 minutes.
Running backup command from /.duplicacy-web/repositories/drobo/2 to back up /archiv
Options: [-log backup -storage B2-duplicacy-europe -stats]
2020-01-29 06:24:23.029 INFO REPOSITORY_SET Repository set to /archiv
2020-01-29 06:24:23.030 INFO STORAGE_SET Storage set to b2://...
2020-01-29 06:24:25.834 INFO BACKUP_START No previous backup found
2020-01-29 06:24:25.834 INFO BACKUP_INDEXING Indexing /archiv
2020-01-29 06:24:25.834 INFO SNAPSHOT_FILTER Parsing filter file .duplicacy-web/repositories/drobo/2/.duplicacy/filters
2020-01-29 06:24:25.835 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2020-01-29 06:32:12.967 INFO LIST_ATTRIBUTES Discarding file attributes
2020-01-29 06:41:00.325 INFO INCOMPLETE_LOAD Incomplete snapshot loaded from .duplicacy-web/repositories/drobo/2/.duplicacy/incomplete
The second, third backup was aborted by me after ~12 hours.
Running backup command from .duplicacy-web/repositories/drobo/2 to back up /archiv
Options: [-log backup -storage B2-duplicacy-europe -stats]
2020-02-10 21:04:59.148 INFO REPOSITORY_SET Repository set to /archiv
2020-02-10 21:04:59.148 INFO STORAGE_SET Storage set to b2://...
2020-02-10 21:26:02.994 INFO BACKUP_START Last backup at revision 1 found
2020-02-10 21:26:02.999 INFO BACKUP_INDEXING Indexing /archiv
2020-02-10 21:26:03.107 INFO SNAPSHOT_FILTER Parsing filter file /.duplicacy-web/repositories/drobo/2/.duplicacy/filters
2020-02-10 21:26:03.256 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2020-02-10 21:26:03.604 INFO LIST_ATTRIBUTES Discarding file attributes
Duplicacy was aborted
Is there any way to debug this behavior for example a detailed log to se what is happening?