Class Rudy::Backup
In: lib/rudy/metadata/backup.rb
Parent: Storable

Methods

any?   create   date   descriptors   destroy   disk   disk_exists?   name   new   postprocess   restore   time   to_s   valid?  

Included Modules

Rudy::Metadata Gibbler::Complex

Public Class methods

If one argument is supplied:

  • path is a an absolute filesystem path
  • opts is a hash of disk options.

If two arguments are supplied:

  • position
  • path is a an absolute filesystem path
  • opts is a hash of disk options.

Valid options are:

  • +:path+ is a an absolute filesystem path (overridden by path arg)
  • +:position+ (overridden by position arg)
  • +:created+ is an instance of Time
  • +:user+ is the name of the user which created the backup.

Public Instance methods

Are there any backups for the associated disk?

[Validate]