Configurare un compressore custom in Amanda
Jump to navigation
Jump to search
- Dichiarare il tipo di compressione nel job type
sudoedit /etc/amanda/DailySet1/amanda.conf
define dumptype test {
...
compress server custom
server_custom_compress "/usr/bin/mycompressor"
...
}
- Se il compressore richiede delle opzioni, creare un wrapper script che lo chiami, ed utilizzare quello nella dichiarazione precedente