Skip to content

Commit 267e382

Browse files
authored
Add attic list cmd description to README.
1 parent d1fdb55 commit 267e382

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a collections of scripts, which automate the backup process of Linux server using [Attic](https://attic-backup.org/), a deduplicating backup tool.
44

5-
The starting point is *backup.sh`, which works in following way:
5+
The starting point is `*backup.sh`, which works in following way:
66
* The scripts starts.
77
* **premount** scripts are executed.
88
* If Attic repository is remote, it's mounted.
@@ -83,6 +83,15 @@ attic mount /my/backup/storage/myhostname/repository.attic::{backup point} /tmp/
8383

8484
**Warning!** Because of bug present in Attic, you always have to provide the full path to the repository.
8585

86+
87+
## List mounting points
88+
89+
To get list of mounting points (`{backup point}` from [Restore data](#restore-data)):
90+
91+
```
92+
attic list /my/backup/storage/myhostname/repository.attic/
93+
```
94+
8695
### Restore MongoDB
8796

8897
These commands will erase the content from the database and replace it with version from the backup.

0 commit comments

Comments
 (0)