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

[Feature]: Use rclone bisync for internal syncing #238

Open
hwittenborn opened this issue Nov 25, 2024 · 0 comments
Open

[Feature]: Use rclone bisync for internal syncing #238

hwittenborn opened this issue Nov 25, 2024 · 0 comments
Labels
enhancement New feature or request triage Awaiting confirmation by a team member

Comments

@hwittenborn
Copy link
Owner

Feature Description

After discussion in Celeste's discussion rooms, using rclone bisync is looking more and more promising as a means to sync files. While rclone says the feature is in beta, looking through rclone's GitHub issue tracker doesn't show any glaring problems with the utility.

Key notes:

  • We'll be using the sync/bisync RPC endpoint to initiate syncs.
  • We'll be running jobs with _async, since they might take a while.
  • Since we'll only be syncing one server at a time, we can use the core/stats RPC endpoint to keep track of the current sync.
  • We'll also need to keep track of the job through job/status, which will show us if any errors arise.

What version of Celeste are you using?

0.8.3

@hwittenborn hwittenborn added enhancement New feature or request triage Awaiting confirmation by a team member labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Awaiting confirmation by a team member
Projects
None yet
Development

No branches or pull requests

1 participant