Incremental backups logs oddity

Hi there,

I’ve just setup TrueCloud backup with Storj and it seems to working great.

My initial backups worked fine, and I managed to successfully test restoring some files.

One oddity I noticed when I request an incremental backup is that the logs shows that every directory/file has changed even though I had changed nothing at all:

message_type: summary

files_new: 15717
files_changed: 0
files_unmodified: 0
dirs_new: 1590
dirs_changed: 0
dirs_unmodified: 0
data_blobs: 0
tree_blobs: 0
data_added: 0
total_files_processed: 15717
total_bytes_processed: 90997680204
total_duration: 113.038242078

It definitely did not transfer every file again as it completed way too quickly, but I was still surprised by the output. Is this expected? FWIW I’m using ZFS pre-snapshots for the backup, and I did wonder if this just confused restic because of the different paths…

thanks
Matt.