diff --git a/README.md b/README.md index 1882e22..758e3d1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A first run of the container can help in the creation of the file, but feel free ``` $ mkdir config -$ docker run --rm -it -v $(pwd)/config:/config pfidr34/rclone +$ docker run --rm -it -v $(pwd)/config:/config pfidr/rclone ``` ### Perform sync in a daily basis @@ -62,7 +62,7 @@ A few environment variables allow you to customize the behavior of rclone: **When using UID/GID the config and/or logs directory must be writeable by this UID** ```bash -$ docker run --rm -it -v $(pwd)/config:/config -v /path/to/source:/source -e SYNC_SRC="/source" -e SYNC_DEST="dest:path" -e TZ="America/Chicago" -e CRON="0 0 * * *" -e CRON_ABORT="0 6 * * *" -e FORCE_SYNC=1 -e CHECK_URL=https://hchk.io/hchk_uuid pfidr34/rclone +$ docker run --rm -it -v $(pwd)/config:/config -v /path/to/source:/source -e SYNC_SRC="/source" -e SYNC_DEST="dest:path" -e TZ="America/Chicago" -e CRON="0 0 * * *" -e CRON_ABORT="0 6 * * *" -e FORCE_SYNC=1 -e CHECK_URL=https://hchk.io/hchk_uuid pfidr/rclone ``` See [rclone sync docs](https://rclone.org/commands/rclone_sync/) for source/dest syntax and additional options.