February 20, 20251 yr For those of you looking, I finally got an idrive template working! The only problem is the appdata backup plugin says: "[⚠️][iDrive] iDrive does not have any volume to back up! Skipping. Please consider ignoring this container." I'm a bit of a newb, only a couple weeks fresh to all of this... using ChatGPT for most of it. Any idea how to fix this? When I try mapping the host to "/mnt/user/appdata/idrive" it breaks. Not sure what else to try. <?xml version="1.0"?> <Container version="2"> <Name>iDrive</Name> <Repository>snorre0815/idrive-docker:latest</Repository> <Registry>https://hub.docker.com/r/snorre0815/idrive-docker</Registry> <Network>bridge</Network> <Shell>bash</Shell> <Privileged>false</Privileged> <Support>https://github.com/snorre-k/idrive-docker</Support> <Project>https://hub.docker.com/r/snorre0815/idrive-docker</Project> <Overview> This container runs iDrive backup for Unraid. It uses a persistent volume to store the configuration and maps an external backup pool (read-only) into the container. </Overview> <Template> <!-- Environment Variables --> <Environment> <Variable> <Name>TZ</Name> <Description>Time Zone</Description> <Default>America/New_York</Default> </Variable> </Environment> <!-- Volume Mappings --> <Volume> <!-- Persistent volume for iDrive configuration --> <Mapping> <Host>idrive</Host> <Container>/opt/IDriveForLinux/idriveIt</Container> <Mode>rw</Mode> </Mapping> <!-- Local time mapping --> <Mapping> <Host>/etc/localtime</Host> <Container>/etc/localtime</Container> <Mode>ro</Mode> </Mapping> </Volume> <!-- Custom Docker Labels (for Unraid) --> <Label> <Variable> <Name>org.unraid.icon</Name> <Description>Container Icon</Description> <Default>https://static.idriveonlinebackup.com/source/images/favicon.ico</Default> </Variable> </Label> <!-- Extra Arguments --> <ExtraArgs>--restart=always</ExtraArgs> </Template> </Container> Edited February 20, 20251 yr by no-one typo
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.