Files
borg/docker/app/scripts/remote-get-folder-size
marcio.fernandes 3180d653d3
All checks were successful
/ build-docker-image (push) Successful in 8s
borg container image feature/review-docker: pipelines and scripts revisions (#1)
Co-authored-by: Márcio Fernandes <marcio.fernandes@outlook.pt>
Reviewed-on: #1
2025-09-21 19:23:37 +00:00

3 lines
93 B
Plaintext
Executable File

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