From 55bce4dfe1058015467363fbf7dcaa7cda10837b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 27 Jun 2022 10:51:10 -0700 Subject: [PATCH] Move torrent documentation to server --- homelab/server/config/qbittorrent/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 homelab/server/config/qbittorrent/README.md diff --git a/homelab/server/config/qbittorrent/README.md b/homelab/server/config/qbittorrent/README.md new file mode 100644 index 00000000..64971e18 --- /dev/null +++ b/homelab/server/config/qbittorrent/README.md @@ -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`) +