Module: BakShell

Defined in:
lib/bak-shell.rb,
lib/bak-shell/cli.rb,
lib/bak-shell/indexer.rb,
lib/bak-shell/version.rb,
lib/bak-shell/exceptions.rb,
lib/bak-shell/commands/info.rb,
lib/bak-shell/commands/purge.rb,
lib/bak-shell/commands/backup.rb,
lib/bak-shell/commands/restore.rb

Defined Under Namespace

Classes: BaseError, CLI, Indexer, InvalidBackupError, InvalidOptionError, InvalidTargetError, TargetMissingError, TooManyTargetsError

Constant Summary collapse

BACKUP_DIR =
File.expand_path(File.join(ENV["HOME"], "bak"))
VERSION =
"0.0.2"