Skip to content
Snippets Groups Projects

Merge weorkspaces.md review

Merged Michael Müller requested to merge workspaces into preview
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading