Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some settings are lost after container restart. #48

Open
javydekoning opened this issue Mar 8, 2018 · 8 comments
Open

Some settings are lost after container restart. #48

javydekoning opened this issue Mar 8, 2018 · 8 comments

Comments

@javydekoning
Copy link

e.g. the default download directory (I use a subfolder of /downloads and use Sonarr/Radarr to move the files).

Ratio groups also seem to get lost after a container upgrade (issue for autodl-irssi download actions).

@leviwheatcroft
Copy link

are you mapping /downloads to an external volume with sometihnig like -v /path/on/host:/downloads

@javydekoning
Copy link
Author

javydekoning commented Apr 5, 2018

Yes, I do.

    volumes: 
      - ./downloads:/downloads  

Ratio Groups are fine now. It's just that the default download directory gets pushed back to the root of '/downloads' after every restart.

@cactushydrocodone
Copy link

Thats normal, as rutorrent settings get lost if you restart the container. They are not permanent.
See the rutorrent / rtorrent page of the original developer for that.

@Nabukodonosor
Copy link

That's horrible! I have to set everything up every time my container restarts. I can't believe that's a feature, and not a bug.

@cactushydrocodone
Copy link

@Nabukodonosor rutorrent has a settings file in which you can configure the stuff you want. rutorrent just has no feature that allows saving configuration to this file.

@Nabukodonosor
Copy link

You mean .rtorrent.rc file? Even if I save settings to this file, everything is back to default once the container restarts.

@cactushydrocodone
Copy link

@Nabukodonosor No thats the configuration file for rtorrent, i meant the configfile for rutorrent.

@Nabukodonosor
Copy link

What file is that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants