It didn't have any real issues or problems for me. Doing that seemed to work just fine. Of course, when I was done I had to change a few things like hostname, ip, etc. The standard stuff.
On Fri, Jun 22, 2012 at 11:14 AM, Russell Jones <[email protected]> wrote: > Thanks! I've scp'd all the paths OpenVAS RPM's install, and it seems to be > working fine, just want to ensure I am not perhaps missing something in the > config setup I would need to be aware of. > > > > > > On 22.06.2012 09:51, William Scott Lockwood III wrote: > > I just use rsync. I have in fact cloned my install this way, and it works > fine. > > Something like: > #!/bin/bash > env SSH_AUTH_SOCK=$SSH_AUTH_SOCK rsync -agoptvvvxzCSP --delete > --progress --stats --rsync-path="/usr/bin/sudo /usr/bin/rsync" / > 192.168.1.3:/mnt/ > > Where addr:/mnt/ is the server and path you're cloneing / backing up too. > > On Fri, Jun 22, 2012 at 9:44 AM, Russell Jones <[email protected]> wrote: > > What is the correct method of backing up the openvas server to allow for > easy restoration of all configs and past scans if needed? I see that > openvasmd has a backup flag, is this all that is required? Thanks! > _______________________________________________ Openvas-discuss mailing list > [email protected] > http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss > > -- Regards, W. Scott Lockwood _______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
