mirror of
https://github.com/containers/skopeo.git
synced 2025-09-09 02:29:49 +00:00
issue#1466 - Introduce a --keep-going option to allow "sync" command to continue syncing even after a particular image sync fails
This commit is contained in:
@@ -88,6 +88,9 @@ Print usage statement.
|
||||
|
||||
**--retry-times** the number of times to retry, retry wait time will be exponentially increased based on the number of failed attempts.
|
||||
|
||||
**--keep-going**
|
||||
If any errors occur during copying of images, those errors are logged and the process continues syncing rest of the images and finally fails at the end.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
### Synchronizing to a local directory
|
||||
|
Reference in New Issue
Block a user