Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401867
restore_object.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
Thu, Feb 20, 1:40 PM
Size
710 B
Mime Type
text/x-c++
Expires
Sat, Feb 22, 1:40 PM (19 h, 12 m)
Engine
blob
Format
Raw Data
Handle
191846
Attached To
rARCHIVING archiving
restore_object.rb
View Options
class
RestoreObject
<
ActiveRecord
::
Base
establish_connection
BACULA_CONF
self
.
table_name
=
"
#{
connection_config
[
:database
]
}
.RestoreObject"
self
.
primary_key
=
:RestoreObjectId
alias_attribute
:restore_object_id
,
:RestoreObjectId
alias_attribute
:object_name
,
:ObjectName
alias_attribute
:restore_object
,
:RestoreObject
alias_attribute
:plugin_name
,
:PluginName
alias_attribute
:object_length
,
:ObjectLength
alias_attribute
:object_full_length
,
:ObjectFullLength
alias_attribute
:object_index
,
:ObjectIndex
alias_attribute
:object_type
,
:ObjectType
alias_attribute
:file_index
,
:FileIndex
alias_attribute
:job_id
,
:JobId
alias_attribute
:object_compression
,
:ObjectCompression
end
Event Timeline
Log In to Comment