Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you don't need to supply a "from" and "to" directory. It works for local and (some) FTP directories.
https://andybalaam.codeberg.page/qdsync/
- Python 96.3%
- Shell 2%
- HTML 1.7%
| dist | ||
| doc | ||
| src | ||
| www | ||
| .cvsignore | ||
| .gitignore | ||
| COPYING.txt | ||
| README.txt | ||
To run qdsync in its current alpha state, simply give its full path. For example: $ cd ~/my_web_site $ ~/downloads/qdsync-0.1/src/qdsync --interactive ./ ftp://ftp.mywebsite.com:/public_html For more info and examples, type: man doc/qdsync.1