Skip to content

Tag Archives: tar

typisches tar für tape-backups

23-Aug-11

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ß.