Time: 5 minutes.
Difficulty: Easy.
You will need:
- A way to access your Pi.
- A USB flash drive.
Steps:
- Open the command line and type
sudo su
. You will need to be a superuser to do this. The user Pi is by default. - Type
cd /home/
- Type
tar czf pi_home.tar.gz
pi - Type
exit
to exit the superuser shell. - Now move the file pi_home.tar.gz to your flash drive and you are finished. The file is located in your /home folder.
No comments:
Post a Comment