[pmwiki-users] Re: Synchronization?

Kerim Friedman oxusnet at gmail.com
Sat Oct 22 14:45:22 CDT 2005


Sorry to keep replying to myself, but I wanted to share the Rsync
script I worked out to mirror my host server on localhost (my iBook)
without copying the group permissions:

rsync -a "username at domain.tld:/path/to/pmwiki/.../wiki.d"
/path/to/local/.../pmwiki --times --links --recursive --hard-links -e
ssh --progress --exclude="*.GroupAttributes"

This seems to work fine. It is just for one-way mirroring, not two-way sync.




More information about the pmwiki-users mailing list