ssfs rev 5
Add a lua client config file example
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 11 08:44:00 2011 +0200 (2011-06-11) |
parents | 0de2fba271a3 |
children | 65a92ec52b68 |
files | data/client.lua |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/data/client.lua Sat Jun 11 08:44:00 2011 +0200 1.3 @@ -0,0 +1,8 @@ 1.4 +-- Configuration file for SliTaz Secure Filesystem lsyncd daemon. 1.5 + 1.6 +sync { 1.7 + default.rsyncssh, 1.8 + source = "/home/user/Sync", 1.9 + host = "login@host", 1.10 + targetdir = "Sync/" 1.11 +}