In new-file-storage, when you delete a folder or file, it just updates
deleted_p to "t". But as far as I can see from grep-ing through all
the source code, I don't see any procs that actually 'rm' the files
from the file system. I seemed to remember someone mentioning some
"zombie sweep" proc in a thread here, but I can't find it now via the
bboard search.
Is there such a proc in 3.2.5? If not, is there such a proc in 4.x
that I could port back to 3.2.5? If not, can someone explain why it's
not a good idea to wipe files that users have decided to delete? Seems
that to reduce the size of backups alone would be a compelling reason.
Am I missing something here? TIA.