Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added Options description to the Usage section
  • Loading branch information
neuronull authored Aug 28, 2021
1 parent 926dbf9 commit 572d3dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ hdds = [
"/mnt/hdd7",
"/mnt/hdd8",
]
[options]
only_replace = false
```

Populate ssds with a list of the directories where new plots are to be found. These are the plots you want to keep.
Expand Down Expand Up @@ -94,6 +97,10 @@ sudo chmod +w /mnt/hdd1/legacy_plots
sudo chmod +w /mnt/hdd1/legacy_plots
```

### Options

- only_replace : If you only want to replace legacy plots and do not want to fill remaining space on hdds with new pool plots, then set the only_replace option to true

# Example

In the below example, there is one new pool plot which is already done on the ssd and ready to be moved to an hdd.
Expand Down

0 comments on commit 572d3dd

Please sign in to comment.