Answer the question
In order to leave comments, you need to log in
How to sync pc on linux?
There are two computers on Manjaro, you need to transfer files from one computer to another. I don't want to mess around with flash drives or set up complex file sharing servers. Is there a way to quickly transfer files with one program, like through KDE Connect (maybe it will fit)?
Thanks
Answer the question
In order to leave comments, you need to log in
ssh + tar, both utilities are available on almost any linux, use something like this:
tar -cf - . | ssh [email protected] "cd /destination;tar -xf -"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question