We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Using v-restore-user to restore individual items
Using v-restore-user to restore individual items
The documentation contained in the v-restore-user script alludes to the fact you can restore individual elements, but doesn't give any examples.
So I just thought I'd give an example here. If you want to restore just the database temp_booking to user temp, and send an email notification then use this:
Might be good to put an example in the script?
Code: Select all
# info: restore user
# options: USER BACKUP [WEB] [DNS] [MAIL] [DB] [CRON] [UDIR] [NOTIFY]
Code: Select all
v-restore-user 'temp' 'temp.2019-08-16_05-16-47.tar' 'no' 'no' 'no' 'temp_booking' 'no' 'no' 'yes'