diff --git a/02_backup-jenkins-data-to-S3-with-duplicati/02_backup-jenkins-data-to-S3-with-duplicati.md b/02_backup-jenkins-data-to-S3-with-duplicati/02_backup-jenkins-data-to-S3-with-duplicati.md index 28b29ff..ddc5770 100644 --- a/02_backup-jenkins-data-to-S3-with-duplicati/02_backup-jenkins-data-to-S3-with-duplicati.md +++ b/02_backup-jenkins-data-to-S3-with-duplicati/02_backup-jenkins-data-to-S3-with-duplicati.md @@ -1,4 +1,4 @@ - # How to back up your Jenkins data to AWS S3 with Duplicati + # How to back up your Jenkins data to AWS S3 with Duplicati? Duplicati is a backup client that securely stores encrypted, incremental, compressed remote backups of local files on cloud storage services and remote file servers. Duplicati supports not only various online backup services like Azure, Amazon S3, and Google Drive, but also any servers that support SSH/SFTP, WebDAV or FTP. To be able to backup your Jenkins data with Duplicati to AWS S3, you need to install Duplicati on your system. A docker-compose file is added to create a Duplicati container.