diff options
author | Leonard Kugis <leonard@kug.is> | 2025-09-08 14:38:46 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-09-08 14:38:46 +0200 |
commit | df676a01240db9227a513e82ff3d9704f3db978a (patch) | |
tree | 31e185e4a495bd25a9df0ea4f8f8df3b80828ff0 | |
parent | 0064a703a1108aadb3e86d92dd93883dc33434bc (diff) | |
download | squashfu-df676a01240db9227a513e82ff3d9704f3db978a.tar.gz |
Added fork information to README
-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 |