Hi folks.
I’m using restic 0.12.1 compiled with go1.16.6 on mint 20.3.
My daily restic backup script warned me it has ended with non-zero code. Details of restic output are given below:
########################
Wed 09 Mar 2022 07:05:07 AM -03
Restic Backup
using parent snapshot 5880921d
Files: 28 new, 0 changed, 31238 unmodified
Dirs: 4 new, 24 changed, 2667 unmodified
Added to the repo: 96.662 MiB
processed 31266 files, 19.897 GiB in 0:32
snapshot 8c98f57f saved
Exit Code: 3
########################
Aside the “Exit Code: 3”, no other warning message.
After 15 minutes my script retried the last operation and everything seemed to finished alright:
########################
Wed 09 Mar 2022 07:20:01 AM -03
Restic Backup
using parent snapshot 8c98f57f
Files: 0 new, 0 changed, 31266 unmodified
Dirs: 0 new, 5 changed, 2690 unmodified
Added to the repo: 10.688 KiB
processed 31266 files, 19.897 GiB in 0:12
snapshot 8d387ba7 saved
Exit Code: 0
########################
Just runned restic-check (without --read-data) and no errors found.
Is there a way I could debug this further to understand what happened?
Thanks in advance and sorry if this is a basic question.