This article explains the steps to reduce the /var partition when /var/cache/jboss/backup folder is consuming more.
/var is keep on increasing when /var/cache/jboss/backup folder contains more files.
This issue can be resolved by deleting the old backup.
Please find the below steps:
Login to CLI of Junos space.
# cd /var/cache/jboss/backup
# rm -rf <backup.tgz>
Note: Please delete only the old backup.
If you still faces any issue please contact JTAC for further assistance.
2024-10-29 : Article Created
2025-12-12 : Minor change and visibility changed.