this post was submitted on 07 Oct 2024
31 points (100.0% liked)
KDE
5287 readers
137 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
are you looking for a google drive replacement? or a tool to sync google drive to your linux/kde system?
A tool to sync GDrive to my system. That's pretty much what Google's software did in Windows.
@cyborganism @harsh3466 @kde
That is what nexcloud Integration dies.
There is a folder, which will be synced with nextcloud.
Isn't NextCloud on-prem self-hosting?
@cyborganism @harsh3466
I used https://freefilesync.org/ for that. You can also try using https://foldersync.io/
If you don’t need a GUI,
rclone
is perfect for this. I personally use it with Storj.Yeah I guess that will have to do. I'll go read the docs and see how to set it up.
rclone mount
is pretty great but if you’re doing any heavy workloads that expect all the files to be there, maybe syncing (rclone copy
,rclone sync
) is the better route.Just be very careful with
rclone sync
because it can lead to unexpected data loss if you don’t know what you’re doing.