Releases: EMCECS/ecs-sync
Releases · EMCECS/ecs-sync
vipr-sync v1.3.2
https://community.emc.com/docs/DOC-38905
- bug fixes in TrackingFilter connecting to a MySQL database
vipr-sync v1.3.1
https://community.emc.com/docs/DOC-38905
- bug fixes in TrackingFilter with verification
- TrackingFilter now tracks separate timestamps for sync-start, complete and verification
vipr-sync v1.3
https://community.emc.com/docs/DOC-38905
- refactored to support JDK 1.6 again (as requested by users)
- added --verify and --verify-only options to compare MD5 checksums of source and target objects as part of the sync (also tracked in DB by TrackingFilter)
- added --delete-source [or --target delete] support to CAS plugins, so you can use vipr-sync to wipe a pool
vipr-sync v1.2.1
https://community.emc.com/docs/DOC-38905
- fixed bug in CLI where some options were ignored unless specified first
- fixed null pointer in S3 source with sub-prefixes
vipr-sync v1.2
https://community.emc.com/docs/DOC-38905
- added new filters to support client-side encryption/decryption between any source and target (including in-place) using the ViPR client encryption standard (https://community.emc.com/docs/DOC-34465)
vipr-sync v1.1.1
https://community.emc.com/docs/DOC-38905
- added configuration summary to log on startup
- added version option which pulls from manifest
- added CAS sample xml file
vipr-sync v1.1
https://community.emc.com/docs/DOC-38905
- added a tracking filter to track progress in a database
- added an ACL mapping filter to map ACLs between the source and target
- a few bug fixes and performance enhancements