Files
borg/docker/app/scripts/remote-get-folder-size
Márcio Fernandes b8d08df128
All checks were successful
/ build-docker-image (push) Successful in 51s
.
2025-09-21 19:50:34 +01:00

3 lines
88 B
Plaintext
Executable File

#/bin/bash
source loadenv
$(remote-connect du -b "$SSH_FOLDER" -d 0 | awk '{print $1}')