1restic backup(1)                                              restic backup(1)
2
3
4

NAME

6       restic-migrate - Apply migrations
7
8
9

SYNOPSIS

11       restic migrate [name] [flags]
12
13
14

DESCRIPTION

16       The "migrate" command applies migrations to a repository. When no
17       migration name is explicitly given, a list of migrations that can be
18       applied is printed.
19
20
21

OPTIONS

23       -f, --force[=false]
24           apply a migration a second time
25
26
27       -h, --help[=false]
28           help for migrate
29
30
31

OPTIONS INHERITED FROM PARENT COMMANDS

33       --cacert=[]
34           file to load root certificates from (default: use system
35       certificates)
36
37
38       --cache-dir=""
39           set the cache directory. (default: use system default cache
40       directory)
41
42
43       --cleanup-cache[=false]
44           auto remove old cache directories
45
46
47       --json[=false]
48           set output mode to JSON for commands that support it
49
50
51       --key-hint=""
52           key ID of key to try decrypting first (default: $RESTIC_KEY_HINT)
53
54
55       --limit-download=0
56           limits downloads to a maximum rate in KiB/s. (default: unlimited)
57
58
59       --limit-upload=0
60           limits uploads to a maximum rate in KiB/s. (default: unlimited)
61
62
63       --no-cache[=false]
64           do not use a local cache
65
66
67       --no-lock[=false]
68           do not lock the repo, this allows some operations on read-only
69       repos
70
71
72       -o, --option=[]
73           set extended option (key=value, can be specified multiple times)
74
75
76       --password-command=""
77           specify a shell command to obtain a password (default:
78       $RESTIC_PASSWORD_COMMAND)
79
80
81       -p, --password-file=""
82           read the repository password from a file (default:
83       $RESTIC_PASSWORD_FILE)
84
85
86       -q, --quiet[=false]
87           do not output comprehensive progress report
88
89
90       -r, --repo=""
91           repository to backup to or restore from (default:
92       $RESTIC_REPOSITORY)
93
94
95       --tls-client-cert=""
96           path to a file containing PEM encoded TLS client certificate and
97       private key
98
99
100       -v, --verbose[=0]
101           be verbose (specify --verbose multiple times or level n)
102
103
104

SEE ALSO

106       restic(1)
107
108
109
110generated by `restic generate`     Jan 2017                   restic backup(1)
Impressum