Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a shell script wrapping rclone sync #2004

Closed
Tracked by #2000 ...
rija opened this issue Aug 13, 2024 · 1 comment
Closed
Tracked by #2000 ...

Create a shell script wrapping rclone sync #2004

rija opened this issue Aug 13, 2024 · 1 comment

Comments

@rija
Copy link
Contributor

rija commented Aug 13, 2024

the script will be at /usr/local/bin/sync_dropbox
and will write logs at /var/logs/sync_dropbox/
and reads its config at /etc/sync_dropbox/rclone.conf
and will execute:

/usr/local/bin/rclone --config /etc/sync_dropbox/rclone.conf -v  sync current-production:/share/dropbox/ /share/dropbox

usage should be:

sync_drobox [--dry-run]

where --dry-drun will cause adding the same option to the rclone command
In the context of this ticket there is no need for any other options.

@kencho51
Copy link
Contributor

Close as done in PR #2025

@github-project-automation github-project-automation bot moved this from 👷 Work In Progress 👷‍♀️ to 🛑 Blocked in Sprint 28 Backlog 14/08 - 04/09/2024 Sep 10, 2024
@kencho51 kencho51 removed the Ken label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants