30
edits
Changes
→File-based backup
# Perform a backup using your favorite backup tool
# (tar is just an example)
tar cf backup.tar $MNTDIR # tar with compression examples, see man page of tar for more options# tar cfJ backup.tar.xz $MNTDIR# tar cfz backup.tar.gz $MNTDIR
# Unmount the snapshot