File: orisync.1

package info (click to toggle)
ori 0.8.1%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,204 kB
  • ctags: 2,659
  • sloc: cpp: 22,383; ansic: 5,870; sh: 451; python: 205; makefile: 21
file content (60 lines) | stat: -rw-r--r-- 1,753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.TH ORISYNC "1" "September 2013" "Ori Project" "Ori Distributed File System"
.SH NAME
orisync \- Ori File System Sync Daemon
.SH SYNOPSIS
.B orisync
[\fICOMMAND\fR]
.SH DESCRIPTION
orisync is the device discovery and automatic synchronization daemon.  In 
addition it is used for configuration and management of the orisync daemon.
To get started run \fBorisync init\fR to configure the orisync cluster key and 
password.  Running orisync without any arguments will start the daemon 
process.

As a security measure orisync requires the clocks on all your devices to be 
synchronized.  Announcements containing time skews larger than 5 seconds will 
be discarded silently.

.SH CONFIGURATION COMMANDS
.TP
\fBinit\fR
Configure the cluster key and cluster password.

.SH REPOSITORY RELATED COMMANDS
.TP
\fBadd FS-NAME\fR
Register a local repository with orisync.
.TP
\fBremove FS-NAME\fR
Unregister a local repository with orisync.
.TP
\fBlist\fR
List all registered local repositories

.SH HOST RELATED COMMANDS
.TP
\fBhostadd HOSTNAME\fR
Add a static host to synchronize with.
.TP
\fBhostremove HOSTNAME\fR
Remove a statically configured host.
.TP
\fBhosts\fR
List all statically configured hosts.

.SH OTHER COMMANDS
.TP
\fBhelp\fR
Display a list of commands and their purpose.

.SH SUPPORTED COMMANDS
The file system can be controlled by the command line interface.  Running 
commands from anywhere inside the mounted file system should allow the command 
line to detect and communicate with the file system.  Not all commands are 
supported on a running file system, and some hidden commands for debugging or 
are not recommended.  Additional commands will be added in future releases.  

.SH "SEE ALSO"
.BR ori (1),
.BR orifs (1),
.BR ori_httpd (1)