.
This commit is contained in:
23
README.md
23
README.md
@@ -1,5 +1,10 @@
|
|||||||
# Duplicati
|
# Duplicati
|
||||||
|
|
||||||
|
|
||||||
|
## Scripts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Custom Docker Images
|
## Custom Docker Images
|
||||||
|
|
||||||
### Duplicati with mySql Client
|
### Duplicati with mySql Client
|
||||||
@@ -32,24 +37,6 @@ duplicati-cli send-mail --send-mail-password="pass" --send-mail-to="target@mail.
|
|||||||
```
|
```
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
### Transfer To another system
|
|
||||||
1. Copy docker compose and execute on another system
|
|
||||||
2. Check volumes and service started succesfully
|
|
||||||
3. Stop all compose services
|
|
||||||
4. Change volume on duplicati service to user a temporary volume example (duclicati_tmpdata)
|
|
||||||
5. Check if all volumes are writable on duplication service
|
|
||||||
6. Start only the duplicati service (with temporary volume) on target system
|
|
||||||
7. On source system Stop app services on docker compose except duplicati
|
|
||||||
8. Execute a full backup ou source system
|
|
||||||
9. On target system execute a manual restore to original destination
|
|
||||||
10. Stop duplicati
|
|
||||||
11. Change duplicati to use original volume
|
|
||||||
12. And change volumes on duplicati to RO
|
|
||||||
13. Start all services
|
|
||||||
14. Check everything ok
|
|
||||||
|
|
||||||
### Environment Variables
|
|
||||||
|
|
||||||
_Source: https://github.com/duplicati/duplicati/blob/master/Duplicati/Library/Modules/Builtin/run-script-example.sh_
|
_Source: https://github.com/duplicati/duplicati/blob/master/Duplicati/Library/Modules/Builtin/run-script-example.sh_
|
||||||
|
|
||||||
- DUPLICATI__EVENTNAME
|
- DUPLICATI__EVENTNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user