Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
3 votes
1 answer
270 views

Is it possible to sync directory between two computers without direct connection through small intermediate storage device?

I would like to one way synchronise big directory between two machines without direct connection. Either using some cloud storage (without computing power) connected to both machines or an ...
tig's user avatar
  • 4,764
0 votes
1 answer
1k views

How can I set up a script which copies all modified files and subfolders from folder A to folder B using inotifywait?

How can I set up a script which copies all modified files and subfolders from folder A to folder B using inotifywait? I have a folder (A) with lots of files and subfolders. I want to automatically ...
Vesa's user avatar
  • 428
0 votes
2 answers
195 views

rsync {braces} fail?

I need some help in this issue: I want sync /path/first/ with /path/second/, /path/third/ ..etc so I've tried this: rsync -rv /path/first/ /path/{second,third,fourth}/ But it worked only for last ...
loadaverage's user avatar