Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461436
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
Sun, May 18, 1:07 AM
Size
710 B
Mime Type
text/x-c++
Expires
Tue, May 20, 1:07 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
220086
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