...
1) Creamos el script (.sh)
Code Block |
---|
#!/bin/bash
find /opt/ideasoft/o3bi/exist-db/data/backup* -mtime +30 -exec rm {} \; |
...
...
1) Creamos el script (.sh)
Code Block |
---|
#!/bin/bash
find /opt/ideasoft/o3bi/exist-db/data/backup* -mtime +30 -exec rm {} \; |
...