ssfs diff data/client.lua @ rev 109

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:01 2019 +0100 (2019-02-26)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/data/client.lua	Tue Feb 26 12:27:01 2019 +0100
     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 +}