This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am bdowne01 on github. | |
| * I am bdowne01 (https://keybase.io/bdowne01) on keybase. | |
| * I have a public key ASCR5rwCF4Ege9vs2OAKvj81CyOsjfZ2pp77LYCTups_7Ao | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| LOG="/var/log/plottermove-v2.log" | |
| TEMPFILE="/tmp/mountpoints.tmp.${$}" | |
| PLOTTMPFILE="/tmp/plotcopy.tmp.${$}" | |
| INBOUNDDIR="/mnt/exports/chiainbound" | |
| MOUNTPOINTS="/root/mountpoints.list" | |
| MINFREE="300000000" # 300 Gigs | |
| NFSWAITTIME=60 #Time in seconds to wait for plot to be idle (900 == 15 mins) | |
| MAXPROCS=3 |