Skip to content

Web-app to estimate usable space in different btrfs RAID configurations

License

BSD-3-Clause, OFL-1.1 licenses found

Licenses found

BSD-3-Clause
LICENSE
OFL-1.1
OFL.txt
Notifications You must be signed in to change notification settings

Forza-tng/btrfs-usage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

btrfs space usage tool

This is a small web-app to estimate the amount of space that you'll get out of btrfs in different disk and RAID configurations.

Build and deployment

This project is written entirely in elm, so you will need to install the elm compiler.

To build, simply:

 $ make

Unit tests are provided with elm-test; use one of the following:

 $ elm-test
 $ elm-test --watch
 $ make test
 $ make test-watch

Deployment is then a matter of copying the contents of the ./build/assets directory into a web server. For testing purposes, a local webserver can be started with:

 $ make webserver

License

Licensed under the 3-clause BSD license. See the file LICENSE for more details.

Parts of this software are licensed under the SIL Open Font License 1.1 (OFL). See the file OFL.txt for the text.

About

Web-app to estimate usable space in different btrfs RAID configurations

Resources

License

BSD-3-Clause, OFL-1.1 licenses found

Licenses found

BSD-3-Clause
LICENSE
OFL-1.1
OFL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 91.9%
  • CSS 4.3%
  • HTML 1.9%
  • Makefile 1.9%