commit | 39db2a6af83d33ddcc3d71c59ef535b372a69461 | [log] [tgz] |
---|---|---|
author | Denis Egorenko <degorenko@mirantis.com> | Tue Oct 30 14:37:17 2018 +0400 |
committer | Denis Egorenko <degorenko@mirantis.com> | Tue Oct 30 14:53:34 2018 +0400 |
tree | c551c0b8b4cef304a7285d7de50cd46a45439bfd | |
parent | 7138b70001a8cc0f67d7039ee24658598a5d96ad [diff] |
Add ability to specify rsync options Added new flag '--rsync-options' to allow to use internal rsync options, like '--link-dest' during mirror syncing on local machine to keep disk space. Example: parameters: debmirror: client: mirrors: mirror_name: ... <current parameters> ... rsync_options: [ '--link-dest=<path-to-dir>' ] Change-Id: Id39275e66d08c056790fccc993597e17d208e812 Related-bug: PROD-22539