backup every monday
backup every monday
I checked Vesta default backup for all user is every day and maximum 3 backup for every user.
How to set backup every Monday ?
How to set backup every Monday ?
Re: backup every monday
Change interval of cron "sudo /usr/local/vesta/bin/v-backup-users" in admin account.
Re: backup every monday
It's seems like "sudo /usr/local/vesta/bin/v-backup-users" run time is every 5 hours.(10 05 * * *)
I guess this won't be the user backup? right?
and i see "sudo /usr/local/vesta/bin/v-update-sys-queue backup" it have run time at everyday.(0 0 1 * *)
i guess this would be the every day backup ?
can anyone confirm?
I guess this won't be the user backup? right?
and i see "sudo /usr/local/vesta/bin/v-update-sys-queue backup" it have run time at everyday.(0 0 1 * *)
i guess this would be the every day backup ?
can anyone confirm?
Re: backup every monday
Nope, cannot confirm.
minute 0-59
hour 0-23
day of month 1-31
month 1-12 (or names, see below)
day of week 0-7 (0 or 7 is Sun, or use names)
and your command about mondays, which garfield hates:
0 0 * * 1 your-command
0 m 0 h every month every year and every monday
minute 0-59
hour 0-23
day of month 1-31
month 1-12 (or names, see below)
day of week 0-7 (0 or 7 is Sun, or use names)
and your command about mondays, which garfield hates:
0 0 * * 1 your-command
0 m 0 h every month every year and every monday
Re: backup every monday
It means that it runs every day at 5:10.yojoye wrote:It's seems like "sudo /usr/local/vesta/bin/v-backup-users" run time is every 5 hours.(10 05 * * *)
Re: backup every monday
Hey not sure I think Its depend on admin
Re: backup every monday
What do you mean?nicknone wrote:Hey not sure I think Its depend on admin
Re: backup every monday
Thank you, it's working now :)abad wrote:It means that it runs every day at 5:10.yojoye wrote:It's seems like "sudo /usr/local/vesta/bin/v-backup-users" run time is every 5 hours.(10 05 * * *)
I have set cron job to "0 0 * * 1" now it's taking backup every Monday.
Re: backup every monday
Good, case closed than ;)yojoye wrote: Thank you, it's working now :)
I have set cron job to "0 0 * * 1" now it's taking backup every Monday.