Hello Briggsy,
Interesting trouble that you are reporting. Could you fill in a few details please:
1) What version of OS X are you working with? Panther? Latest patches?
2) Can you open a terminal window, and do a df for us?
3) How much RAM is on our server?
The df command is the "disk free" and it will show out all of your devices, and how much space is used.
Take care,
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
Hello,
It would be quick to observe that if files are in /var/tmp, that they are tempfiles, and a simple rm -rf * will take care of the issue. NO! Do not do that. They could be lock files, could be someone's version of word, etc.
My *educated guess* would be:
1) Schedule a downtime. Inform your users that you need to go down for maint. Have them close all files, etc.
2) Reboot the server, and go into /var/tmp, and see what is there. See what the ownerships involved are. Check the dates. You might be seeing someone's print spool file. Maybe someone's photoshop crashed and these files are from whenever. On my OS X laptop, I looked, and they appear to be .ppd files (postscript page defs).
3) You might need to do a cat | more on the files to see if they are text, and you can read them.
Without entering into your system, it would be difficult to quess further. If, after a reboot, there are files still there, I would say it is safe to kill them. Users should not be saving legit files there, and if the files are print jobs, they will be re-created.
As you know Mac OS X / Unix / Linux are multi-user operating systems. It is not so easy to wave the magic wand and kill the temp files a-la-windows.
Good Luck,
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
Followup: After cleaning /tmp, check the /tmp as you run the Retrospect program again. See if that big 35 GB is related to the tape system. I do not know the innards of Retrospect, aside from that it works really well with me and my ftp-based backups.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57