├── Dockerfile ├── README.md ├── btsync.conf ├── rockstor-sync ├── Dockerfile ├── README.md └── btsync.conf └── run_sync /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/README.md -------------------------------------------------------------------------------- /btsync.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/btsync.conf -------------------------------------------------------------------------------- /rockstor-sync/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/rockstor-sync/Dockerfile -------------------------------------------------------------------------------- /rockstor-sync/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/rockstor-sync/README.md -------------------------------------------------------------------------------- /rockstor-sync/btsync.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/rockstor-sync/btsync.conf -------------------------------------------------------------------------------- /run_sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/B-C/sync-docker/HEAD/run_sync --------------------------------------------------------------------------------