1DELUGE(1) General Commands Manual DELUGE(1)
2
3
4
6 deluge - A BitTorrent client
7
8
10 deluge [options] [torrent-file]
11
12
14 Deluge utilizes a client/server model, with deluged being the daemon
15 process and deluge being used to launch a user-interface.
16
17 By default, Deluge will run in Standalone mode where the daemon func‐
18 tionality will be hidden. You can switch to Thinclient mode in the
19 Preferences dialog.
20
21
23 Config Options
24 -c path, --config=path
25 Set the config directory location.
26
27
28 UI Options
29 See deluge -h for available user interfaces.
30
31 user_interface [ui-args] Alternative UI to launch, with optional ui
32 args
33
34 -s default_ui, --set-default-ui=default_ui
35 Sets the default UI to be run when no UI is specified
36
37
38 Logging Options
39 -l file, --logfile=file
40 Output to specified logfile instead of stdout
41
42 -L loglevel, --loglevel=loglevel
43 Set the log level (default is error): none, info, warning,
44 error, debug
45
46 -q, --quiet
47 Sets the log level to none, same as -L none
48
49 --logrotate[=max-size]
50 Enable logfile rotation, with optional maximum logfile size,
51 default: 2M (Logfile rotation count is 5)
52
53 --profile[=file]
54 Profile with cProfile. Outputs to stdout unless a filename is
55 specified
56
57
58 Help Options
59 -V, --version
60 Show program's version number and exit.
61
62 -h, --help
63 Show help message and exit.
64
65
67 deluged(1), deluge-web(1) deluge-console(1),
68
69
71 Deluge Team: http://www.deluge-torrent.org
72
73
74
75 DELUGE(1)