How can I sync files between my laptop and desktop on Linux?

0
20
Asked By CuriousCoder92 On

I work for clients both in my shop and on-site. When I'm on-site, I use my laptop running Linux Mint to write up paperwork and take project notes. In my shop, I do the same with my desktop that runs Debian/Trixie. However, keeping these two systems synced can be quite a hassle. I thought about using Google Drive, but I've heard they don't support Linux very well. I'm not sure about any good alternatives either. What would be the best system or program to help me sync my files more easily?

4 Answers

Answered By DataDude57 On

If you need to sync over the internet and your corporate firewall permits it, try using rclone. It’s versatile and supports various cloud providers, including Google Drive. Just make sure to use an encrypted USB drive for local transfers if needed.

Answered By FreelanceFiler88 On

There are plenty of options like Syncthing for file syncing in the open-source world. It's pretty straightforward and doesn’t require much setup.

Answered By SyncMaster100 On

One effective approach is to share a home directory between both machines. You can set this up through a NAS or even locally. Alternatively, using SSH and rsync can help you keep files synced easily.

Answered By TechieTommy22 On

Have you considered using NextCloud? It’s a great solution for syncing files across devices! While it might seem a bit enterprise-focused, it really works well for personal projects too.

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.