Automate your plot transfer from temporary final folder to farming folder - support both local and remote. NO MORE troubles on stop/start plotting tool or keep changing config.yaml, NO MORE troubles on staring at farming drive space availability as you will be notified via Discord; set your plotting tool to infinite, whenever PRIMARY destination is full, it will transfer to BACKUP destination, you only need to edit remote.sh to add/change target destination.
YOU MUST HAVE rclone, tmux/screen (optional) installed and a Discord Webhook
PLEASE DO A CLEAN INSTALLATION IF YOU ARE UPGRADING FROM V1.0 - SEE BELOW
git clone https://github.com/TaijiMonster/plots-move.git
cd plots-move
cp remote.sh.default remote.sh
cp discord.sh.default discord.sh
- Edit
nano remote.sh
, simple self explanatory notes in the file - Edit
nano discordALERT.sh
, put in your own Discord webhook sudo chmod +x *.sh
- Create a new tmux/screen session [OPTIONAL]
- Start the transfer
./upload.sh
rm -rf ~/plots-move
git clone https://github.com/TaijiMonster/plots-move.git
cd plots-move
cp remote.sh.default remote.sh
cp discord.sh.default discord.sh
- Edit
nano remote.sh
, simple self explanatory notes in the file - Edit
nano discordALERT.sh
, put in your own Discord webhook sudo chmod +x *.sh
- Create a new tmux/screen session [OPTIONAL]
- Start the transfer
./upload.sh
- You DO NOT need to setup/create a rclone configuration
- Moving of transfer of plot will move to BACKUP destination when PRIMARY destination ran out of space or is less than required K size plot space you chosen in remote.sh
- Only one plot will be transfer/move at anytime/per rclone session
- Discord notification will not stop if you do not set a BACKUP destination folder
- If PRIMARY destination folder ran out of space, Discord will send you 5 notifications, make sure you have a BACKUP destination entered in remote.sh
- Please DO NOT enable your destination folder in config.yaml until it is fully filled with plots else it will affect your farming read time, YOU MIGHT BE LOSING REWARDS!
Let me know if there's any issue.