Results 1 to 3 of 3

Thread: How to Make a backup

  1. #1
    Join Date
    Dec 2012
    Beans
    6

    How to Make a backup

    Hey, how can i make a backup of the configs of my system? I spent hours trying to fix the video problems and now finally everything is working fine, i wanted to have a backup just in case.
    Thank you.

  2. #2
    Join Date
    Jun 2011
    Beans
    357

    Re: How to Make a backup

    Configuration files are usually stored in the /etc directory and in your home directory. Backing up these two locations on a regular basis is a good way to make sure your personal files and all configuration settings are safe. The easiest way to do that is probably to hook up an external drive and run a command like

    cp -R /etc ~ /media/external-drive

    Where "external-drive" is the directory where your USB drive is attached to the system.

  3. #3
    Join Date
    Dec 2012
    Beans
    6

    Re: How to Make a backup

    Quote Originally Posted by thnewguy View Post
    Configuration files are usually stored in the /etc directory and in your home directory. Backing up these two locations on a regular basis is a good way to make sure your personal files and all configuration settings are safe. The easiest way to do that is probably to hook up an external drive and run a command like

    cp -R /etc ~ /media/external-drive

    Where "external-drive" is the directory where your USB drive is attached to the system.
    Thank you!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •