Description

This article explains the steps to reduce the /var partition when /var/cache/jboss/backup folder is consuming more.

Symptoms

/var is keep on increasing when /var/cache/jboss/backup folder contains more files.

Solution

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.

Modification History

2024-10-29 : Article Created

2025-12-12 : Minor change and visibility changed.