this post was submitted on 22 Oct 2023
20 points (91.7% liked)

Linux

48092 readers
923 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I recently switched to iDrive for my backup needs but couldn't work out how to get it running on Linux. iDrive provide a series of scripts for Debian machines but this is obviously no good for non Debian systems (using Nixos here). I read about a method of hacking the scripts so they think you're running Debian, but this didn't work. Anyway, I eventually figured it out and thought I'd share the workaround here in case it's useful to anyone. The solution is to use Distrobox. Just set up a Debian box there and run the scripts as described. It took me 2-3 goes to get the dependencies installed but now it's all great and working as intended. Good luck, fellow iDrive users.

top 6 comments
sorted by: hot top controversial new old
[–] possiblylinux127@lemmy.zip 3 points 1 year ago (1 children)

Honestly I would personally use a DIY solution. There are plenty of Linux backup tools and you can always encrypt and upload to a external source

[–] fiddlestix@lemmy.world 1 points 1 year ago

I'm not that tech savvy, and iDrive is cheap 🤣

[–] Kushia@lemmy.ml 2 points 1 year ago* (last edited 1 year ago) (1 children)

You can get the scripts and use them directly. See https://www.idrive.com/readme for details. You don't need Distrobox or anything else.

I have this working on Fedora no problems. Also their customer service is fully supportive and able to answer questions regarding Linux if you need help too, they may even alter the scripts for you if it isn't working on Nixos if you ask nicely.

[–] fiddlestix@lemmy.world 1 points 1 year ago (1 children)

Yeah I think it works on Fedora ok. I spoke to customer service, but they told me I was out of luck with Nixos.

[–] Kushia@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

Glad to see you found a solution then that works.

To use the native scripts I guess you'd probably have to package it correctly to work with Nixos as it needs Perl which I didn't consider earlier.

[–] catharso@discuss.tchncs.de 1 points 1 year ago

Hehe ^^ I would never have thought of dockerizing my stupid backup-scripts although i work with container-stuff fairly often.

I've never dared to try anything other than debian based distros though.

Is that a common approach for non-debian people?