I have switched to afio for backing up files on Xenix because the resulting archive is much smaller than with tar, and because afio is much faster than cpio. Both cpio and afio are meant to be driven by find: "find caf spool/yam telegodzilla lib -print | afio -ovzb 32k /dev/rct0" The find -newer option is useful for incremental backups.