Skip to content

Commit d17bb8a

Browse files
Add find asset usage instructions
1 parent c8436d8 commit d17bb8a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Check Asset Usage
2+
3+
On the `assets1.specifycloud.org` instance, we host and manage most[^1] assets for hosted Specify Cloud users.
4+
5+
To see the space used by all current asset directories, you can log into the VPS as `root` and run the following alias:
6+
7+
```bash
8+
usage
9+
```
10+
11+
This is defined in the `~/.bash_aliases` file, but it essentially runs this command:
12+
```bash
13+
du -sh * /home/specify/attachments
14+
```
15+
16+
This can be adjusted and used elsewhere when needed. You can use `du -sh *` to effectively summarize the space used by a set of directories.
17+
18+
[^1]: Some regions (including Swiss instances via Exoscale, KU collections on KUBI managed VMs) manage assets independently.

0 commit comments

Comments
 (0)