#2028: Don't save state information in configuration files
-----------------------------+----------------------------------------------
Reporter: daenney | Owner:
Type: feature-request | Status: new
Priority: minor | Milestone: Future
Component: core | Version: git master
Keywords: |
-----------------------------+----------------------------------------------
I've recently taken up the habit of storing configuration files in git,
for better or for worse in case my server explodes I still have my
configuration backed-up.
However, Deluge saves state-information in certain .conf files. For
example, {{{blocklist.conf}}} contains information on when the blocklist
was last updated and how many entries it contains.
{{{Web.conf}}} for some reason actually stores the current sessions and
{{{labels.conf}}} stores torrent hashes with their label association.
Though this information is useful it makes it impossible to version Deluge
configuration files as every so often git will see the file as changed
without it containing actual configuration changes, only state changes.
I'd like to propose to split off this state information into
{{{state/file.conf}}} and keep the actual configuration files in
{{{.conf/deluge}}} as static as possible.
I'm willing to work on a patch for this myself as long as one of the
developers thinks this makes sense so I don't do work that will never get
merged.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2028>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.