Hello forum,
I have a weird query. I have 3 account in Hestia 1 admin and 2 user account (user1 & user2). In admin I set/change a cron job for backup (sudo /usr/local/hestia/bin/v-backup-users) for 1st day of month, so every users has backup created in same day. But I want that “admin & user1” has backup every day, but “user2” is on 1st day of month (not every day)
So I didn’t understand which way I set it.
Ex1. set admin backup cronjob as everyday for all users, & set another cron job in user2 account for backup for every once a month.
Ex2. Make cronjob for each account differently means one for admin in admin account and another for user’s in there respective account.
Or there any other simple way to do it?
Can anyone help in this case please.
Also is there any conflict happen if I make different cronjob for backups in different account like “Ex1”
Also I didn’t know the command of a perticular user (user2) backup I only know the command of backup all user (sudo /usr/local/hestia/bin/v-backup-users) which is given in panel by default. So please give the command too if possible.