Possible to do this?

I have a mounted drive on my Ubuntu

/root/mounted/ (For example)

Is there any way that all the items that I move to this folder (Or copy, or create new…), automatically they upload to the original drive?

Thanks

Anyone knows something? :frowning:

You could look into inotify-tools. It’s possible to what you want this way, but I’d recommend against it. This method could get very complicated.

Probably a better idea to setup a cron job to run daily/hourly etc.

Yeah. CRON is your friend :slight_smile: