├── .gitattributes ├── .gitignore ├── README.md ├── inotify-tools-3.14.tar.gz ├── rsync-3.1.1.tar.gz └── sersync2.5.4_64bit_binary_stable_final.tar.gz /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsgzao/sersync/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsgzao/sersync/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsgzao/sersync/HEAD/README.md -------------------------------------------------------------------------------- /inotify-tools-3.14.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsgzao/sersync/HEAD/inotify-tools-3.14.tar.gz -------------------------------------------------------------------------------- /rsync-3.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsgzao/sersync/HEAD/rsync-3.1.1.tar.gz -------------------------------------------------------------------------------- /sersync2.5.4_64bit_binary_stable_final.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wsgzao/sersync/HEAD/sersync2.5.4_64bit_binary_stable_final.tar.gz --------------------------------------------------------------------------------