summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-03-09 10:08:40 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-03-09 10:08:40 -0800
commit60e9b1ff268a057f3cce12586e991095e7b0dda1 (patch)
treee8e7454127f1219f10fd9c7a933e67c1febf07ab /doc/man
parent32ed9e148324948297c3699e4efc7c1b83bb1d34 (diff)
Import s3ql_1.10.orig.tar.bz2
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/fsck.s3ql.112
-rw-r--r--doc/man/mkfs.s3ql.112
-rw-r--r--doc/man/mount.s3ql.116
-rw-r--r--doc/man/s3qladm.112
-rw-r--r--doc/man/s3qlcp.16
-rw-r--r--doc/man/s3qlctrl.16
-rw-r--r--doc/man/s3qllock.16
-rw-r--r--doc/man/s3qlrm.16
-rw-r--r--doc/man/s3qlstat.16
-rw-r--r--doc/man/umount.s3ql.16
10 files changed, 56 insertions, 32 deletions
diff --git a/doc/man/fsck.s3ql.1 b/doc/man/fsck.s3ql.1
index 97e41d1..76a23d7 100644
--- a/doc/man/fsck.s3ql.1
+++ b/doc/man/fsck.s3ql.1
@@ -1,4 +1,4 @@
-.TH "FSCK.S3QL" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "FSCK.S3QL" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
fsck.s3ql \- Check an S3QL file system for errors
.
@@ -76,6 +76,12 @@ specified multiple times.
.B \-\-quiet
be really quiet
.TP
+.B \-\-ssl
+Always use SSL connections when connecting to remote
+servers. For backends that allow only encrypted
+connections, S3QL uses SSL automatically, even if this
+option is not set.
+.TP
.B \-\-version
just print program version and exit
.TP
@@ -90,13 +96,13 @@ Force checking even if file system is marked clean.
.SH EXIT STATUS
.sp
\fBmkfs.s3ql\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/mkfs.s3ql.1 b/doc/man/mkfs.s3ql.1
index dbff146..dd08653 100644
--- a/doc/man/mkfs.s3ql.1
+++ b/doc/man/mkfs.s3ql.1
@@ -1,4 +1,4 @@
-.TH "MKFS.S3QL" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "MKFS.S3QL" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
mkfs.s3ql \- Create an S3QL file system
.
@@ -75,6 +75,12 @@ be specified multiple times.
.B \-\-quiet
be really quiet
.TP
+.B \-\-ssl
+Always use SSL connections when connecting to remote
+servers. For backends that allow only encrypted
+connections, S3QL uses SSL automatically, even if this
+option is not set.
+.TP
.B \-\-version
just print program version and exit
.TP
@@ -97,13 +103,13 @@ Overwrite any existing data.
.SH EXIT STATUS
.sp
\fBmkfs.s3ql\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/mount.s3ql.1 b/doc/man/mount.s3ql.1
index 651d04e..ca505ca 100644
--- a/doc/man/mount.s3ql.1
+++ b/doc/man/mount.s3ql.1
@@ -1,4 +1,4 @@
-.TH "MOUNT.S3QL" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "MOUNT.S3QL" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
mount.s3ql \- Mount an S3QL file system
.
@@ -76,6 +76,12 @@ be specified multiple times.
.B \-\-quiet
be really quiet
.TP
+.B \-\-ssl
+Always use SSL connections when connecting to remote
+servers. For backends that allow only encrypted
+connections, S3QL uses SSL automatically, even if this
+option is not set.
+.TP
.B \-\-version
just print program version and exit
.TP
@@ -142,21 +148,21 @@ Number of parallel upload threads to use (default:
auto).
.TP
.B \-\-nfs
-Support export of S3QL file systems over NFS (default:
-False)
+Enable some optimizations for exporting the file
+system over NFS. (default: False)
.UNINDENT
.UNINDENT
.UNINDENT
.SH EXIT STATUS
.sp
\fBmount.s3ql\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/s3qladm.1 b/doc/man/s3qladm.1
index 2c11f86..59d3022 100644
--- a/doc/man/s3qladm.1
+++ b/doc/man/s3qladm.1
@@ -1,4 +1,4 @@
-.TH "S3QLADM" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "S3QLADM" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
s3qladm \- Manage S3QL buckets
.
@@ -77,6 +77,12 @@ kept. Specify \fBnone\fP to disable logging. Default:
Read authentication credentials from this file (default:
\fB~/.s3ql/authinfo2)\fP
.TP
+.B \-\-ssl
+Always use SSL connections when connecting to remote
+servers. For backends that allow only encrypted
+connections, S3QL uses SSL automatically, even if this
+option is not set.
+.TP
.BI \-\-cachedir \ <path>
Store cached data in this directory (default: \fB~/.s3ql)\fP
.TP
@@ -108,13 +114,13 @@ Interactively download backups of the file system metadata.
.SH EXIT STATUS
.sp
\fBs3qladm\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/s3qlcp.1 b/doc/man/s3qlcp.1
index 3fe61a4..9e9718d 100644
--- a/doc/man/s3qlcp.1
+++ b/doc/man/s3qlcp.1
@@ -1,4 +1,4 @@
-.TH "S3QLCP" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "S3QLCP" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
s3qlcp \- Copy-on-write replication on S3QL file systems
.
@@ -118,13 +118,13 @@ just print program version and exit
.SH EXIT STATUS
.sp
\fBs3qlcp\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/s3qlctrl.1 b/doc/man/s3qlctrl.1
index 4592b60..fdb2bb5 100644
--- a/doc/man/s3qlctrl.1
+++ b/doc/man/s3qlctrl.1
@@ -1,4 +1,4 @@
-.TH "S3QLCTRL" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "S3QLCTRL" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
s3qlctrl \- Control a mounted S3QL file system
.
@@ -116,13 +116,13 @@ arguments that the different actions take.
.SH EXIT STATUS
.sp
\fBs3qlctrl\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/s3qllock.1 b/doc/man/s3qllock.1
index bae3e72..b7bbcca 100644
--- a/doc/man/s3qllock.1
+++ b/doc/man/s3qllock.1
@@ -1,4 +1,4 @@
-.TH "S3QLLOCK" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "S3QLLOCK" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
s3qllock \- Make trees on an S3QL file system immutable
.
@@ -105,13 +105,13 @@ just print program version and exit
.SH EXIT STATUS
.sp
\fBs3qllock\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/s3qlrm.1 b/doc/man/s3qlrm.1
index 5a66944..6e74dc5 100644
--- a/doc/man/s3qlrm.1
+++ b/doc/man/s3qlrm.1
@@ -1,4 +1,4 @@
-.TH "S3QLRM" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "S3QLRM" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
s3qlrm \- Fast tree removal on S3QL file systems
.
@@ -77,13 +77,13 @@ just print program version and exit
.SH EXIT STATUS
.sp
\fBs3qlrm\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/s3qlstat.1 b/doc/man/s3qlstat.1
index a7cfe46..4085556 100644
--- a/doc/man/s3qlstat.1
+++ b/doc/man/s3qlstat.1
@@ -1,4 +1,4 @@
-.TH "S3QLSTAT" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "S3QLSTAT" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
s3qlstat \- Gather S3QL file system statistics
.
@@ -71,13 +71,13 @@ just print program version and exit
.SH EXIT STATUS
.sp
\fBs3qlstat\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath
diff --git a/doc/man/umount.s3ql.1 b/doc/man/umount.s3ql.1
index 02b17f7..c7b591a 100644
--- a/doc/man/umount.s3ql.1
+++ b/doc/man/umount.s3ql.1
@@ -1,4 +1,4 @@
-.TH "UMOUNT.S3QL" "1" "January 21, 2012" "1.9" "S3QL"
+.TH "UMOUNT.S3QL" "1" "February 24, 2012" "1.10" "S3QL"
.SH NAME
umount.s3ql \- Unmount an S3QL file system
.
@@ -81,13 +81,13 @@ background once all open files have been closed.
.SH EXIT STATUS
.sp
\fBumount.s3ql\fP returns exit code 0 if the operation succeeded and 1 if some
-error occured.
+error occurred.
.SH SEE ALSO
.sp
The S3QL homepage is at \fI\%http://code.google.com/p/s3ql/\fP.
.sp
The full S3QL documentation should also be installed somewhere on your
-system, conventional locations are \fB/usr/share/doc/s3ql\fP or
+system, common locations are \fB/usr/share/doc/s3ql\fP or
\fB/usr/local/doc/s3ql\fP.
.SH COPYRIGHT
2008-2011, Nikolaus Rath