hi
I have created a new user, and added the backup cronjobs to it
sudo /usr/local/hestia/bin/v-update-sys-queue backup
sudo /usr/local/hestia/bin/v-backup-users
I have them set to every two hours, but they start every 24 hours.
What is the problem? Why don’t they start every two hours?
eris
August 13, 2023, 8:54am
2
sudo command can only run under the “admin” user not under a user with the admin role
1 Like
g07u
August 13, 2023, 5:26pm
3
Adding the new user to sudoers group might work but it may not be a good security practice.
1 Like
If you allow sudo for that user and only for that command and the file is only writable by root, I see no problem
1 Like
eris
August 13, 2023, 6:53pm
5
We are trying to actively removing this feature from Hestia in the next release.
Any Hestia users should never have any sudo permission for security reasons!
2 Likes
How do you schedule your backups?
From within the admin user?