Plan 9 from Bell Labs’s /usr/web/sources/extra/fs/replica/inst

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc

# ken fs template.
# Assumes that distribution should be installed
# to /n/inst.

s=/n/sources/extra/fs/replica
serverroot=/n/sources/extra/fs/fs
serverlog=$s/fs.log
serverdb=$s/fs.db
serverproto=$s/fs.proto
fn servermount { status='' } 
fn serverupdate { status='' }

fn clientmount { status='' }
c=/n/inst/dist/replica
clientroot=/n/inst
clientproto=$c/fs.proto
clientdb=$c/client/fs.db
clientexclude=(dist/replica/client)
clientlog=$c/client/fs.log

applyopt=(-t -u -T$c/client/fs.time)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.