Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Windows: File Explorer -> right click -> Properties

  • Linux

    • du -sh                 <path> # shows physical disk usage (including data protection, accounted for quota)

    • du -sh --apparent-size <path> # shows logical space or as an alternative:
      find <path> -ls | awk '{++c; s+=$7} END {print c " Files\n", s/1024^4 " TB"}'

    • df -h                                      <path>  # shows quota and apparent size
    • Projects: Project volume and quota can be checked with cloud.awi.de/#/projects

...