Am 25.02.2014 02:56, schrieb Milton Markose:
> I've got an existing OpenVAS server where I would like to migrate all its 
> settings to new OpenVAS server built on a
> brand new hardware.
> I can export Scan Configs and import it to new OpenVAs server.
> My question is how do I export existing Tasks including reports and import it 
> to new OpenVAS server. The reason why
> I need these reports is it is easy to see\track the trend from previous 
> scans. Any help on this matter is highly
> appreciated

just use rsync as for any other service, libraries and configs
you do not need to export anything, stop all services, install
the same packages on the new machine and copy all data

usually /etc, /var/log, /var/lib and /var/cache are relevant
updatedb and locate is your freind

rsync --force --delete-after -tPrlHpogEAX source root@newserver:/target/

/etc/openvas/
/var/log/openvas/
/var/lib/openvas/
/var/cache/openvas/

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to