summaryrefslogtreecommitdiff
path: root/obnam.1.in
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-29 20:12:21 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-29 20:12:21 +0100
commit422eb1c42a8455ad7f394463984b762bcfb858fd (patch)
treec18b6b205a754593dd9c749cd9d4ee073b56df98 /obnam.1.in
parentbf0202b16afec8270b0faca9d26efeb0c4a83265 (diff)
downloadobnam-422eb1c42a8455ad7f394463984b762bcfb858fd.tar.gz
Add convert5to6 to manpage
Diffstat (limited to 'obnam.1.in')
-rw-r--r--obnam.1.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/obnam.1.in b/obnam.1.in
index dd654d87..b7128876 100644
--- a/obnam.1.in
+++ b/obnam.1.in
@@ -461,6 +461,20 @@ This can result in a crash.
It will not result in corrupt data,
or incorrect restores.
However, you may need to restart the read-only operation after a crash.
+.SS "Repository format conversion"
+The
+.B convert5to6
+subcommand converts a repository of format 5 to format 6.
+It is somewhat dangerous!
+It modifies the repository in place,
+so you should be careful.
+You should do a hardlink copy of the repository before converting:
+.IP
+cp -al repo repo.format5
+.PP
+You should also run this with local filesystem access to the repository,
+rather than sftp,
+to avoid abysmal performance.
.\"---------------------------------------------------------------------
.SH OPTIONS
.\" ------------------------------------------------------------------