Does hestia support only 1 backup?

Hello, can i not make more than 1 backup? I upload another backup in FTP directory of backup but i cannot see it hestia admin panel and restore it.

Just adjust the default package (ubder user -> edit plans) and set whatever amount of backups you want :slight_smile:.

1 Like

If you can’t see on the web interface the backup file you uploaded, you can restore it manually on the command line with v-restore-user [USER] [BACKUP-FILE]

If the file url is https://domain.com/2019-04-22_01-00-00.tar

is following command correct?

v-restore-user admin https://domain.com/2019-04-22_01-00-00.tar

I took it for granted that you uploaded the backup file to the correct directory /backup, because this is where backup files go according to the documentation I linked to. But it seems you uploaded the file somewhere else. In you case I think the correct command line needs to be:
v-restore-user [USER] /home/[user-where-domain.com-is]/web/domain.com/public_html/2019-04-22_01-00-00.tar

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.