Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461203
bacula_file.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, May 17, 11:41 PM
Size
569 B
Mime Type
text/x-c++
Expires
Mon, May 19, 11:41 PM (21 h, 47 m)
Engine
blob
Format
Raw Data
Handle
220174
Attached To
rARCHIVING archiving
bacula_file.rb
View Options
class
BaculaFile
<
ActiveRecord
::
Base
self
.
table_name
=
:File
self
.
primary_key
=
:FileId
alias_attribute
:file_index
,
:FileIndex
alias_attribute
:job_id
,
:JobId
alias_attribute
:path_id
,
:PathId
alias_attribute
:filename_id
,
:FilenameId
alias_attribute
:delta_seq
,
:DeltaSeq
alias_attribute
:mark_id
,
:MarkId
alias_attribute
:l_stat
,
:LStat
alias_attribute
:md5
,
:MD5
belongs_to
:path
,
foreign_key
:
:PathId
belongs_to
:filename
,
foreign_key
:
:FilenameId
belongs_to
:job
,
foreign_key
:
:JobId
has_many
:base_files
,
foreign_key
:
:FileId
end
Event Timeline
Log In to Comment