Changes between Version 27 and Version 28 of Documentation
- Timestamp:
- Dec 18, 2024, 2:37:43 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v27 v28 334 334 Then you can either use afio: 335 335 {{{ 336 afio - ZP lzop -iv/cdrom/archives/13.afio.lzo336 afio -ivZ -P lzop /cdrom/archives/13.afio.lzo 337 337 }}} 338 338 or cpio: … … 342 342 If you used bzip2 instead of lzo, then unpack with: 343 343 {{{ 344 afio - ZP bzip2 -iv/cdrom/archives/13.afio.bz2344 afio -ivZ -P bzip2 /cdrom/archives/13.afio.bz2 345 345 }}} 346 346 Adapt to the compression tool you used at backup time.