Auto replace plots older than a given date #963
zorner
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a duplicate discussion from Machinaris repo.
All my plots were OG(solo) plots. I have created some custom archive scripts to replace the OG plots with NFT(portable) plots.
This is still a work in progress.
The disk_space_script tries to guess if there is enough free space for another plot. If not, it looks for the oldest plot by modification date. This is often when the plot was moved, not when it was created. If the date is before newest_OG_date, it deletes that plot and then gets the list of dir:free_space as normal.
Some logging has been added to the transfer_script.
local_rsync_plot_replacement -> disk_space_script:
local_rsync_plot_replacement -> transfer_script:
rsyncd_plot_replacement is similar, only using ssh to reach the harvester.
Beta Was this translation helpful? Give feedback.
All reactions