Skip to content

typisches tar für tape-backups

tar --checkpoint=10 --blocking-factor=128 --checkpoint-action=dot --totals -cvMRf /dev/st0 <FILES>
--checkpoint macht alle 10 records die action aus --checkpoint-action. dot ist die ausgabe eines punktes. --blocking-factor 128 macht die records 512 x 128 bytes groß.