Registry / utility / backup

backup

JSON →
library4.4.1rbrubygemsunverified

A RubyGem for performing backup operations on remote and local environments with an elegant DSL.

gem install backup
INSTALL
IMPORT
SIG · BACKUP
B
backup
utilityrubyv4.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Backup
require 'backup'

Define a simple backup model that archives files and stores locally.

require 'backup' Backup::Model.new(:my_backup, 'My Backup') do archive :my_archive do |archive| archive.add '/path/to/files' end store_with Local end
Debug
Known issues
breakingBackup v4.x has breaking changes from v3.x; the DSL is different.
fix
Refer to the v4 migration guide if upgrading from v3.
affects: >= 4.0.0
Upgrade
Version history
4.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
2
Meta
1
Resources
backup — gem install backup · libregistry