[Assorted-commits] SF.net SVN: assorted:[1903] configs/trunk/src/cron/bitrot.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2017-06-28 00:18:40
|
Revision: 1903 http://sourceforge.net/p/assorted/svn/1903 Author: yangzhang Date: 2017-06-28 00:18:39 +0000 (Wed, 28 Jun 2017) Log Message: ----------- Do not bitrot partycat over LAN (very slow) Modified Paths: -------------- configs/trunk/src/cron/bitrot.bash Modified: configs/trunk/src/cron/bitrot.bash =================================================================== --- configs/trunk/src/cron/bitrot.bash 2017-05-12 22:00:12 UTC (rev 1902) +++ configs/trunk/src/cron/bitrot.bash 2017-06-28 00:18:39 UTC (rev 1903) @@ -2,7 +2,7 @@ workon bitrot -for dir in /media/yang/ /media/mybook/ /mnt/store/yang/ /mnt/partycat/media/store/ ; do +for dir in /media/yang/ /media/mybook/ /mnt/store/yang/ ; do ( 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. |