Exclude the nightly builds from the backup/restore process

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-10-09 09:56:16 +01:00 committed by Pedro Algarvio
parent 6bcf8f7267
commit eb118957fb

View file

@ -91,6 +91,7 @@ def _rclone(ctx: Context, src: str, dst: str):
"--transfers=50",
"--fast-list",
"--verbose",
"--exclude=salt-dev/*",
]
if src == tools.utils.RELEASE_BUCKET_NAME:
cmdline.append("--s3-storage-class=INTELLIGENT_TIERING")