You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`RCLONE_CONFIG_SSM_NAME`|Name of the SSM parameter to fetch the config from. |`rclone-config`|
56
+
|`RCLONE_SYNC_CONTENT_DESTINATION`|Name of the sync destination in the format "dest:path". |`destination:/`|
57
+
|`RCLONE_SYNC_CONTENT_SOURCE`|Name of the sync source in the format "source:path". |`source:/`|
58
+
|`RCLONE_SYNC_DRY_RUN`|Do a trial run with no permanent changes. |`false`|
59
+
|`RCLONE_SYNC_EXTRA_FLAGS`| List of flags passed to rclone. See available flags in <https://rclone.org/flags/>. |`--exclude /Downloads/** --exclude /External/**`|
60
60
61
61
## Schedules
62
62
63
-
By default, `rclone-lambda-sync` runs once a day around 00:00 UTC. See [rclone-lambda-daily.yaml](./rclone-lambda-daily.yaml). This behavior can be customized by following these steps :
63
+
By default, `rclone-lambda-sync` runs once a day around 00:00 UTC. See [rclone_lambda_daily.yaml](./rclone_lambda_daily.yaml). This behavior can be customized by following these steps :
64
64
65
65
1. Create a custom yaml file containing the desired schedules
0 commit comments