Tag: sync

  • Using rsync to sync files rsync avh source…

    plaisir lesbienne Using rsync to sync files. rsync -avh source_folder/ target_folder/ -a: archive mode -v: verbose -h: human readable Additional options -u: update only (preserve newer files) -H: preserve the hard link –progress: shows progress -n: dry run (without actual copying) By the way, “/home/user/dir/” and “/home/usr/dir” are not the same thing to rsync. Without the final…