[Assorted-commits] SF.net SVN: assorted:[1888] configs/trunk/src/cron/bitrot.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2015-10-26 00:33:46
|
Revision: 1888 http://sourceforge.net/p/assorted/svn/1888 Author: yangzhang Date: 2015-10-26 00:33:44 +0000 (Mon, 26 Oct 2015) Log Message: ----------- Run bitrot nicely Modified Paths: -------------- configs/trunk/src/cron/bitrot.bash Modified: configs/trunk/src/cron/bitrot.bash =================================================================== --- configs/trunk/src/cron/bitrot.bash 2014-09-10 07:00:21 UTC (rev 1887) +++ configs/trunk/src/cron/bitrot.bash 2015-10-26 00:33:44 UTC (rev 1888) @@ -2,7 +2,7 @@ workon bitrot -for dir in /media/yang/ /mnt/store/yang/ ; do - ( cd "$dir"; bitrot; ) & +for dir in /media/yang/ /media/mybook/ /mnt/store/yang/ ; do + ( cd "$dir"; nice -n19 ionice -c3 bitrot; ) & done wait This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |