Saving your $HOME space
Posted Jan 8, 2009 12:43 UTC (Thu) by
eru (subscriber, #2753)
In reply to:
Saving your $HOME space by rwmj
Parent article:
BleachBit: Does GNU/Linux need the equivalent of a Windows registry cleaner?
What to do about it? I think you've identified a new class of storage: Per-user. Temporary in that it can be deleted at any time. But persistent in that the OS should keep it around as long as possible.
More precisely, can be deleted any time the user does not have a "session"
on the machine. It would lead to bugs if applications would have to
test if the data is still there while they are running.
With a new class of storage should come a new location. Something like $HOME/.tmp/, where applications can store this cached data, but if space is tight the OS may remove it (eg. at boot) without repercussions.
Not under $HOME, please. As I noted, it is often backed-up and/or
non-local storage (in some cases even a USB stick), and should not be
wasted for caching. A convention like /var/tmp/caches/$USER
would be preferable. If the convention were commonly used,
standard library functions could be added to make a sub-directory under
this user cache in a secure way, making usage as easy for application
writers as using the $HOME directory.
(
Log in to post comments)