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
The output path is currently structured as follows by an example for the query:<br>
95
+
`http://example.com/subdir1/subdir2/assets/`:
96
+
<br><br>
97
+
For the current version (`-c`):
98
+
- The requested path will only include all files/folders starting from your query-path.
99
+
```
100
+
your/path/waybackup_snapshots/
101
+
└── the_root_of_your_query/ (example.com/)
102
+
└── subdir1/
103
+
└── subdir2/
104
+
└── assets/
105
+
├── image.jpg
106
+
├── style.css
107
+
...
108
+
```
109
+
For all versions (`-f`):
110
+
- Will currently create a folder named as the root of your query. Inside this folder, you will find all timestamps and per timestamp the path you requested.
0 commit comments