aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2025-09-08 14:38:46 +0200
committerLeonard Kugis <leonard@kug.is>2025-09-08 14:38:46 +0200
commitdf676a01240db9227a513e82ff3d9704f3db978a (patch)
tree31e185e4a495bd25a9df0ea4f8f8df3b80828ff0
parent0064a703a1108aadb3e86d92dd93883dc33434bc (diff)
downloadsquashfu-df676a01240db9227a513e82ff3d9704f3db978a.tar.gz
Added fork information to README
-rw-r--r--README.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.pod b/README.pod
index 99c4fb3..b7c7cba 100644
--- a/README.pod
+++ b/README.pod
@@ -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