\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{Hbak} \pdfinfo{ /Title (backup-teknologi.pdf) /Creator (Cheatography) /Author (Hbak) /Subject (Backup Teknologi Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{39399E} \definecolor{LightBackground}{HTML}{F2F2F8} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Backup Teknologi Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Hbak} via \textcolor{DarkBackground}{\uline{cheatography.com/67474/cs/17315/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}Hbak \\ \uline{cheatography.com/hbak} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 5th October, 2018.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{MBR vs GPT}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{MBR (Master Boot Record)}} & {\bf{GPT (GUID Partition Table)}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Max. 4 primary partions, or 3 primary partitions and 1 extended partition & Nearly unlimited number of partitions.\{\{nl\}\} Limited to 128 partitions in Windows. \tn % Row Count 7 (+ 5) % Row 2 \SetRowColor{LightBackground} Max. 2TB disk with 512B sector.\{\{nl\}\} Up to 16TB with 4KB sector & Up to 18EB on both 512B and 4KB sectors \tn % Row Count 11 (+ 4) % Row 3 \SetRowColor{white} Not able to check if partition has been corrupted. & Able to check if primary partitions table is corrupted. \tn % Row Count 14 (+ 3) % Row 4 \SetRowColor{LightBackground} Not able to restore corrupted partition. & Able to restore corrupted partition. \tn % Row Count 16 (+ 2) % Row 5 \SetRowColor{white} Not able to restore corrupted partition. & Able to restore corrupted partition. \tn % Row Count 18 (+ 2) % Row 6 \SetRowColor{LightBackground} Supports all OS. & Read \& Write is only supported on Windows 64-bit OS and .\{\{nl\}\} Boot is only supported on Windows 64-bit OS (except XP x64) with UEFI.\{\{nl\}\} Linux \& Mac OS X10.6+ only support these feature if UEFI is available. \tn % Row Count 29 (+ 11) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Basic \& Dynamic Disks}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Basic Disk}} & {\bf{Dynamic Disk}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Used to create \& delete partitions on one disk & Able to create volumes that span multiple disks. \tn % Row Count 4 (+ 3) % Row 2 \SetRowColor{LightBackground} Used to create \& delete logical drives within extended partitions & Able to create fault tolerant volumes. \tn % Row Count 8 (+ 4) % Row 3 \SetRowColor{white} Works with both MBR and GPT & Works with both MBR and GPT. \tn % Row Count 10 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.56 cm} x{5.44 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Disk Volumes}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Simple}} & A single block of space from a single disk.\{\{nl\}\} Not fault tolerant. \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} {\bf{Extended}} & Multiple volumes on the same disk is viewed as one.\{\{nl\}\} Not fault toelrant. \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} {\bf{Spanned}} & Mulitple volumes on multiple disk is viewed as one. When the volume on one disk is full, the remaining data is allocated to the next disk.\{\{nl\}\} Not fault tolerant. \tn % Row Count 13 (+ 7) % Row 3 \SetRowColor{white} {\bf{Striped/RAID 0}} & Multiple disks (min. two) of equal size, is viewed as one.\{\{nl\}\} Data is distributed evenly across all disks to increase performance.\{\{nl\}\} Not fault tolerant. \tn % Row Count 19 (+ 6) % Row 4 \SetRowColor{LightBackground} {\bf{Mirrored/RAID 1}} & Data is copied across multiple disks of equal size.\{\{nl\}\} Only 50\% of the total volume is available.\{\{nl\}\} Fault tolerant. \tn % Row Count 24 (+ 5) % Row 5 \SetRowColor{white} {\bf{RAID 5}} & Multiple disks (min. three) of equal size is viewed as one.\{\{nl\}\} Data is distributed evenly across all disks.\{\{nl\}\} A parity is created on each disk, in order to restore data if one disk malefunctions.\{\{nl\}\} Fault tolerant. \tn % Row Count 33 (+ 9) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.56 cm} x{5.44 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Disk Volumes (cont)}} \tn % Row 6 \SetRowColor{LightBackground} {\bf{RAID 10 (1+0)}} & Combines the features of RAID 0 and RAID 1 to provide high performance with fault tolerance. \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.96 cm} x{5.04 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Types of Backup}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Full Backup}} & Make a copy of all the data, to another media.\{\{nl\}\} Takes a long time to create, but reduces the time to recover.\{\{nl\}\} Full backup must be performed. \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} {\bf{Differential Backup}} & Only works together with full backup.\{\{nl\}\} Creates a backup of all the changes since the last full backup.\{\{nl\}\} Less time to create, than full backup, but more time to recover. \tn % Row Count 15 (+ 8) % Row 2 \SetRowColor{LightBackground} {\bf{Incremental Backup}} & Unlike differential backup, incremental backup, only backup the data which has been changed since last full backup or last incremental backup.\{\{nl\}\} Fastest backup to create, but slowest backup to recover. \tn % Row Count 24 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{File Systems}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{FAT (File Allocation Table)}} & FAT provides an operating system with a map over the clusters, on which a file is stored.\{\{nl\}\} FAT increases the life of a hard disc, since it reduces the amount of time psysical seeking is required.\{\{nl\}\} All FAT-systems has a max file size of 4GB. \tn % Row Count 13 (+ 13) % Row 1 \SetRowColor{white} {\bf{FAT32}} & Supports drives up to 2TB in size, where its predecessor only supported 2GB.\{\{nl\}\} FAT32 is compatible with every Windows, Mac and Linux system.\{\{nl\}\} Used mostly in USB-drives. \tn % Row Count 22 (+ 9) % Row 2 \SetRowColor{LightBackground} {\bf{exFAT (Extended File Allocation Table)}} & Supports files above 4GB.\{\{nl\}\} Compatible with Windows and newer versions of MAC (software is needed to run on Linux). \tn % Row Count 28 (+ 6) % Row 3 \SetRowColor{white} {\bf{NTFS (NT File Systems)}} & NTFS supports file permissions.\{\{nl\}\} Change journal that can quickly recover errors if the computer crashes.\{\{nl\}\} Shadow copies for backups.\{\{nl\}\} Encryption, disk quota limits, hard links.\{\{nl\}\} Supports almost unlimited file size.\{\{nl\}\} Only fully compatible with Windows. \tn % Row Count 42 (+ 14) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{File Systems (cont)}} \tn % Row 4 \SetRowColor{LightBackground} {\bf{ReFS (Resilient File System)}} & Microsoft's newest file system.\{\{nl\}\} Designed to support extremly large amount of data.\{\{nl\}\} Reliable corruption detection.\{\{nl\}\} Automatically repair corruption on mirror and parity volumes without downtime.\{\{nl\}\} Removes corrupted data from namespace if no copy of data exists.\{\{nl\}\} Detects possible corruption and initiates proactivly repairs it. \tn % Row Count 18 (+ 18) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Disk Quota}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Can only be used on NTFS volumes.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Can track and restrict the amount of space a user can use.} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Is set on volumes, not files or folders.} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Each individual user can be given different size available space.\{\{nl\}\} The default administrator account cannot be given a quota.} \tn % Row Count 7 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{FSRM (File Server Resource Manager)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Is enabled on volumes and folders, but not files.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{There are two types of quotas:} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Hard}}:\{\{nl\}\} Set a limit on the amount of space that the content can use in a volume or folder.} \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Soft}}:\{\{nl\}\} Tracks the disk space used, but doesn't limit it.} \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Both types can notify when a percentage of the limit is reached.} \tn % Row Count 8 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Quotas can be created customly in each volume and folder, or a template can be used.} \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Templates can be used to define space limit, notification thresholds and actions.} \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Templates can be enforced on subfolders, both current and future.} \tn % Row Count 14 (+ 2) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{A quota can be created from a template, to deviate from it. The modified quota doesn't modify the template.} \tn % Row Count 17 (+ 3) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{FSRM can create {\bf{file screen}}.} \tn % Row Count 18 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{File screens prevents specific types of files to be saved on a volume or folder.} \tn % Row Count 20 (+ 2) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{File screens are enabled on volumes and folders, but not to specific users.} \tn % Row Count 22 (+ 2) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{There are two types of file screens:} \tn % Row Count 23 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Active}}:\{\{nl\}\} Prevents the chosen file type from being saved.} \tn % Row Count 25 (+ 2) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Passive}}:\{\{nl\}\} Monitors file types, but doesn't prevent them from being saved.} \tn % Row Count 27 (+ 2) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Like quotas, file screens can also send notifications, and use predefined templates.} \tn % Row Count 29 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{VSS (Volume Shadow copy Service)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Able to backup a volume while it is still being written on.} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Supported on Windows XP/Windows Server 2003 and later.} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{It is enabled on a volume, not on files and folders.} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Up to 64 copies can be stored on the system, and by default they are saved on the same volume. When the limit is reached, the oldest copies are deleted first.} \tn % Row Count 10 (+ 4) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{By default, 10\% of a volume is used for storing shadow copies.} \tn % Row Count 12 (+ 2) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Two snapshots are taken by the data on a volume each day.} \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Windows Backup}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Uses VSS and block-level backup.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Doesn't need to run every incremental backup, just select the date you want the backup from.} \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Can recover the data on the same or a new machine.} \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Automatically reuse the space of old backups, when it creates a new.} \tn % Row Count 6 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Backup volumes, not files or directories.} \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Following volumes can be backed up (must be on a local disk and NTFS-formatted):} \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Full Server}}: Includes all volumes. Best practice.} \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Critical Volumes}}: The operating system.} \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Non-Critical Volumes}}: Files, applications and data.} \tn % Row Count 14 (+ 2) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Can save backups on the following storage types:} \tn % Row Count 15 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Local Disk}}:\{\{nl\}\} Allows backup of all volume types and individual datafiles\{\{nl\}\} Has a max. of 512 copies on one disk.\{\{nl\}\} Disk used for backup is not visible and can't be used for saving data.} \tn % Row Count 20 (+ 5) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{External Disk}}:\{\{nl\}\} Allows backup of all types of volumes and individual datafiles\{\{nl\}\} Disk is not visible\{\{nl\}\} Can use multiple disks.} \tn % Row Count 23 (+ 3) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Shared Folder}}:\{\{nl\}\} Allows backup of all types of volumes and individual datafiles, Backups are not saved consecutively unless stored in individual subfolders.} \tn % Row Count 27 (+ 4) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{DVD}}:\{\{nl\}\} Only allows backup of volumes.\{\{nl\}\} Critical volumes can be used for system restore.\{\{nl\}\} Volume is compressed on the DVD\{\{nl\}\} Can span multiple disks.} \tn % Row Count 31 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Windows Backup (cont)}} \tn % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The followiing types of backups can be made:} \tn % Row Count 1 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{Automatic Backup}}:\{\{nl\}\} Runs by default once every day, use {\bf{wbadmin disable backup}} to disable this.\{\{nl\}\} To change the automatic backup run the {\bf{Task Scheduler}} and type {\bf{wbadmin start backup}}.\{\{nl\}\} Need to determine where to place the backup.\{\{nl\}\} Can only be used on local or external disks.} \tn % Row Count 8 (+ 7) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{{\bf{Manuel Backup}}:\{\{nl\}\} Can create backups on all mentioned storage types.\{\{nl\}\} Can recover individual files and folders from backups on local and shared folders.\{\{nl\}\} Local disk is automatically chosen if not changed.\{\{nl\}\} Use as supplement for scheduled backups.} \tn % Row Count 14 (+ 6) % Row 17 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{{\bf{System State Backup from Command Line}}:\{\{nl\}\} Created with the command {\bf{wbadmin start systemstatebackup}}.\{\{nl\}\} Can only be stored on local or external disk.\{\{nl\}\} Only used to recover system state and system application.\{\{nl\}\} Can only be scheduled with a script.} \tn % Row Count 20 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}