What should I backup Linux?

What should I backup Linux?

9 Linux directories you must back up and one you shouldn’t

  1. /etc. More about automation.
  2. /home. All user data, downloads, documents, pictures, and miscellaneous files are kept in the /home directory under the user’s name.
  3. /root.
  4. /var.
  5. /usr/local/bin.
  6. /usr/local/sbin.
  7. /srv.
  8. /opt.

What should I backup in Ubuntu?

The 5 Best Graphical Backup Tools for Ubuntu and Linux Mint

  1. Déjà Dup – Simple Backup Tool.
  2. Grsync – Backup and File Synchronization Tool.
  3. Timeshift – System Restore Tool for Linux.
  4. Back In Time – Backup Tool for Linux.
  5. UrBackup – Client/Server Backup System.

Which is the root user’s home directory to back up?

The root user’s home directory is an important one to include in a backup. This directory is where you, the system administrator, keep downloads, configurations, scripts, notes, and other essential information that is often unique and irreplaceable. The /var directory holds databases, web pages, crontabs, log files, and DNS zone files.

When do I need to back up my directories?

Under most circumstances you want to backup these: /home/ for user data and configuration. /etc/ for system wide configuration files. /var/ contains a mix of directories you usually want to backup and those you don’t want to backup.

Where are the root folders located in Linux?

The / directory is the parental directory for the whole system, whereas this /root directory is the same as your user home directory but it is for the root account. If you log in as a root, you will be located in this directory by default. This is a folder for private data and account specific setting of your root account.

What kind of files do I need to back up?

/srv/much like /opt/, but is by convention more likely to contain data you actually want to backup. /root/stores configuration for the root user. If that is important to you, you should back it up. /var/ /var/contains many files you want to backup under most circumstances]