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
images/aws_s3
logo
man Update manpages and auto-completion 2023-10-24 20:02:55 +02:00
.gitignore
010_introduction.rst
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
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
100_references.rst
110_talks.rst
Makefile
REST_backend.rst
bash-completion.sh Update manpages and auto-completion 2023-10-24 20:02:55 +02:00
cache.rst
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
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
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
requirements.txt
test_irreducibility.gap
zsh-completion.zsh