info:mirroring
This is an old revision of the document!
Mirroring
Using Unison and FTP hosts
- Install unison (and unison-gtk) and curlftpfs:
aptitude install curlftpfs unison unison-gtk
- Setup a local mount path:
mkdir /mnt/shared
- Modify
/etc/fstabto contain the fuse entry:curlftpfs#user:password@host /mnt/shared fuse rw,uid=1000,user,noauto,allow_other 0 0
Replace uid=1000 with the number of your primary user. Get this number from
/etc/passwd: grep USER /etc/passwd. The first number is the user ID. - Create a synchronization directory in your home:
mkdir ~/syn - Start unison:
unison-gtkand specify~/synas local and/mnt/sharedas remote site.
info/mirroring.1262688603.txt.gz · Last modified: by moritz
