mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker.git
synced 2026-07-03 14:06:40 +02:00
update
This commit is contained in:
@@ -98,8 +98,10 @@ if planning serious use.
|
||||
|
||||

|
||||
|
||||
cli version of kopia will be used to periodically backup to a mounted network storage.<br>
|
||||
The backup script will be periodicly executed using systemd-timers.
|
||||
A script will be periodically executing cli version of kopia to connect to a repository,
|
||||
execute backup, and disconnect.<br>
|
||||
Systemd-timers are used to scheduling execution of the script.
|
||||
The repository is created on a network share, also mounted on boot using systemd.
|
||||
|
||||
### Install Kopia
|
||||
|
||||
@@ -267,7 +269,7 @@ WantedBy=multi-user.target
|
||||
|
||||
# Kopia in Windows
|
||||
|
||||

|
||||

|
||||
|
||||
## KopiaUI in Windows
|
||||
|
||||
@@ -598,7 +600,7 @@ The example of commands:<br>
|
||||
* `kopia repository create b2 --bucket=rakanishu --key-id=001496285081a7e0000000003 --key=K0016L8FAMRp/F+6ckbXIYpP0UgTky0 --password aaa`
|
||||
* `kopia repository connect b2 --bucket=rakanishu --key-id=001496285081a7e0000000003 --key=K0016L8FAMRp/F+6ckbXIYpP0UgTky0 --password aaa --enable-actions`
|
||||
|
||||
The backup script will need connect replaced
|
||||
The backup script contains example commands, just commented out.
|
||||
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user