quick and dirty code /snippets / making the life hopefully easier
show the size of folders (linux)
du -shc /folder/*
have fun
quick and dirty code /snippets / making the life hopefully easier
show the size of folders (linux)
du -shc /folder/*
have fun
quick and dirty code /snippets / making the life hopefully easier
rsync via ssh
rsync -arlpt /source user@host:/target
have fun
quick and dirty code /snippets / making the life hopefully easier
Filesystem used (freeBSD)
all 3 of them will do the Trick
mount
mount|cut -f4 -d ' '|tr -d '(,'| sort| uniq -c| sort -rn
gpart show
have fun