Seeking Linux Solutions for User Data Management in a Roaming Workforce

0
27
Asked By CuriousTechie97 On

I'm a Windows admin looking to become more comfortable with Linux. I want to create an environment that effectively addresses challenges similar to those solved by Active Directory, Group Policy Objects, SCCM, and services like Entra, Intune, and Autopilot. Right now, I'm focusing on how to manage user data for remote workers, specifically needing a system that provides offline access, bi-directional synchronization to a central store, and some form of conflict resolution. While I recognize that Nextcloud could be a long-term solution, I'm hoping to find a simpler alternative that resembles Windows folder redirection and offline files. I've come across tools like osync and unison, but I'm uncertain about their scalability across thousands of devices. I'm open to suggestions, especially regarding specific distributions like Red Hat or SUSE, as my current research hasn't yielded much useful information from their documentation.

4 Answers

Answered By OldSchoolSysAdmin On

Honestly, it sounds like you’re trying to build a cloud management solution instead of just learning Linux! It might depend on the data volume and backup requirements you have, but I’d say give Nextcloud a try. It looks sleek and does a lot of what you need. As an open-source alternative, check out Syncthing to keep files in sync in real-time across devices. If you want to dig deeper, writing scripts with rsync and cron jobs might also do the trick, depending on how many nodes and budget you have.

CuriousTechie97 -

I’ve glanced at Syncthing, but I thought it seemed more for personal use. I’m searching for something that’s ideal for larger environments, though I plan to implement Nextcloud eventually.

NextGenUser -

Nextcloud is fantastic!

Answered By LinuxNinja88 On

We’ve been using ansible-pull with a central git repo for our config management, syncing every few hours. It works well for our smaller fleet of laptops. It could work for you if you manage a large number of devices with a similar setup!

TechSavvyDude42 -

I actually do the same. Super effective!

AdminExpert123 -

Interesting approach! I’ve been leaning towards SaltStack for a while now, especially since it can handle Windows too. It might suit your needs if you’re looking to cross-manage different OSs.

Answered By TechSavvyDude42 On

I’d recommend checking out rclone. It supports a variety of backends and shouldn’t be too tough to set up for distribution across devices. It can seamlessly handle your syncing needs!

CuriousTechie97 -

Thanks for the tip! I’ll definitely add rclone to my list of tools to explore.

Answered By SysAdminGuru On

For everything you mentioned, I’d say Nextcloud is your best option. While it has a learning curve, it centralizes many of the features you need, making management much easier. When something goes wrong, you can fix it in one place without needing to go to each endpoint individually!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.