Improve docs

This commit is contained in:
Joey Hafner 2022-05-10 12:02:26 -07:00
parent 9f03219338
commit 67f2da87a8
2 changed files with 10 additions and 3 deletions

View File

@ -0,0 +1,4 @@
## Create a Torrent File
On Windows, use qBitTorrent's [Torrent Creator](https://www.ghacks.net/2019/09/20/how-to-create-a-private-torrent-using-qbittorrent/)
On Linux (CLI), use [`ctorrent`](http://manpages.ubuntu.com/manpages/bionic/man1/ctorrent.1.html). (Like: `ctorrent -t -s output_file.torrent /path/to/source/dir`)

View File

@ -12,9 +12,12 @@ For a living portal listing all user-facing services, go to https://home.jafner.
This repository is automatically pushed to the host when a change is made to a file in this subdirectory.
## Sharing Files
For files smaller than 2 GB, use [XBackBone](https://xbackbone.jafner.net).
For files between 2 GB and 400 GB, use [Mega](https://mega.io/).
For files greater than 400 GB, ship a drive.
For files smaller than 2 GB, use [XBackBone](https://xbackbone.jafner.net).
For files greater than 2 GB, use one of the following:
* [Mega](https://mega.io/) - For transfers up to 400 GB
* [SFTP](./config/sftp/README.md) - For transfers up to the free space of `/mnt/md0/sftp`
* [BitTorrent](/seedbox/config/deluge/README.md)
## System `/etc/fstab`
```