Ninja_Hobo Posted September 20, 2017 Share Posted September 20, 2017 As the title says, I often have to reboot the nano due to power outage or swapping power supplies, this causes me to have to log in again via the web GUI, but this causes a loss of all the Recon data, which is a pain if its been going for >10min. Does anyone know how to keep a persistent log of the recon data so that only a new recon would wipe it? Cheers Quote Link to comment Share on other sites More sharing options...
Just_a_User Posted September 21, 2017 Share Posted September 21, 2017 (edited) Each scan creates a recon file in the /tmp/ directory. You could try to move them to /root/ or sd (for nano) and put them back after reboot. I haven't done/tested this but think it should work. #to move to storage location mv /tmp/recon* /root/ #to return to /tmp/ so shows up on recon page mv /root/recon* /tmp/ Edited September 21, 2017 by Just_a_User Quote Link to comment Share on other sites More sharing options...
elkentaro Posted September 21, 2017 Share Posted September 21, 2017 I run a cron job to dump the data to a sub directory under home. That way I will always have a copy of my recon data. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.