Skip to content

Commit

Permalink
Update 06_restore-jenkins-data-from-another-server-with-duplicati.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flovearth authored Nov 14, 2021
1 parent e848e2e commit 24407db
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit 24407db

Please sign in to comment.