File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ rclone:
1616 config : /home/seed/.config/rclone/rclone.conf
1717 path : /usr/bin/rclone
1818 stats : 30s
19+ live_rotate : false
1920 service_account_remotes :
2021 tv : /opt/rclone/service_accounts/crop
2122 movies : /opt/rclone/service_accounts/crop
@@ -127,6 +128,8 @@ syncer:
127128
128129` crop sync`
129130
131+ ` crop sync -p 2`
132+
130133- Manual - Perform manual sync/copy job(s)
131134
132135` crop manual --copy --src remote1:/Backups --dst remote2:/Backups --sa /opt/service_accounts -- --dry-run --drive-use-trash=false`
@@ -137,7 +140,10 @@ syncer:
137140
138141# # Notes
139142
140- Make use of `--dry-run` and `-vv` to ensure your configuration is correct and yielding expected results.
143+ - Make use of `--dry-run` and `-vv` to ensure your configuration is correct and yielding expected results.
144+
145+ - ` live_rotate` will enable on-demand live-rotation of service accounts for a customized build of rclone / gclone.
146+
141147
142148# # Credits
143149
You can’t perform that action at this time.
0 commit comments