mrb 0.3+nmu3 source package in Ubuntu

Changelog

mrb (0.3+nmu3) unstable; urgency=medium

  * Non-maintainer upload.
  * Convert to source format 3.0.
    Closes: #1043215

 -- Bastian Germann <email address hidden>  Fri, 29 Sep 2023 12:30:06 +0000

Upload details

Uploaded by:
Ron Lee
Uploaded to:
Sid
Original maintainer:
Ron Lee
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin
Noble release universe admin

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mrb_0.3+nmu3.dsc 1.2 KiB 0cd4388ea780982a10c7d4d35c64ca321fbad981bf1de2dc586fde155ce1042e
mrb_0.3+nmu3.tar.xz 17.6 KiB 6d424f1ff4643bfe98fbf2b6db5b375c5796e9f727a8316ebefda761390d1326

Available diffs

No changes file available.

Binary packages built by this source

mrb: Manage incremental data snapshots with make/rsync

 mrb is a single, self-documenting, executable makefile, which aims to make
 trivial the task of maintaining a set of compact, incremental, rsync mirrors
 of your important (and sometimes rapidly changing) data.
 .
 It relies only on the time-hardened industry tools GNU make and rsync.
 Snapshots may be taken at any opportune interval. Multiple snapshot targets
 can be configured in a modular fashion, so fast changing data can be separated
 from static bulk data, with snapshots of each scheduled or triggered on demand,
 as may be appropriate for each.
 .
 This package also includes gitkeeper, which is a tool for easy bidirectional
 mirroring of 'installed' data files from a remote system to a local git
 repository. It doesn't actually require you to keep the local files in git,
 but if you do it supports restoring the remote system to any snapshot from
 the repository. Likewise it allows you to explicitly configure the owner and
 access permission that should be applied when pushing to the remote system
 since they are not preserved by the versions stored in git.
 .
 To use gitkeeper you will need to install the suggested perl packages too.