this post was submitted on 03 Aug 2023
97 points (90.1% liked)

Linux

45534 readers
1059 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
 

The main cloud services don't even work natively (GoogleDrive, OneDrive, iCloud) basically the only mainstream choice is Dropbox. I tried to use Google Drive in Mint, and it's a pain to get it to work, and usually it stops working after computer restarts.

Someone has a recommendation about how to handle these services?

you are viewing a single comment's thread
view the rest of the comments
[–] CtrlAltOoops 7 points 11 months ago (1 children)

I second that.

With the additional advantage that rclone has modules like crypt and join, which allows you to keep your data encrypted no matter which cloud you use, gaining more cloud space by joining clouds, etc.

[–] [email protected] 2 points 11 months ago (1 children)

rclone

rclone bisync, even it's not good in production, I been using it for 1.5 years, just need to check the log regularly... I just hope this function become stable enough to be on mainstream, then almost all cloud storage works well on it...

[–] CtrlAltOoops 1 points 11 months ago (1 children)

I didn't know this option. Will certainly give it a look.

[–] [email protected] 2 points 11 months ago

Just make sure, that you have logs for it, and check before sync. because sometimes in bisync, you can lost your file... but I already manage it by excluding a lot of .swp, ~.lock., and other temp files.... Mostly temp files is there cause of broken bisync, and when resync, the file that suppose to be synced, deleted...