Hi guys,
so I am running restic on a Mac for some testing. I am trying to copy most of the files on the entire system with some exclusions to avoid problematic folders using the following command:
restic backup / --no-cache --exclude=/** /.cleverfiles --exclude=/System/Volumes/VM --exclude=/System/Volumes/Data --exclude=/** /OneDriveTemp --exclude=/** /OneDrive
The executable has been granted Full Disk Access.
The first time I ran it, it went just fine, took just over an hour and resulted in a repo size of about 77GB (it did have some warnings of inaccessible files, but that’s not a problem).
Then I ran it again before the weekend, and now it’s still going, but not progressing. By 18:30 on Friday evening it had reached 89.04% and since then, it has just been stuck there. The number of files or the size hasn’t changed at all either. I’ve configure it so that restic produces a progress output every 2 seconds and it is still happily logging those, but no change in any progress values.
Is there anything I can try to do to determine what restic is stuck on? Could the lsof output for the pid be useful e.g.?
Any advice or tips would be appreciated…