Changes between Version 27 and Version 28 of Documentation


Ignore:
Timestamp:
Dec 18, 2024, 2:37:43 AM (8 months ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v27 v28  
    334334Then you can either use afio:
    335335{{{
    336 afio -ZP lzop -iv /cdrom/archives/13.afio.lzo
     336afio -ivZ -P lzop /cdrom/archives/13.afio.lzo
    337337}}}
    338338or cpio:
     
    342342If you used bzip2 instead of lzo, then unpack with:
    343343{{{
    344 afio -ZP bzip2 -iv /cdrom/archives/13.afio.bz2
     344afio -ivZ -P bzip2 /cdrom/archives/13.afio.bz2
    345345}}}
    346346Adapt to the compression tool you used at backup time.