[Assorted-commits] SF.net SVN: assorted:[1897] configs/trunk/src/cron/bitrot.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2017-03-14 18:43:39
|
Revision: 1897 http://sourceforge.net/p/assorted/svn/1897 Author: yangzhang Date: 2017-03-14 18:43:36 +0000 (Tue, 14 Mar 2017) Log Message: ----------- Update disks scanned Modified Paths: -------------- configs/trunk/src/cron/bitrot.bash Modified: configs/trunk/src/cron/bitrot.bash =================================================================== --- configs/trunk/src/cron/bitrot.bash 2017-02-22 07:33:14 UTC (rev 1896) +++ configs/trunk/src/cron/bitrot.bash 2017-03-14 18:43:36 UTC (rev 1897) @@ -2,8 +2,7 @@ workon bitrot -for dir in /media/yang/ /media/mybook/ /mnt/store/yang/ ; do -#for dir in /mnt/store/yang/ ; do +for dir in /media/yang/ /media/mybook/ /mnt/store/yang/ /mnt/partycat/media/store/ ; do ( cd "$dir"; 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. |