Skip to content

Fixed the limits for hard disk space for backups

Nils Brinckmann requested to merge fix-limit-for-space-check into main

The value that df -Pk returns is in kilobytes so our comparision value (1 gb) should be in in kb as well

Merge request reports