More todo for netstream

This commit is contained in:
Nico Schottelius 2007-08-14 14:29:17 +02:00
parent dc5aec71ed
commit 965c3e37f7
1 changed files with 21 additions and 0 deletions

View File

@ -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 its not possible to overwrite
data in a sparse fashion.
--------------------------------------------------------------------------------
Always report return code!