Compare commits
No commits in common. "9b8f3278a6d219ae0072e240b5688edd88e80bb9" and "0a51d658fcbe9806f89aaba3fc6bf6ac234becc6" have entirely different histories.
9b8f3278a6
...
0a51d658fc
@ -24,14 +24,14 @@ have() { command -v "$1" >/dev/null 2>&1; }
|
||||
usage() {
|
||||
cat <<'EOF'
|
||||
Verwendung:
|
||||
fstrim-lxc.v1.sh -all [--timeout SECONDS]
|
||||
fstrim-lxc.pct.v1.sh -all [--timeout SECONDS]
|
||||
-> pct fstrim auf allen laufenden LXC-Containern ausführen
|
||||
|
||||
fstrim-lxc.v1.sh -i 102,103 [--timeout SECONDS]
|
||||
fstrim-lxc.v1.sh -102,103 [--timeout SECONDS]
|
||||
fstrim-lxc.pct.v1.sh -i 102,103 [--timeout SECONDS]
|
||||
fstrim-lxc.pct.v1.sh -102,103 [--timeout SECONDS]
|
||||
-> pct fstrim nur auf diesen IDs ausführen
|
||||
|
||||
fstrim-lxc.v1.sh
|
||||
fstrim-lxc.pct.v1.sh
|
||||
-> Interaktives Menü
|
||||
|
||||
Optionen:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user