LetoDMS Community Forum
Dumb question - Deleted folder - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10)
+--- Thread: Dumb question - Deleted folder (/showthread.php?tid=398)



Dumb question - Deleted folder - CountryEd - 11-16-2011

Folks,
A user deleted a folder yesterday. I have a back up done on the server daily. But I just can not remember where the actual files "docs" are stored.
Any ideas? Not in the DB are they, more of links?


RE: Dumb question - Deleted folder - administrator - 11-16-2011

(11-16-2011, 09:47 PM)CountryEd Wrote: Folks,
A user deleted a folder yesterday. I have a back up done on the server daily. But I just can not remember where the actual files "docs" are stored.
Any ideas? Not in the DB are they, more of links?

hey Ed no question is dumb don't feel that way. you can try to restore it.

Thanks

LetoDMS team


RE: Dumb question - Deleted folder - CountryEd - 11-16-2011

But... Where would the docs and folder actually be normally? I should I just maybe reload their whole VPS account.


(11-16-2011, 09:59 PM)administrator Wrote:
(11-16-2011, 09:47 PM)CountryEd Wrote: Folks,
A user deleted a folder yesterday. I have a back up done on the server daily. But I just can not remember where the actual files "docs" are stored.
Any ideas? Not in the DB are they, more of links?

hey Ed no question is dumb don't feel that way. you can try to restore it.

Thanks

LetoDMS team




RE: Dumb question - Deleted folder - administrator - 11-16-2011

We recommend it to be yourdomain or ip/letodms/data but you can check the settings and see where the data is being stored.

LetoDMS

(11-16-2011, 10:11 PM)CountryEd Wrote: But... Where would the docs and folder actually be normally? I should I just maybe reload their whole VPS account.


(11-16-2011, 09:59 PM)administrator Wrote:
(11-16-2011, 09:47 PM)CountryEd Wrote: Folks,
A user deleted a folder yesterday. I have a back up done on the server daily. But I just can not remember where the actual files "docs" are stored.
Any ideas? Not in the DB are they, more of links?

hey Ed no question is dumb don't feel that way. you can try to restore it.

Thanks

LetoDMS team




RE: Dumb question - Deleted folder - dgbaker - 11-17-2011

(11-16-2011, 09:47 PM)CountryEd Wrote: Folks,
A user deleted a folder yesterday. I have a back up done on the server daily. But I just can not remember where the actual files "docs" are stored.
Any ideas? Not in the DB are they, more of links?

The physical files are in the data directory structure you defined in conf.Settings.php, the database has the information to get to the file and the true name of the file.

Data directory example /home/user/data/10234443/1/1/1.file
database example filename realname.file -> 1.file

You would need to restore the files and the database records associated to them.


RE: Dumb question - Deleted folder - steinm - 11-17-2011

(11-16-2011, 09:47 PM)CountryEd Wrote: Folks,
A user deleted a folder yesterday. I have a back up done on the server daily. But I just can not remember where the actual files "docs" are stored.
Any ideas? Not in the DB are they, more of links?

All files are in the content directory as specified in the configuration. The document id is the directory name within the content directory.

Uwe