ssfs rev 16
README: add a quick start guide
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 11 23:31:58 2011 +0200 (2011-06-11) |
parents | 2ab2f1cbd203 |
children | 701c4931cf81 |
files | README |
line diff
1.1 --- a/README Sat Jun 11 23:11:23 2011 +0200 1.2 +++ b/README Sat Jun 11 23:31:58 2011 +0200 1.3 @@ -35,6 +35,21 @@ 1.4 * Easy to backup and maintain 1.5 1.6 1.7 +Quick start guide 1.8 +----------------- 1.9 + 1.10 + * Install ssfs on server and clients if not yet done 1.11 + * Create a vdisk on server # ssfs-server gen-vdisk 1.12 + * Check if chroot works (exit to quit) # ssfs-server chroot 1.13 + * Add a chrooted user to the Ssfs virtual disk so it can sync 1.14 + files or connect via SSH from a client: 1.15 + # ssfs-server adduser --login=demo --id=2000 --pass=demo 1.16 + * On the client side: ssfs-box setup or from the cmdline: 1.17 + $ ssfs setup --login=demo --host="server name or ip" 1.18 + * On client you can start ssfs on user login via the WM 1.19 + autostart script and this call to ssfs: ssfs sync & 1.20 + 1.21 + 1.22 Installation 1.23 ------------ 1.24 To work you need a SSH client, 'rsync' and 'lsyncd' installed. On SliTaz you