I have to admit, that while I have had some sort of 'nix machine around the house for the past six or seven years, I'm no pro by any means, so I don't know if this is possible. Right now I am running deluge Deluge 1.2.1 on Ubuntu 9.10 server. I poked around a bit, and noticed that there is an option within deluged to change the config file it uses. If I have two config files, can I switch between them on the fly like this:
Code: Select all
deluged --config=/path/slow.conf
Code: Select all
deluged --config=/path/fast.conf
Also, how do I safely shutdown deluged? I'm running on decade old hardware, so checking torrents when it's not shut down cleanly takes a very long time. My server is a laptop, so it has it's own (kinda sorta) built-in UPS, but the batteries are so old that I only get 20 minutes of runtime once its unplugged, so I'd like to throw a line into my ACPI to cleanly shut down deluged when I lose power during storms.