Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461361
path.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, 12:38 AM
Size
612 B
Mime Type
text/x-c++
Expires
Tue, May 20, 12:38 AM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
220262
Attached To
rARCHIVING archiving
path.rb
View Options
# Bacula Path table.
#
# The Path table contains shown above the path or directory names of all directories on
# the system or systems.
# As with the filename, only one copy of each directory name is kept regardless of how
# many machines or drives have the same directory.
# These path names should be stored in Unix path name format.
class
Path
<
ActiveRecord
::
Base
establish_connection
BACULA_CONF
self
.
table_name
=
"
#{
connection_config
[
:database
]
}
.Path"
self
.
primary_key
=
:PathId
alias_attribute
:path_id
,
:PathId
alias_attribute
:path
,
:Path
has_many
:bacula_files
,
foreign_key
:
:PathId
end
Event Timeline
Log In to Comment