mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 02:38:43 +00:00
1bc5902718
in borg 1.x, we used to put a timestamp into the archive name to make it unique, because borg1 required that. borg2 does not require unique archive names, but it encourages you to even use an identical archive name within the same SERIES of archives. that makes matching (e.g. for prune, but also at other places) much simpler and borg KNOWS which archives belong to the same series.
21 lines
573 B
ReStructuredText
21 lines
573 B
ReStructuredText
.. include:: info.rst.inc
|
|
|
|
Examples
|
|
~~~~~~~~
|
|
::
|
|
|
|
$ borg info aid:f7dea078
|
|
Archive name: source-backup
|
|
Archive fingerprint: f7dea0788dfc026cc2be1c0f5b94beb4e4084eb3402fc40c38d8719b1bf2d943
|
|
Comment:
|
|
Hostname: mba2020
|
|
Username: tw
|
|
Time (start): Sat, 2022-06-25 20:51:40
|
|
Time (end): Sat, 2022-06-25 20:51:40
|
|
Duration: 0.03 seconds
|
|
Command line: /usr/bin/borg -r path/to/repo create source-backup src
|
|
Utilization of maximum supported archive size: 0%
|
|
Number of files: 244
|
|
Original size: 13.80 MB
|
|
Deduplicated size: 531 B
|
|
|