[Assorted-commits] SF.net SVN: assorted:[1898] configs/trunk/src/cron/bitrot.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2017-05-12 21:56:45
|
Revision: 1898 http://sourceforge.net/p/assorted/svn/1898 Author: yangzhang Date: 2017-05-12 21:56:43 +0000 (Fri, 12 May 2017) Log Message: ----------- Tweak bitrot.bash Modified Paths: -------------- configs/trunk/src/cron/bitrot.bash Modified: configs/trunk/src/cron/bitrot.bash =================================================================== --- configs/trunk/src/cron/bitrot.bash 2017-03-14 18:43:36 UTC (rev 1897) +++ configs/trunk/src/cron/bitrot.bash 2017-05-12 21:56:43 UTC (rev 1898) @@ -3,6 +3,6 @@ workon bitrot for dir in /media/yang/ /media/mybook/ /mnt/store/yang/ /mnt/partycat/media/store/ ; do - ( cd "$dir"; nice -n19 ionice -c3 bitrot --quiet; ) + ( cd "$dir"; echo "$dir" >> /tmp/bitrot.log; nice -n19 ionice -c3 bitrot --quiet; ) done wait This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |