Installing rclone to push backup

inomi13

Verified User
Joined
Jan 7, 2022
Messages
167
I installed rclone on root account and rclone works correct and copy backup files to another server after DA finish do backup but I know that I shouldn’t do this on root account so I need advices or instructions how should I install rclone correctly. Should I create specific user for rclone, should this user sudo privileges etc.?
 
Well in my setup I created a backup user and used that user to dump MySQL databases and rclone to drive with encryption. It used cron and added pushover support for notifications (both fail and success) and it worked like a charm. I didn’t even need to give sudo access to the user. I think cron scripts that works with 3rd party software should not run on root.

Anything can happen. My solution is not that perfect either since at least I am giving read permission to that user for all dbs on MySQL but at least if some bug occurs nothing gets deleted 😅
 
Back
Top