Displaying 1 result from an estimated 1 matches for "fstarget".
Did you mean:
fptarget
2006 Sep 26
1
An idea: rsyncfs, an rsync-based real-time replicated filesystem
...inced that I can author a FUSE
filesystem that realizes my original proposition from 18 months ago.
My new concept is this:
1) Mount a filesystem, say /dev/vg0/vol0, on /mnt/.vol0_do_not_touch/
2) Mount the FUSE fs, like: /sbin/rsyncfs -odbhost=host -odbuser=user \
-odbpasswd=passwd -odb=db -ofstarget=/mnt/.vol0_do_not_touch /mnt/vol0
3) Work only in /mnt/vol0, which will do all the filesystem operations to
the fstarget dir, and also place records into the DB (build a queue)
of paths that change.
4) Have a separate process that rsyncs to the target machine(s) only the
files in the cha...