-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…lling rsync not handled gracefully / rsync exit code not evaluated) (#1502) Fix bug: Taking a snapshot reports `rsync` errors now even if no snapshot was taken (#1491) Fix bug: takeSnapshot() recognizes errors now by also evaluating the rsync exit code (#489) Fixes related problem: Killing `rsync` was not handled gracefully (by ignoring the rsync exit code) Fix bug: The error user-callback is now always called if an error happened during taking a snapshot (#1491) Feature: Introduce new error codes for the "error" user callback (as part of #1491): 5: Error while taking a snapshot. 6: New snapshot taken but with errors. Improvement: The `rsync` exit code is now contained in the snapshot log. Example: [E] Error: 'rsync' ended with exit code -9 (negative values are signal numbers, see 'kill -l') Fix CHANGES entries (stick to our standards) --------- Co-authored-by: aryoda <[email protected]>
- Loading branch information
Showing
4 changed files
with
157 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.