Skip to content
Snippets Groups Projects
Commit 0f9a3d02 authored by Michael Müller's avatar Michael Müller
Browse files

correct format in workspaces.md

parent 93e68ef3
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!210Merge weorkspaces.md review
...@@ -86,7 +86,6 @@ ws_allocate -F scratch -r 7 -m marie.testuser@tu-dresden.de test-workspace 90 ...@@ -86,7 +86,6 @@ ws_allocate -F scratch -r 7 -m marie.testuser@tu-dresden.de test-workspace 90
The command creates a workspace with the name `test-workspace` on the `/scratch` file system for 90 The command creates a workspace with the name `test-workspace` on the `/scratch` file system for 90
days with an E-mail reminder for 7 days before the expiration. days with an E-mail reminder for 7 days before the expiration.
Output: Output:
``` ```
...@@ -101,7 +100,6 @@ remaining time in days: 90 ...@@ -101,7 +100,6 @@ remaining time in days: 90
Setting the reminder to `7` means you will get 1 E-Mail a day starting one week before your Setting the reminder to `7` means you will get 1 E-Mail a day starting one week before your
expiration date, reminding you that your workspace will expire. expiration date, reminding you that your workspace will expire.
### Extention of a Workspace ### Extention of a Workspace
The lifetime of the workspace is finite. Different file systems (storage systems) have different The lifetime of the workspace is finite. Different file systems (storage systems) have different
...@@ -136,7 +134,6 @@ remaining time in days: 100 ...@@ -136,7 +134,6 @@ remaining time in days: 100
extend a workspace that expires in 90 days with the `ws_extend -F scratch my-workspace 40`, extend a workspace that expires in 90 days with the `ws_extend -F scratch my-workspace 40`,
it will now expire in 40 days **not** 130 days. it will now expire in 40 days **not** 130 days.
### Deletion of a Workspace ### Deletion of a Workspace
To delete workspace use the `ws_release` command. It is necessary to specify the name of the To delete workspace use the `ws_release` command. It is necessary to specify the name of the
...@@ -150,7 +147,6 @@ For example: ...@@ -150,7 +147,6 @@ For example:
ws_release -F scratch test-workspace ws_release -F scratch test-workspace
``` ```
### Restoring Expired Workspaces ### Restoring Expired Workspaces
At expiration time your workspace will be moved to a special, hidden directory. For a month (in At expiration time your workspace will be moved to a special, hidden directory. For a month (in
...@@ -176,7 +172,6 @@ workspace 'new_ws': ...@@ -176,7 +172,6 @@ workspace 'new_ws':
ws_restore -F scratch marie-test-workspace-1234567 new_ws ws_restore -F scratch marie-test-workspace-1234567 new_ws
``` ```
The expired workspace has to be specified by its full name as listed by `ws_restore -l`, including The expired workspace has to be specified by its full name as listed by `ws_restore -l`, including
username prefix and timestamp suffix (otherwise, it cannot be uniquely identified). The target username prefix and timestamp suffix (otherwise, it cannot be uniquely identified). The target
workspace, on the other hand, must be given with just its short name, as listed by `ws_list`, workspace, on the other hand, must be given with just its short name, as listed by `ws_list`,
...@@ -186,7 +181,6 @@ Both workspaces must be on the same file system. The data from the old workspace ...@@ -186,7 +181,6 @@ Both workspaces must be on the same file system. The data from the old workspace
a directory in the new workspace with the name of the old one. This means a fresh workspace works as a directory in the new workspace with the name of the old one. This means a fresh workspace works as
well as a workspace that already contains data. well as a workspace that already contains data.
## Linking Workspaces in HOME ## Linking Workspaces in HOME
It might be valuable to have links to personal workspaces within a certain directory, e.g., the user It might be valuable to have links to personal workspaces within a certain directory, e.g., the user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment