hello -
for whatever reason, i am having trouble getting this working. here is my backup-domain command:
virtualmin backup-domain \
--dest ./000-first \
--feature dns \
--feature web \
--feature ssl \
--feature dir \
--domain 000-first.com ;
and here is my restore command:
virtualmin restore-domain \
--source ./000-first.com.tar.gz \
--feature dir \
--domain 000-first.com ; '
but no matter what i try, i keep getting:
Backup does not contain virtual server information for missing domain 000-first.com.
Restore failed!
i also tried --newformat but got the same message:
virtualmin backup-domain \
--new-format \
--dest ./virtualmin/ \
--feature dns \
--feature web \
--feature ssl \
--feature dir \
--domain 000-first.com ;
any suggestions?
EDIT: strangely, removing --feature dir (omitting all the data) didnt work for me either.
| sending server
|------------------------------|-------------------------------|
| OS type and version | RL 8.1 |
| Webmin version | 2.621 |
| Virtualmin version | virtualmin version: 8.0.1.pro |
| receiving server
| OS type and version | RL 10.1 |
| Webmin version | 2.621 |
| Virtualmin version | virtualmin version: 8.0.0 |