RFc Networking e Informatica
Pubblicata su RFc Networking e Informatica (https://www.rfc.it)

Home > Amanda Introduzione > Configurazione > Dove salvare

Dove salvare

Alcune direttive in amanda.conf definiscono il device di destinazione del backup.

tapedev "file:/space/vtapes/test/slots"
......

tapetype DVD_SIZED_DISK
......

define tapetype DVD_SIZED_DISK {
  filemark 4 KB
  length 4482 MB
}

La chiave tapedev "file:/space/vtapes/test/slots" definisce il device su cui salvare. Nel caso specifico una cartelle del file system del server di backup. Lo spazio disco viene trattato da Amanda come un nastro le cui caratteristiche sono definite attraverso la chiave tapetype DVD_SIZED_DISK e la corrispondente descrizione nella sezione define tapetype.
Nell’esempio è stato definito uno spazio di 4,4 GB, quanto un DVD. Questo consente di masterizzare le cartelle di backup su DVD.
 

  • Aggiungi un commento [1]
Categoria: 
backup [2]
linux [3]

RFc -Restori Fabrizio Consulenze-  S.da Buffolara, 67 -43126 Parma- Tel. +39 335 240228 Fax +39 0521 940035   P.IVA 01788460341

webmaster: Fabrizio
Note

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37939674-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
var _paq = _paq || []; _paq.push(["trackPageView"]); _paq.push(["enableLinkTracking"]); (function() { var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.rfc.it/piwik/"; _paq.push(["setTrackerUrl", u+"piwik.php"]); _paq.push(["setSiteId", "1"]); var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); })();

URL di origine:https://www.rfc.it/content/amanda-dove-salvare

Links
[1] https://www.rfc.it/comment/reply/87#comment-form [2] https://www.rfc.it/category/categoria/backup [3] https://www.rfc.it/category/categoria/linux