We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8436d8 commit d17bb8aCopy full SHA for d17bb8a
sphinx/server_management/check_asset_usage.md
@@ -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
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