Jump to content

Backing up the Mk V


Swamppifi

Recommended Posts

Hi all

I have been playing with my Mk V, and I now have it working the way I want.

What I want to do now is create a back up so I can continue experimenting, soI can reinstalll my back up of the MkV

What would be the best option.

Link to comment
Share on other sites

I just used Secure copy over ssh - this is from your terminal.

scp -r root@172.16.42.1:/ /home/user/Desktop/

that should copy pretty much every file and folder from the root directory of pineapple to your destination directory (*tip: make the destination before hand) - I beleive there are a few system folders that wont go over - but thats covered in the firmware re-flash.

to put back any folders or files use the alternative secure copy command.

scp -r /home/user/desktop/PA_bckup/<FolderName> root@172.16.42.1:/location/of/folder/on/pineapple

I actually did this to fix ettercap, as I found like 5 copys of etter.conf.. no wonder it wasnt working. :dry:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...