Hacker News new | ask | show | jobs
by codedokode 3514 days ago
I use a rsync-based script to upload only changed files. In large projects rsync takes some time to find changed files so I wrote another script that finds them by modified time and passes a list to rsync.