4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
find /etc/lvm/archive/ -type f -mtime +1 -name '*.vg' -delete
|