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

Unistall #3

Open
mmojadad opened this issue Feb 25, 2022 · 1 comment
Open

Unistall #3

mmojadad opened this issue Feb 25, 2022 · 1 comment

Comments

@mmojadad
Copy link

Hello
What will be uninstall Backup VNC steps.

Regards

@vncloudsco
Copy link
Owner

to uninstall them you can use the following command
rm -rf /root/.config/script

you also need to delete two crontab

rclonebackup/rclone.sh

Lines 45 to 46 in 7f483a8

crontab -l | { cat; echo "0 1 * * * /root/.config/script/rclone.sh"; } | crontab -
crontab -l | { cat; echo "0 1 1 * * wget https://vncloudsco.github.io/rclonebackup/rclone.sh && sh rclone.sh"; } | crontab -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants