diff options
author | jgh <jgh@FreeBSD.org> | 2013-06-21 13:58:33 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-06-21 13:58:33 +0800 |
commit | 3adb2965868a7180ffa7060b03142eeded89a25f (patch) | |
tree | 9aaaba46bd4a8063512353503ee80a1db695dce1 /sysutils/ori/pkg-descr | |
parent | f00fb6b8ec8a85238585f54a8545c9c3717ce851 (diff) | |
download | freebsd-ports-gnome-3adb2965868a7180ffa7060b03142eeded89a25f.tar.gz freebsd-ports-gnome-3adb2965868a7180ffa7060b03142eeded89a25f.tar.zst freebsd-ports-gnome-3adb2965868a7180ffa7060b03142eeded89a25f.zip |
Ori is a distributed file system built for offline operation and empowers the
user with control over synchronization operations and conflict resolution. We
provide history through light weight snapshots and allow users to verify the
history has not been tampered with. Through the use of replication instances
can be resilient and recover damaged data from other nodes.
WWW: http://ori.scs.stanford.edu/
PR: ports/176429
Submitted by: mashti@cs.stanford.edu
Diffstat (limited to 'sysutils/ori/pkg-descr')
-rw-r--r-- | sysutils/ori/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/ori/pkg-descr b/sysutils/ori/pkg-descr new file mode 100644 index 000000000000..50368003ce9f --- /dev/null +++ b/sysutils/ori/pkg-descr @@ -0,0 +1,7 @@ +Ori is a distributed file system built for offline operation and empowers the +user with control over synchronization operations and conflict resolution. We +provide history through light weight snapshots and allow users to verify the +history has not been tampered with. Through the use of replication instances +can be resilient and recover damaged data from other nodes. + +WWW: http://ori.scs.stanford.edu/ |