Linux-specific information: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Added information about backing up cache files)
m (Corrected misspelling of 'back up')
Line 1: Line 1:
The following items can be added to exclude lists:
The following items can be added to exclude lists:
* /dev: contains [http://www.pathname.com/fhs/pub/fhs-2.3.html#DEVDEVICEFILES special and device files] which are created by the Linux kernel or an administrator. These files are always recreated during startup.
* /dev: contains [http://www.pathname.com/fhs/pub/fhs-2.3.html#DEVDEVICEFILES special and device files] which are created by the Linux kernel or an administrator. These files are always recreated during startup.
* /media: [http://www.pathname.com/fhs/pub/fhs-2.3.html#MEDIAMOUNTPOINT removable media are (automatically) mounted here]. If you want to backup removable media you have to include a DLE for it in the disk list. Just mounting it here won't include it in the backup.
* /media: [http://www.pathname.com/fhs/pub/fhs-2.3.html#MEDIAMOUNTPOINT removable media are (automatically) mounted here]. If you want to back up removable media you have to include a DLE for it in the disk list. Just mounting it here won't include it in the backup.
* /mnt: this directory is for [http://www.pathname.com/fhs/pub/fhs-2.3.html#MNTMOUNTPOINTFORATEMPORARILYMOUNT temporarily mounting a filesystem]. If you want to backup the filesystem you have to include a DLE for it in the disk list. Just mounting it here won't include it in the backup.
* /mnt: this directory is for [http://www.pathname.com/fhs/pub/fhs-2.3.html#MNTMOUNTPOINTFORATEMPORARILYMOUNT temporarily mounting a filesystem]. If you want to back up the filesystem you have to include a DLE for it in the disk list. Just mounting it here won't include it in the backup.
* /proc: contains [http://www.pathname.com/fhs/pub/fhs-2.3.html#PROCKERNELANDPROCESSINFORMATIONVIR process and system information] which is not persistent but always generated by the Linux kernel.
* /proc: contains [http://www.pathname.com/fhs/pub/fhs-2.3.html#PROCKERNELANDPROCESSINFORMATIONVIR process and system information] which is not persistent but always generated by the Linux kernel.
* /tmp: contains [http://www.pathname.com/fhs/pub/fhs-2.3.html#TMPTEMPORARYFILES temporary files applications need while running]. Applications cannot assume files will be preserved between invocations, i.e. removal of these files (while the application is not running) must not prevent an application from running or lead to data loss.
* /tmp: contains [http://www.pathname.com/fhs/pub/fhs-2.3.html#TMPTEMPORARYFILES temporary files applications need while running]. Applications cannot assume files will be preserved between invocations, i.e. removal of these files (while the application is not running) must not prevent an application from running or lead to data loss.
Line 10: Line 10:
= Backing up cache files =
= Backing up cache files =


If you want you can backup the /var/cache directory or part thereof for faster recoveries. If, for example, you want to keep all the cache files except for the Debian APT cache, only add /var/cache/apt to the exclude list.
If you want you can back up the /var/cache directory or part thereof for faster recoveries. If, for example, you want to keep all the cache files except for the Debian APT cache, only add /var/cache/apt to the exclude list.

Revision as of 09:15, 6 December 2010

The following items can be added to exclude lists:

Backing up cache files

If you want you can back up the /var/cache directory or part thereof for faster recoveries. If, for example, you want to keep all the cache files except for the Debian APT cache, only add /var/cache/apt to the exclude list.