\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{crysal} \pdfinfo{ /Title (backup.pdf) /Creator (Cheatography) /Author (crysal) /Subject (Backup 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}{368AA3} \definecolor{LightBackground}{HTML}{F2F7F9} \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 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{crysal} via \textcolor{DarkBackground}{\uline{cheatography.com/78469/cs/19131/}}} \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}crysal \\ \uline{cheatography.com/crysal} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 19th March, 2019.\\ Updated 19th March, 2019.\\ 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*}{3} \begin{tabularx}{5.377cm}{x{1.34379 cm} x{3.63321 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Disk}} \tn % Row 0 \SetRowColor{LightBackground} Basisk Disk & Kan kun indeholde 4 primære partitioner. En enkelt af disse kan være en extended partition. 26 logiske drev, der kan være 23 på den extended altså 3+23=26. \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Dynamisk Disk & Alle simple, spanned, striped, mirrored, osv. er dynamiske diske, og skal være dette for at fungere. Der kan ikke installeres OS. \tn % Row Count 11 (+ 5) % Row 2 \SetRowColor{LightBackground} Simple Volume & Dynamisk, består af ledig plads på et enkelt dynamisk drev. \tn % Row Count 14 (+ 3) % Row 3 \SetRowColor{white} Disk \seqsplit{Management} & Et GUI i Windows til at håndtere de installerede drev, initialisere, opdele, partitionere osv. Herinde kan man også oprette nye Simple volume, RAID 0, RAID 1 osv. Man kan mindske, øge partitioner og volumer. Konvertere til et andet filsystem. \tn % Row Count 23 (+ 9) % Row 4 \SetRowColor{LightBackground} Diskpart & Kan stort set det samme som disk management og lidt til. Dog er dette ved hjælp af kommandoprompten. \tn % Row Count 27 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.29402 cm} x{3.68298 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Shadow copy}} \tn % Row 0 \SetRowColor{LightBackground} VSS & VSS er en windows service som kan lave backup copies af snapshot og computer volumes VSS står for Volume shadow copy det bliver også kendt som volume snapshot \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} GUI & hvis man skal have en gui til sin shadow copy skal man bruge programmet ShadowCopyView der kan du se alt om de backups som du har lavet samt info om dem \tn % Row Count 12 (+ 6) % Row 2 \SetRowColor{LightBackground} AT \seqsplit{kommandoer} & AT kommandoer er gammelt og man ikke bruger mere, brug schtask.exe(Scheduled Task) i stedet for. \tn % Row Count 16 (+ 4) % Row 3 \SetRowColor{white} Scheduled Task & denne funktion gør at man kan lave en plan over hvornår der skal laves en backup så kan det hele planes ud i stedet for at man manuel skal gøre det. Som standard sker shadow copy to gange pr. dag. \tn % Row Count 23 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Startup}} \tn % Row 0 \SetRowColor{LightBackground} BCD & Boot configuration data er en firmware database som holder øje med din boot time og det er erstattet af windows boot manager. \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} System State Recovery & En del af Windows Backup, som tager backup af alle systemets indstillinger, såsom registry, COM og database, certifikater og certifikat services, AD, Sysvol, IIS (såfremt rollerne er installeret). \tn % Row Count 13 (+ 8) % Row 2 \SetRowColor{LightBackground} DSRM & Directory Services Restore Mode tillader en safe boot mode for Windows domain controllers. \tn % Row Count 17 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Diske Quota}} \tn % Row 0 \SetRowColor{LightBackground} FSRM & det står for File Server Resource Manager og det er en feature som gør at du kan manage og klassificere data gemt på din fil server \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Quota & Udtryk for en mængde. Disk quotas kan kun blive sat på NTFS volumer. Disk kvoter er sat på volumet, og ikke individuelle filer. Alle filer ejet af en bruger tæller mod kvote grænsen. \tn % Row Count 14 (+ 8) % Row 2 \SetRowColor{LightBackground} Hard quota & prevent users from writing data to disk. With hard quotas, the utility automatically limits the user disk space for you, and no users are granted exceptions \tn % Row Count 20 (+ 6) % Row 3 \SetRowColor{white} Soft quota & send you alerts when users are about to exceed disk space. Unlike hard quotas, there is no physical restriction to prevent users from saving their data \tn % Row Count 26 (+ 6) % Row 4 \SetRowColor{LightBackground} Dirquota & dirquota er en feature som som automatisere filsystemers kvota \tn % Row Count 29 (+ 3) % Row 5 \SetRowColor{white} File screening & File screening file screening bruges til at kunne administrere hvor specielle filtyper kan gemmes og på hvilke definerende stiger \tn % Row Count 34 (+ 5) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{1.69218 cm} x{3.28482 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Diske Quota (cont)}} \tn % Row 6 \SetRowColor{LightBackground} Windows Server Backup & Som udgangspunkt benytter man tre typer backup: Full backup, incremental backup og differential backup. Full backup, er som navnet antyder en full backup. Incremental backup, tager kun backup af det data der er blevet ændret siden sidste backup. En ulempe ved incremental backup er at det kan tage tid at gendanne sin data, da man skal alle sine "punkter" igennem for at komme tilbage til det ønskede punkt. Differential backup minder om incremental backup på den måde at der også startes med en full backup og at det derefter kun er ændringerne der bliver gemt. Forskellen er at mens incremental backup kun inkluderer de data der er ændret siden sidste backup, gemmer differential backup alle ændringer siden sidste full backup. Fordelen ved differential backup i forhold til incremental backup er kortere restore tid. Når man tilrettelægger sin backup plan, vil man naturligvis tage højde for de behov en given situation kræver. Som regel vil der blive benyttet en blanding af de forskellige backup typer. \tn % Row Count 40 (+ 40) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.54747 cm} x{4.42953 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Filsystemer}} \tn % Row 0 \SetRowColor{LightBackground} FAT & File Allocation Table (FAT12 eller FAT16) systemerne er opkaldt efter størrelsen på datastrukturen. Det kan være smart at bruge FAT på flytbare medier, da alle store operativsystemer understøtter FAT. Du kan altså flytte filer mellem eksempelvis Windows og Ubuntu med et USB stick der er formateret som FAT. \tn % Row Count 9 (+ 9) % Row 1 \SetRowColor{white} FAT32 & er meget gammelt. FAT32 filer kan ikke være større end 4GB. En harddisk formateret med FAT32 kan ikke være større end 8TB. \tn % Row Count 13 (+ 4) % Row 2 \SetRowColor{LightBackground} NTFS & er det nyere filsystem, som erstatter FAT32. Kompatibilitet er et problem for ikke-Windows. Hvis vi skal overføre filer på mere end 4GB fra computer til USB Er NTFS det eneste brugbare fil format \tn % Row Count 19 (+ 6) % Row 3 \SetRowColor{white} ext4 & fourth extended filesystem er et journaling filsystem til Linux og er efterfølgeren til ext3. ext4 understøtter volumes på op til 1 exbibyte(EiB) og enkelte filer på op til 16 tebibytes. ext er bagudkompatibelt med ext2 og ext3. ext4 kan pre allokerer disk plads til en fil, dette kan være nyttigt til eksempelvis streaming databaser. \tn % Row Count 29 (+ 10) % Row 4 \SetRowColor{LightBackground} ReFS & blev introduceret med win server 2012, det var meningen at det skulle afløse NTFS, Muligheden for at oprette ReFS volumes blev fjernet i Windows 10, for alle versioner på nær pro og enterprise. Cluster size på ReFS volume er enten 4 eller 64 KiB. \tn % Row Count 37 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{0.9954 cm} x{3.9816 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Raid}} \tn % Row 0 \SetRowColor{LightBackground} RAID 0 & Data is distributed across an array of drives to improve speed. RAID 0 does not back up your data like other arrays, so if a single drive fails then all data on the array would be lost \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} RAID 1 & Data on a drive is copied in its entirety to each drive in the array simultaneously. RAID 1 provides twice the read rate but the same write speed of a single drive. \tn % Row Count 12 (+ 6) % Row 2 \SetRowColor{LightBackground} RAID 5 & Provides both backup and increased speed. Additionally, a RAID 5 array can continue operating normally if one of its drives fails. The performance speed of the array will be reduced until the failed drive is replaced, but no data loss would occur. This array requires a minimum of 3 drives. \tn % Row Count 22 (+ 10) % Row 3 \SetRowColor{white} RAID 6 & Similar to RAID 5, RAID 6 offers both backup and increased speed. Additionally, a RAID 6 array can continue operating if up to two of its drives fail. This requires a minimum of 4 drives. \tn % Row Count 28 (+ 6) % Row 4 \SetRowColor{LightBackground} RAID 10/01 & Two or more RAID 0 (increased speed) arrays are created and they are each mirrored via an overall RAID 1 (data backup) array. By definition, this configuration requires at least 4 drives. \tn % Row Count 34 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}