From 965c3e37f7dab558356c7762166b622af9208b3b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 14 Aug 2007 14:29:17 +0200 Subject: [PATCH] More todo for netstream --- doc/todo/netstream-1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/todo/netstream-1 b/doc/todo/netstream-1 index 0e13896..9b7a514 100644 --- a/doc/todo/netstream-1 +++ b/doc/todo/netstream-1 @@ -25,3 +25,24 @@ rsync_extra global! Analyzer: - grosse Dateien - grosse Veraenderungen +-------------------------------------------------------------------------------- +exclude-lists-doku: +freebsd: + /usr/ports/* + /proc/* + /dev/* + /tmp/* + /var/tmp/* +linux: + /sys/* + /proc/* + /dev/* + /tmp/* +-------------------------------------------------------------------------------- + -S, --sparse + Try to handle sparse files efficiently so they take up less space on the des‐ + tination. Conflicts with --inplace because it’s not possible to overwrite + data in a sparse fashion. + +-------------------------------------------------------------------------------- + Always report return code!