mirror of
https://github.com/restic/restic.git
synced 2025-10-28 02:14:15 +00:00
In order to determine whether to save a snapshot, we need to capture the exit code returned by a command. In order to provide a nice error message, we supply stderr as well. Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>