Hello,
How to restore daily backup in bash?
What's the command I use?
Hello,
How to restore daily backup in bash?
What's the command I use?
It depends - where are the backups located and are you restoring one user or more?
The command for backup restoration is:
/scripts/restorepkg <user>
Please see the below for more info on how the backup processes work:
The cPanel Backup System :: The cPanel Admin | Help for cPanel Administrators | Consultation Available
Hello Vanessa,
If you have two backup
- Daily
- Weekly
How do I restore the daily backup? And the weekly backup?
There is something like that:
/scripts/restorepkg <user> -daily
/scripts/restorepkg <user> -weekly
Thanks for the help