You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a collections of scripts, which automate the backup process of Linux server using [Attic](https://attic-backup.org/), a deduplicating backup tool.
4
4
5
-
The starting point is *backup.sh`, which works in following way:
5
+
The starting point is `*backup.sh`, which works in following way:
6
6
* The scripts starts.
7
7
***premount** scripts are executed.
8
8
* If Attic repository is remote, it's mounted.
@@ -83,6 +83,15 @@ attic mount /my/backup/storage/myhostname/repository.attic::{backup point} /tmp/
83
83
84
84
**Warning!** Because of bug present in Attic, you always have to provide the full path to the repository.
85
85
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
+
86
95
### Restore MongoDB
87
96
88
97
These commands will erase the content from the database and replace it with version from the backup.
0 commit comments