diff options
-rw-r--r-- | README.pod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ =head1 NAME -squashfu - an incremental backup solution +squashfu - an incremental backup solution - Fork =head1 SYNOPSIS @@ -9,7 +9,9 @@ I<squashfu> <action> [options] =head1 DESCRIPTION I<squashfu> is a Bash based backup utility that uses the flexibility of rsync, squashfs, -and aufs to create incremental backups and offer limited compression. +and OverlayFS to create incremental backups and offer limited compression. +This is a fork implementing OverlayFS support, as recent Linux kernels do not support +aufs anymore by default. =head1 ACTIONS |