Skip to content

Commit 750c6df

Browse files
committed
Apply recover snippets to Gilbreth; move back links into caller files
Move the back-link line out of each recover snippet and into the per-cluster caller files (Bell: "Lost File Recovery section", Gilbreth: "Recovery section"). Gilbreth recover pages are now snippet-based, matching Bell.
1 parent 3650398 commit 750c6df

12 files changed

Lines changed: 15 additions & 101 deletions

File tree

docs/snippets/recover_flost.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ This tool will prompt you for the date on which you lost the file or would like
1616

1717
If you are not sure what date you lost the file you may try entering different dates into the `flost` to try to find the file or you may also [manually browse](manual.md) the snapshots as described below.
1818

19-
[**Back to the Lost File Recovery section**](../recover.md)

docs/snippets/recover_mac.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ To use the automated command-line tool, log into a compute cluster or into the h
2020

2121
Once logged in use the [flost](flost.md) tool as described above. The tool will guide you through the process and show you the commands necessary to retrieve your lost file.
2222

23-
[**Back to the Lost File Recovery section**](../recover.md)

docs/snippets/recover_manual.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,3 @@ You may also search through the snapshots by hand on the {CLUSTER} filesystem if
8989

9090
Once you find the file you are looking for, use `cp` to copy the file back into your lab's live {CLUSTER} space. **Do not attempt to modify files directly in the snapshot directories.**
9191

92-
[**Back to the Lost File Recovery section**](../recover.md)

docs/snippets/recover_windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ If you use {CLUSTER} through "network drives" on Windows you may recover lost fi
1313

1414
In the "Previous Versions" window the list contains two columns. The first column is the timestamp on which the snapshot was taken. The second column is the date on which the selected file or folder was last modified in that snapshot. This may give you some extra clues to which snapshot contains the version of the file you are looking for.
1515

16-
[**Back to the Lost File Recovery section**](../recover.md)

docs/userguides/bell/storage/recover/flost.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ search:
99
---
1010

1111
{{ recover_flost_snippet(resource) }}
12+
13+
[**Back to the Lost File Recovery section**](../recover.md)

docs/userguides/bell/storage/recover/mac.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ search:
99
---
1010

1111
{{ recover_mac_snippet(resource) }}
12+
13+
[**Back to the Lost File Recovery section**](../recover.md)

docs/userguides/bell/storage/recover/manual.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ search:
99
---
1010

1111
{{ recover_manual_snippet(resource) }}
12+
13+
[**Back to the Lost File Recovery section**](../recover.md)

docs/userguides/bell/storage/recover/windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ search:
99
---
1010

1111
{{ recover_windows_snippet(resource) }}
12+
13+
[**Back to the Lost File Recovery section**](../recover.md)

docs/userguides/gilbreth/storage/recover/flost.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,6 @@ search:
99
boost: 2
1010
---
1111

12-
# flost
12+
{{ recover_flost_snippet(resource) }}
1313

14-
If you know when you lost the file, the easiest way is to use the `flost` command. This tool is available from any RCAC resource. If you do not have access to a compute cluster, any Data Depot user may use an SSH client to connect to `gilbreth.rcac.purdue.edu` and run this command.
15-
16-
To run the tool you will need to specify the location where the lost file was with the `-w` argument:
17-
18-
```bash
19-
$ flost -w /depot/mylab
20-
```
21-
22-
Replace `mylab` with the name of your lab's Gilbreth directory. If you know more specifically where the lost file was you may provide the full path to that directory.
23-
24-
This tool will prompt you for the date on which you lost the file or would like to recover the file from. If the tool finds an appropriate snapshot it will provide instructions on how to search for and recover the file.
25-
26-
27-
If you are not sure what date you lost the file you may try entering different dates into the `flost` to try to find the file or you may also [manually browse](./manual.md) the snapshots as described below.
28-
29-
30-
[**Back to the Recovery section**](../recover.md)
14+
[**Back to the Recovery section**](../recover.md)

docs/userguides/gilbreth/storage/recover/mac.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,6 @@ search:
99
boost: 2
1010
---
1111

12-
# Mac OS X
13-
14-
Mac OS X does not provide any way to access the Gilbreth snapshots directly. To access the snapshots there are two options: browse the snapshots by hand through a network drive mount or use an automated command-line based tool.
15-
16-
To browse the snapshots by hand, follow the directions outlined in the [Manual Browsing](./manual.md) section.
17-
18-
To use the automated command-line tool, log into a compute cluster or into the host `gilbreth.rcac.purdue.edu` (which is available to all Gilbreth users) and use the [flost](./flost.md) tool. On Mac OS X you can use the built-in SSH terminal application to connect.
19-
20-
21-
* Open the Applications folder from Finder.
22-
* Navigate to the Utilities folder.
23-
* Double click the Terminal application to open it.
24-
* Type the following command when the terminal opens.
25-
26-
```bash
27-
$ ssh username@$gilbreth.rcac.purdue.edu
28-
```
29-
30-
Replace `username` with your Purdue career account username and provide your password when prompted.
31-
32-
33-
Once logged in use the [flost](./flost.md) tool as described above. The tool will guide you through the process and show you the commands necessary to retrieve your lost file.
34-
12+
{{ recover_mac_snippet(resource) }}
3513

3614
[**Back to the Recovery section**](../recover.md)
37-

0 commit comments

Comments
 (0)