Search:

Type: Posts; User: iaculallad; Keyword(s):

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: What is the simplest way to back up my /home folder?

    That command will copy all the content of your /home/your_username directory to /media/sda1, as it uses the -r (-R) switch. Meaning, it copies recursively.

    You could change the /media/sda1 to any...
  2. [ubuntu] Re: What is the simplest way to back up my /home folder?

    That simplest way to backup your /home folder would be using the terminal:


    cp -r /home/your_username /media/sda1
Results 1 to 2 of 2