Actions
Issue #5578
closedrsync should use --skip-existing when creating remote directory
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.21.1
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 60
Quarter:
Description
When running rsync distributor remote_mkdir is used to create directory on remote.
--skip-existing option should be added to arguments passed to the rsync command in order to avoid recreating existing directories
Added by jluza about 5 years ago
Updated by ipanova@redhat.com about 5 years ago
- Status changed from NEW to MODIFIED
- Triaged changed from No to Yes
- Sprint set to Sprint 60
- Tags Pulp 2 added
Updated by ipanova@redhat.com about 5 years ago
Updated by ipanova@redhat.com over 4 years ago
- Status changed from MODIFIED to 5
Updated by ipanova@redhat.com over 4 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Add --ignore-existing to remote_mkdir (#3963)
To avoid recreating existing parts of directory structure --ignore-existing is added to arguments passed to rsync when calling remote_mkdir