github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/doc/man/restic-migrate.1 (about) 1 .TH "restic backup" "1" "Jan 2017" "generated by `restic generate`" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 restic\-migrate \- Apply migrations 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBrestic migrate [name] [flags]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 The "migrate" command applies migrations to a repository. When no migration 19 name is explicitly given, a list of migrations that can be applied is printed. 20 21 22 .SH OPTIONS 23 .PP 24 \fB\-f\fP, \fB\-\-force\fP[=false] 25 apply a migration a second time 26 27 .PP 28 \fB\-h\fP, \fB\-\-help\fP[=false] 29 help for migrate 30 31 32 .SH OPTIONS INHERITED FROM PARENT COMMANDS 33 .PP 34 \fB\-\-cacert\fP=[] 35 path to load root certificates from (default: use system certificates) 36 37 .PP 38 \fB\-\-cache\-dir\fP="" 39 set the cache directory 40 41 .PP 42 \fB\-\-json\fP[=false] 43 set output mode to JSON for commands that support it 44 45 .PP 46 \fB\-\-limit\-download\fP=0 47 limits downloads to a maximum rate in KiB/s. (default: unlimited) 48 49 .PP 50 \fB\-\-limit\-upload\fP=0 51 limits uploads to a maximum rate in KiB/s. (default: unlimited) 52 53 .PP 54 \fB\-\-no\-cache\fP[=false] 55 do not use a local cache 56 57 .PP 58 \fB\-\-no\-lock\fP[=false] 59 do not lock the repo, this allows some operations on read\-only repos 60 61 .PP 62 \fB\-o\fP, \fB\-\-option\fP=[] 63 set extended option (\fB\fCkey=value\fR, can be specified multiple times) 64 65 .PP 66 \fB\-p\fP, \fB\-\-password\-file\fP="" 67 read the repository password from a file (default: $RESTIC\_PASSWORD\_FILE) 68 69 .PP 70 \fB\-q\fP, \fB\-\-quiet\fP[=false] 71 do not output comprehensive progress report 72 73 .PP 74 \fB\-r\fP, \fB\-\-repo\fP="" 75 repository to backup to or restore from (default: $RESTIC\_REPOSITORY) 76 77 78 .SH SEE ALSO 79 .PP 80 \fBrestic(1)\fP