Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Is there anyway to backup daily, weekly, monthly
-
- Posts: 8
- Joined: Fri Oct 18, 2019 7:33 pm
- Os: Ubuntu 15x
- Web: apache + nginx
Is there anyway to backup daily, weekly, monthly
Hi there!
How can I have 3 daily backup, 3 weekly backup and 3 monthly backup?
How can I have 3 daily backup, 3 weekly backup and 3 monthly backup?
-
- Posts: 28
- Joined: Thu Jan 04, 2018 5:33 pm
- Os: CentOS 6x
- Web: apache + nginx
Re: Is there anyway to backup daily, weekly, monthly
you can use a cron job..
-
- Posts: 8
- Joined: Fri Oct 18, 2019 7:33 pm
- Os: Ubuntu 15x
- Web: apache + nginx
Re: Is there anyway to backup daily, weekly, monthly
Thanks but I'm afraid they will replace incorrectly, right?
Do you have a documentation or sample for that?
-
- Support team
- Posts: 1111
- Joined: Tue Jul 30, 2013 10:18 pm
- Contact:
- Os: CentOS 6x
- Web: nginx + php-fpm
Re: Is there anyway to backup daily, weekly, monthly
No way with exists bash scripts.
You can write your own script for implement this.
You can write your own script for implement this.
-
- Posts: 8
- Joined: Fri Oct 18, 2019 7:33 pm
- Os: Ubuntu 15x
- Web: apache + nginx
Re: Is there anyway to backup daily, weekly, monthly
And should I read /usr/local/vesta/bin/v-backup-user to learn how to do it?grayfolk wrote: Sun Feb 02, 2020 8:38 am No way with exists bash scripts.
You can write your own script for implement this.
-
- Support team
- Posts: 1111
- Joined: Tue Jul 30, 2013 10:18 pm
- Contact:
- Os: CentOS 6x
- Web: nginx + php-fpm
Re: Is there anyway to backup daily, weekly, monthly
Yes, but you can use another way for create backups.daniyal.javani wrote: Sun Feb 02, 2020 8:41 amAnd should I read /usr/local/vesta/bin/v-backup-user to learn how to do it?grayfolk wrote: Sun Feb 02, 2020 8:38 am No way with exists bash scripts.
You can write your own script for implement this.