https://github.com/terrierscript/lsyncd-boilerplate
https://github.com/terrierscript/lsyncd-boilerplate
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/terrierscript/lsyncd-boilerplate
- Owner: terrierscript
- Created: 2015-04-09T08:22:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T02:21:09.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T04:39:53.536Z (12 months ago)
- Language: Lua
- Size: 113 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lsyncd boilerplate
### Install (Mac OS X)
```
brew update
brew install homebrew/dupes/rsync
brew install lsyncd lua
```
### Setup
```
cp conf.lua{.tmp,}
```
```lua
user = "user.name",
host = "remote-server-host",
source = "/path/to/source", -- local
dest = "/path/to/dest", -- remote server
```
## Start
```
sudo lsyncd lsync.conf.lua
```
## TODO
- Launchd
## lsyncd
https://github.com/axkibe/lsyncd/wiki/Manual-to-Lsyncd-2.1.x