Skip to content
Discussion options

You must be logged in to vote

crontab -l 2>/dev/null | grep -vE '^[[:space:]]*[^#].*/opt/proxmox-backup/|^[[:space:]]*0[[:space:]]+2[[:space:]]+\*[[:space:]]+\*[[:space:]]+\*[[:space:]]+/usr/local/bin/proxmox-backup[[:space:]]*>/dev/null[[:space:]]+2>&1[[:space:]]*$' | crontab -; chattr -R -i /opt/proxmox-backup 2>/dev/null || true; rm -rf /opt/proxmox-backup

This command will delete the entire
/opt/proxmox-backup folder, as well as the cron jobs that were running it.

The entire folder will be deleted.

With the new installation, you’ll need to reconfigure everything; this is the best approach since your setup is really, really old.
The new installation is much better and should be easier for you.

bash -c "$(curl -fsSL…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@hspindel
Comment options

hspindel May 5, 2026
Author Sponsor

@tis24dev
Comment options

Answer selected by tis24dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #201 on May 04, 2026 22:49.