Opened 16 years ago
Closed 16 years ago
#1233 closed enhancement (wontfix)
BASE files storage on server (i.e. outside BASE application) has many empty directories, should it?
Reported by: | Jari Häkkinen | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | 2.9.2 |
Keywords: | Cc: |
Description
Are directories removed from the servers file system when they become empty of files? If I add a lot of files to my BASE account, BASE will store them in different directories following some scheme. When I later remove my BASE files the files are also removed from the file system. However, are empty directories also removed? The reason for this question is that our server as a lot of empty directories in the file storage disk.
Change History (3)
comment:1 by , 16 years ago
Summary: | BASE files storage are on server has many empty directories → BASE files storage on server (i.e. outside BASE application) has many empty directories, should it? |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Directories are not deleted. But if they are empty they can almost always be deleted without harm. The only exception is a newly created directory that were the file upload has not started yet. Currently the naming of the directories follows date and time so it would probably be possible to write some kind of script that checks subdirectories for the last week...