We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks to make this work, but could we have an option to only sync the folder to s3 with --delete option?
sync
--delete
such as the aws cli:
aws s3 sync /var/jenkins_home s3://<jenkins_backup_bucket>/backup --delete
With that I can save a lot of time to sync the backup to s3, more than to full copy them again, and I have enabled version control on s3 bucket.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks to make this work, but could we have an option to only
sync
the folder to s3 with--delete
option?such as the aws cli:
With that I can save a lot of time to sync the backup to s3, more than to full copy them again, and I have enabled version control on s3 bucket.
The text was updated successfully, but these errors were encountered: