this post was submitted on 22 Oct 2023
23 points (92.6% liked)
Linux
48083 readers
969 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wait....the scripts work for iDrive personal? For some reason I thought they were for the e2 storage.
Yeah, the personal backup and sync. Sorry, I didn't think to make it clear.
No worries at all. You just helped me make a decision. I've been an iDrive customer for years but recently switched to Linux for my primary OS and thought I was out of luck regarding the 5TB for $79/yr plan. So I'll have to investigate further.
Oh cool. For some bizarre reason iDrive ask you to email them to get the link for the scripts. But you can get them here: https://www.idrive.com/online-backup-linux-download So just download the scripts, install Distrobox, and pull the Debian 12 image. Then enter the Distrobox Debian and navigate to the scripts. Change the permissions (chmod a+x *.pl) and execute the account_settings.pl script. I think I got an error about perl, but I just installed it myself (sudo apt install perl) and carried on. I think I might have had another error at some point but I just ran it again and it all pulled through properly. And now my Distrobox is on my iDrive dashboard and everything works properly. Just remember that if you reboot you might need to go back into the Distrobox and execute account_settings.pl again, but because everything's already installed it will just ask you to login, and that's it - you're back online. Good luck!
Oh, I'm running Pop!_OS so it's running just fine. But like I said, I had it mixed up in my head that it was only e2, not their personal tier. But this is great. Thanks!