31 Jan
2010
31 Jan
'10
9:04 p.m.
"L.M.J" linuxmasterjedi@free.fr:
...
rsync -a --delete $i ${PATHTOSAFEPLACE}/$(date +%u)/${i}/
...
The downside to not using --fuzzy, is that the entire article is transferred again if a message names changes slightly (ie. if we're talking maildir here), as a result of status change.
Note if you decide to use --fuzzy and want to delete articles, you should chose --delete-after. Otherwise rsync will delete the candidates for fuzzy name matching, before having a chance to make use of them.