SkillAgentSearch skills...

Chiabuffer

Python script to monitor a Buffer drive and move plots to a dest drive.

Install / Use

/learn @wolfrage76/Chiabuffer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

chiabuffer

Python script to monitor a Buffer drive and move plots to a dest drive. Will not include destination drives with less than minSize amount. Usage:

python3 buffer.py

Settings to edit:

ext = "plot" # extension we are looking for (you can test usuing .txt files, etc)

minSize = 800 # Size in GB - if a dest drive has less free space remaining, it's removed from list

sources = ["/mnt/from/"] # Comma separated list of dirs to monitor (/ at end is needed for linux!)

destinations = ["/mnt/to/"] # comma separated list of dirs to move plots into (/ at end is needed for linux!)

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks3

Languages

Python

Security Score

55/100

Audited on Feb 9, 2024

No findings