-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 06_restore-jenkins-data-from-another-server-with-duplicati.md
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# How to restore your Jenkins data from a server using Duplicati? | ||
|
||
|
||
You can use [this docker-compose file](/02_backup-jenkins-data-to-S3-with-duplicati/docker-compose-Duplicati.yml) to create a Duplicati container. | ||
When the container created, go to https://<your-host-IP>:8200 | ||
On user interface of the Duplicati: | ||
- Restore | ||
- Where do you want to restore from? | ||
* Direct restore from backup files ... | ||
- Backup location | ||
* Storage Type: Local folder or drive | ||
* Folder path: <your-jenkins-data-volume> | ||
* Test connection: you should see : Success - Connection worked! | ||
- Encryption: enter passphrase | ||
- Select files |