Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1) Creamos el script (.sh)

Code Block
#!/bin/bash
find /opt/ideasoft/o3bi/exist-db/data/backup* -mtime +30 -exec rm {} \;

...