From 81d7ecba2b105f5c55bad887ec4c77febbaf450a Mon Sep 17 00:00:00 2001 From: Tobias Klein Date: Sat, 9 Sep 2017 12:10:38 +0200 Subject: [PATCH] manual updated --- doc/man/restic-backup.1 | 4 ++++ doc/manual.rst | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/man/restic-backup.1 b/doc/man/restic-backup.1 index 93e76ca19..60de16008 100644 --- a/doc/man/restic-backup.1 +++ b/doc/man/restic-backup.1 @@ -72,6 +72,10 @@ given as the arguments. \fB\-\-tag\fP=[] add a \fB\fCtag\fR for the new snapshot (can be specified multiple times) +.PP +\fB\-\-time\fP="" + time of the backup (ex. '2012\-11\-01 22:08:41') (default: now) + .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP diff --git a/doc/manual.rst b/doc/manual.rst index 079457f13..cea9dcb1e 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -69,6 +69,7 @@ command: --stdin read backup from stdin --stdin-filename string file name to use when reading from stdin --tag tag add a tag for the new snapshot (can be specified multiple times) + --time string time of the backup (ex. '2012-11-01 22:08:41') (default: now) Global Flags: --json set output mode to JSON for commands that support it