mirror of
https://github.com/octoleo/restic.git
synced 2025-01-24 07:38:25 +00:00
Use short ID for init
This commit is contained in:
parent
19486987b0
commit
fd472cb59d
@ -80,7 +80,7 @@ func (cmd CmdInit) Execute(args []string) error {
|
|||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("created restic backend %v at %s\n", s.ID(), opts.Repo)
|
fmt.Printf("created restic backend %v at %s\n", s.ID()[:10], opts.Repo)
|
||||||
|
|
||||||
fmt.Println("Please note that knowledge of your password is required to access the repository.")
|
fmt.Println("Please note that knowledge of your password is required to access the repository.")
|
||||||
fmt.Println("Losing your password means that your data is irrecoverably lost.")
|
fmt.Println("Losing your password means that your data is irrecoverably lost.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user