Displaying 1 result from an estimated 1 matches for "03_19".
Did you mean:
0319
2005 Apr 04
1
Expressions in --exclude-from file
.../tv1/2005/
to move files selectively to a storage computer, but I want to avoid
including files that are currently
being captured. When I include today and a great relative yesterday like
this
*$(date +%F)*
*$(date --date="-1 day" +%F)*
in the nosync file, files like 2005-04-03_19:00_KCBS_60_Minutes.txt
still get included. I then try
rsync -rutvn --exclude=$(date +%F) --exclude=$(date --date="-1 day"
+%F) --exclude-from=/ssa/TV/scripts/nosync --remove-sent-files
/ssa/TV/2005/ /tv1/2005/
which works, but the strings are long and rsynch appears not to allow...