When I use the REST Server backup mode, the backup is interrupted due to the abnormal shutdown of the server, and the client data has been lost and cannot be backed up after the recovery of the server. In this case, how should I restore the data that has been uploaded before the exception? Unfortunately, this part of the data does not generate a snapshot, how should I restore this part of the data.
To recover the data that was uploaded but not yet completed during the backup, you can use the restic recover
command, see restic help recover
.
1 Like