commit: 33d2927e3e888a824e39b034d030eaf8a144278c
parent 85dd06e817da623e9a416f29daccaddb8e3e4c36
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 23 Nov 2024 12:32:18 +0100
cmd/sync.1: Add caveat about sync(2) lack of error
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/cmd/sync.1 b/cmd/sync.1
@@ -39,3 +39,10 @@ utility appeared in
.At v4 .
.Sh AUTHORS
.An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me
+.Sh CAVEATS
+Due to
+.Xr sync 2
+not indicating errors, synchronisation failures can't be detected.
+So the file(s) to be synchronised should be specified, or if available in your system, the
+.Fl f
+option to synchronise a whole filesystem.