Backup¶
On the serv00.com servers, an automatic backup of all data stored in the user’s directory is performed daily.
Local backups are available in the directory:
/usr/home/login/backups/local/YYYYMMDD/, where: YYYY is the year,
MM is the month and DD is the day the backup was created. 
Remote backups are available for:
- START packages from the last {{ BRAND_BACKUP_DAYS_START }} days.
- PREMIUM packages from the last {{ BRAND_BACKUP_DAYS_PREMIUM }} days.
Warning
A backup of databases is also created. To obtain it, please contact us and provide the date and the database name. The database backup will then be made available in the user’s directory.
Examples¶
Restoring the public_html directory files from June 8, 2024
at 01:00 AM, directly to the domain directory (the website should not
be added in the panel at that time, or its display should be blocked, e.g.
by using an entry in the .htaccess file), assuming that the
public_html directory does not exist:
cp -a /usr/home/LOGIN/backups/local/20240608/domains/DOMAIN/public_html /usr/home/LOGIN/domains/DOMAIN/
Information
Backup data is not counted towards the account’s disk quota.