File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 98
98
move-plots - move chia plots from source directory to a target directory with enough space left
99
99
100
100
USAGE:
101
- move-plots [-v] SOURCE_DIRECTORY TARGET_DIRECTORY ...
102
- move-plots -v /source /plots/a /plots/b /plots/c
101
+ move-plots [-r RESERVE] [-v] SOURCE_DIRECTORY TARGET_DIRECTORY ...
102
+ move-plots -r 0 - v /source /plots/a /plots/b /plots/c
103
103
104
104
VERSION:
105
105
0.1.0
@@ -133,7 +133,7 @@ The script can easily be integrated with cron. Simply open the users crontab via
133
133
- plots are moved one after another (sequentially)
134
134
- before a single plot gets moved each target disk is evaluated for plot capacity
135
135
- the actual move operation is performed by the ` mv ` command (don't wanted to reinvent the wheel)
136
- - in case there is no disc space left for further plots, the script will error ` ...no disk space left `
136
+ - in case there is no disk space left for further plots, the script will error ` ...no disk space left `
137
137
- windows is not supported and there is also no plan to support it
138
138
139
139
## Kind gestures
You can’t perform that action at this time.
0 commit comments