Class DatedBackup::Core::BackupSet
In: lib/dated_backup/core/backup_set.rb
lib/dated_backup/core/backup_set.rb
lib/dated_backup/core/backup_set.rb
Parent: ReverseSortedUniqueArray

Methods

Public Class methods

Creates the many similar time methods:

  • include_year?
  • include_month?
  • include_day?
  • include_week
  • one_per_year
  • one_per_month
  • one_per_day
  • one_per_week

Creates the many similar time methods:

  • include_year?
  • include_month?
  • include_day?
  • include_week
  • one_per_year
  • one_per_month
  • one_per_day
  • one_per_week

Creates the many similar time methods:

  • include_year?
  • include_month?
  • include_day?
  • include_week
  • one_per_year
  • one_per_month
  • one_per_day
  • one_per_week

Creates the boolean include_*? methods (include_month?, include_year? and so on). See the notes on the create_per_time_methods, and TimeSymbol.valid_symbols

Creates the boolean include_*? methods (include_month?, include_year? and so on). See the notes on the create_per_time_methods, and TimeSymbol.valid_symbols

Creates the boolean include_*? methods (include_month?, include_year? and so on). See the notes on the create_per_time_methods, and TimeSymbol.valid_symbols

Creates the one_per_* (one_per_month, one_per_year, one_per_week, and one_per_day) methods. Each of those methods will call the appropriate include_* methods, which is also dynamically defined

Creates the one_per_* (one_per_month, one_per_year, one_per_week, and one_per_day) methods. Each of those methods will call the appropriate include_* methods, which is also dynamically defined

Creates the one_per_* (one_per_month, one_per_year, one_per_week, and one_per_day) methods. Each of those methods will call the appropriate include_* methods, which is also dynamically defined

Given the base of the backup directories as a string, this method should find all of the Backup Directories, and return these Directories as a BackupSet

Given the base of the backup directories as a string, this method should find all of the Backup Directories, and return these Directories as a BackupSet

Given the base of the backup directories as a string, this method should find all of the Backup Directories, and return these Directories as a BackupSet

Public Instance methods

[Validate]