Skip to content
Snippets Groups Projects
Commit 34b9f034 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

delete old userlabs-jobs, too

parent 5c39dd1a
Branches
Tags
No related merge requests found
#!/bin/bash #!/bin/bash
sudo find /nfs/jupyter-jsc-live/common/jobs-archive/ -maxdepth 1 -type d -ctime +30 -exec rm -rf {} \; sudo find /nfs/jupyter-jsc-live/common/jobs-archive/ -maxdepth 1 -type d -ctime +30 -exec rm -rf {} \;
sudo find /nfs/jupyter-jsc-live/common/userlabs-jobs/ -maxdepth 1 -type d -ctime +30 -exec rm -rf {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment