auto sync usb hdd ?

klausguenter

Cadet
Joined
Feb 18, 2022
Messages
4
Hi there, is there any way to auto-sync an usb-attached HDD, when drive is connected/mounted? Maybe via cron-job?

I want to sync all data from usb-hdd-drive (ntfs) to zfs-pool (read only is enough).

Any idea how this could be realized automatically? what kind of command could be used for this?

thx in advance!

Regards,
KG
 

kbrvfx

Dabbler
Joined
Dec 6, 2020
Messages
28
You could:
  1. Setup syncthing and configure it to sync your external hard drive to your share (from another device -> your nas)
  2. Do a robocopy
 
Top