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!