2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 17:40:53 +00:00
restic/doc
Michael Manganiello 045aa64558 cmd/copy: Prefix hostname to snapshot display output
This change better resembles the output generated by `Snapshot.String()`,
which includes both username and hostname.

Closes #4506

Before:

```
$ restic copy --from-repo /srv/restic-repo
repository 3666882b opened (version 2, compression level auto)
repository 0085c387 opened (version 2, compression level auto)
created new cache in /home/mike/.cache/restic
[0:00] 100.00%  1 / 1 index files loaded
[0:00]          0 index files loaded

snapshot 32b39a20 of [/home/mike/data] at 2023-10-21 16:01:13.979948154 -0300 -03)
  copy started, this may take a while...
[0:00] 100.00%  1 / 1 packs copied
snapshot 10331fdd saved
```

After:

```
$ restic copy --from-repo /srv/restic-repo
repository 3666882b opened (version 2, compression level auto)
repository 0085c387 opened (version 2, compression level auto)
[0:00] 100.00%  1 / 1 index files loaded
[0:00]          0 index files loaded

snapshot 32b39a20 of [/home/mike/data] at 2023-10-21 16:01:13.979948154 -0300 -03 by mike@desktop)
  copy started, this may take a while...
[0:00] 100.00%  1 / 1 packs copied
snapshot a67bd1ee saved
```
2024-01-06 20:20:46 +01:00
..
_static docs: switch to gopher favicon 2020-02-13 00:09:37 +01:00
images/aws_s3 Update AWS S3 tutorial, fixing #1593 2018-01-29 20:47:27 +01:00
logo Update logo 2018-02-05 20:48:48 +01:00
man Update manpages and auto-completion 2023-10-24 20:02:55 +02:00
.gitignore Document the build and release processes 2018-10-13 13:48:03 +02:00
010_introduction.rst doc: move quickstart to docs 2023-07-23 17:32:37 +02:00
020_installation.rst docs: add pkgx install option 2023-12-24 11:59:12 +01:00
030_preparing_a_new_repo.rst Fix typos 2023-10-27 18:56:32 +02:00
040_backup.rst doc: tweak description for --stdin-from-command 2023-10-27 23:58:52 +02:00
045_working_with_repos.rst cmd/copy: Prefix hostname to snapshot display output 2024-01-06 20:20:46 +01:00
047_tuning_backup_parameters.rst doc: Correct heading level for --no-scan 2023-01-11 21:47:38 +01:00
050_restore.rst Format option correctly 2023-10-27 18:56:32 +02:00
060_forget.rst Add a note that the oldest snapshot may be kept additionally 2023-12-18 18:24:57 +01:00
070_encryption.rst docs: explain meaning of asterisk when managing repository keys 2023-08-27 10:40:55 +02:00
075_scripting.rst docs(scripting): correct stats output comment to be about the correct command 2023-12-23 13:56:40 +01:00
077_troubleshooting.rst cmd/copy: Prefix hostname to snapshot display output 2024-01-06 20:20:46 +01:00
080_examples.rst docs(examples): Use restic binary from system path 2023-09-17 19:39:45 -07:00
090_participating.rst doc: Fix some links, focus less on implementation details 2023-03-13 00:23:15 +01:00
100_references.rst doc: Split references out into smaller files 2018-06-18 22:17:48 +02:00
110_talks.rst doc: Correct broken links 2023-03-22 17:37:58 +01:00
bash-completion.sh Update manpages and auto-completion 2023-10-24 20:02:55 +02:00
cache.rst Wording: change repo to repository 2022-07-08 20:05:35 +02:00
conf.py Remove readthedocs special case from docs configuration 2023-10-26 21:56:36 +02:00
design.rst fix: drop reference to signature and define MAC 2023-11-06 20:12:42 +08:00
developer_information.rst doc: Update docker build process 2023-07-08 23:05:38 +02:00
faq.rst Move changelog typo fixes to changelog files 2023-12-23 14:05:47 +01:00
fish-completion.fish Fix typos 2023-12-06 13:11:55 +01:00
index.rst Add troubleshooting documentation 2023-05-01 14:56:42 +02:00
Makefile Document the build and release processes 2018-10-13 13:48:03 +02:00
manual_rest.rst docs: Mention progress for restore command. This is available after https://github.com/restic/restic/pull/3991 2023-12-23 13:50:20 +01:00
powershell-completion.ps1 Update manpages and auto-completion 2023-07-31 20:23:24 +02:00
requirements.txt Documentation: Refactor and switch to Sphinx 2017-04-17 20:53:38 +02:00
REST_backend.rst doc: Split references out into smaller files 2018-06-18 22:17:48 +02:00
test_irreducibility.gap chunker: Require a random irreducible polynomial 2015-04-05 22:52:43 +02:00
zsh-completion.zsh Update manpages and auto-completion 2023-07-31 20:23:24 +02:00