mirror of
https://github.com/ep1cman/unifi-protect-backup.git
synced 2025-12-05 23:53:30 +00:00
Change rclone config command to use this container instead of a separate rclone container
This commit is contained in:
@@ -184,12 +184,12 @@ In order to backup to cloud storage you need to provide a `rclone.conf` file.
|
|||||||
|
|
||||||
If you do not already have a `rclone.conf` file you can create one as follows:
|
If you do not already have a `rclone.conf` file you can create one as follows:
|
||||||
```
|
```
|
||||||
$ docker run -it --rm -v $PWD:/root/.config/rclone rclone/rclone config
|
$ docker run -it --rm -v $PWD:/root/.config/rclone --entrypoint rclone ghcr.io/ep1cman/unifi-protect-backup config
|
||||||
```
|
```
|
||||||
Follow the interactive configuration proceed, this will create a `rclone.conf`
|
Follow the interactive configuration proceed, this will create a `rclone.conf`
|
||||||
file in your current directory.
|
file in your current directory.
|
||||||
|
|
||||||
Finally start the container:
|
Finally, start the container:
|
||||||
```
|
```
|
||||||
docker run \
|
docker run \
|
||||||
-e UFP_USERNAME='USERNAME' \
|
-e UFP_USERNAME='USERNAME' \
|
||||||
|
|||||||
Reference in New Issue
Block a user