#Need to cancel in-progress backup

3 messages · Page 1 of 1 (latest)

sly vector
#

I forgot to add some folders to the ignore list before creating a backup. Now my VPS has no more available disk space. Pterodactyl doesn't seem to care. How do I deal with this?

shell hill
#

delete the backup via cli? Should do the trick
you could filter search for big files, get the path and delete it

find . -xdev -type f -size +100M -print | xargs ls -lh | sort -k5,5 -h -r