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

Rclone seems to keep running after backup ends #22

Closed
19wolf opened this issue Sep 15, 2023 · 4 comments · Fixed by #139
Closed

Rclone seems to keep running after backup ends #22

19wolf opened this issue Sep 15, 2023 · 4 comments · Fixed by #139
Labels
A-backends Area: Related to backends in rustic_core C-bug Category: Something isn't working as expected

Comments

@19wolf
Copy link

19wolf commented Sep 15, 2023

I've noticed since I started using Rustic, I have a lot of leftover rcloneorig processes. It seems like every time a backup runs, the rclone process doesn't get closed afterwards.

19wolf      5733  3.5  0.1 1284416 49796 ?       Sl   20:22   0:00 rcloneorig --config ~/.rclone.conf serve restic --stdio --b2-hard-delete GoogleDrive:restic
19wolf      8356  0.0  0.1 1286080 61220 ?       Sl   Sep13   0:11 rcloneorig --config ~/.rclone.conf serve restic GoogleDrive:restic --addr localhost:0
19wolf      9513  0.0  0.2 1353844 100768 ?      Sl   02:18   1:02 rcloneorig --config ~/.rclone.conf serve restic GoogleDrive:restic --addr localhost:0
19wolf     16279  0.0  0.1 1285184 52564 ?       Sl   Sep13   0:07 rcloneorig --config ~/.rclone.conf serve restic GoogleDrive:restic --addr localhost:0
19wolf     20556  0.0  0.1 1284928 54792 ?       Sl   Sep13   0:07 rcloneorig --config ~/.rclone.conf serve restic GoogleDrive:restic --addr localhost:0
19wolf     22057  0.0  0.1 1285440 57584 ?       Sl   Sep13   0:12 rcloneorig --config ~/.rclone.conf serve restic GoogleDrive:restic --addr localhost:0
@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Sep 15, 2023
@simonsan simonsan transferred this issue from rustic-rs/rustic Sep 19, 2023
@simonsan
Copy link
Contributor

We are in the middle of preparing a new release for rustic, we will get back when we have finished that. In the meantime, can you please give a bit more information, e.g. uname -a output, rustic --version output and other helpful information?

Thank you!

@simonsan simonsan added C-bug Category: Something isn't working as expected C-question Category: Further information is requested and removed S-triage Status: Waiting for a maintainer to triage this issue/PR labels Sep 19, 2023
@19wolf
Copy link
Author

19wolf commented Sep 19, 2023

Linux NepheleTower 6.1.49-Unraid #1 SMP PREEMPT_DYNAMIC Wed Aug 30 09:42:35 PDT 2023 x86_64 AMD Ryzen 5 2600 Six-Core Processor AuthenticAMD GNU/Linux
rustic v0.5.4

@simonsan simonsan added A-backends Area: Related to backends in rustic_core and removed C-question Category: Further information is requested labels Sep 19, 2023
@aawsome
Copy link
Member

aawsome commented Jan 27, 2024

The spawned thread which just catches rclone stderr output and prints it as a INFO log could be the problem.. I'll test if we can change something there..

@aawsome
Copy link
Member

aawsome commented Jan 27, 2024

I think this was it. Fix is already on the way!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backends Area: Related to backends in rustic_core C-bug Category: Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants