diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-05-14 14:09:07 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-05-14 14:09:07 +0100 |
commit | a77c7ac455aea4d7d7f49d7bc9313a2ecc9cfec3 (patch) | |
tree | c1c1ac1398595f24100a7f31b9e3e699408c5cf0 /debian/byteback/DEBIAN | |
parent | 8217f1c120211845c7846ef4f57a3277b8a5e890 (diff) |
bytemark: Added debian packaging
Diffstat (limited to 'debian/byteback/DEBIAN')
-rw-r--r-- | debian/byteback/DEBIAN/control | 26 | ||||
-rw-r--r-- | debian/byteback/DEBIAN/md5sums | 9 |
2 files changed, 35 insertions, 0 deletions
diff --git a/debian/byteback/DEBIAN/control b/debian/byteback/DEBIAN/control new file mode 100644 index 0000000..ee20a2e --- /dev/null +++ b/debian/byteback/DEBIAN/control @@ -0,0 +1,26 @@ +Package: byteback +Version: 0.2.0-1 +Architecture: all +Maintainer: Patrick J Cherry <patrick@bytemark.co.uk> +Installed-Size: 48 +Depends: ruby | ruby-interpreter, rsync, openssh-client +Recommends: ruby-trollop | libtrollop-ruby +Section: ruby +Priority: optional +Homepage: https://projects.bytemark.co.uk/projects/byteback +Description: Maintenance-free client & server backup scripts for Linux + byteback encapsulates Bytemark's "best practice" for maintenance-free backups + with easy client and server setup. + . + "Maintenance-free" means that we'd rather make full use of a fixed amount of + disc space. Management of disc space must be completely automatic, so the + process never grinds to a halt for reasons that could be automatically + resolved. Failed backups can be restarted in case of network problems. + . + We use the standard OpenSSH on the server for encrypted transport & access + control, btrfs for simple snapshots and rsync for efficient data transfer + across the network. + . + Backups should require as little configuration as possible to be safe - just + the server address should be enough. +Ruby-Versions: ruby1.9.1 ruby2.0 diff --git a/debian/byteback/DEBIAN/md5sums b/debian/byteback/DEBIAN/md5sums new file mode 100644 index 0000000..e9641f9 --- /dev/null +++ b/debian/byteback/DEBIAN/md5sums @@ -0,0 +1,9 @@ +6f600d576b18b93e3bf43afd043f156e usr/sbin/byteback +21a8bb0fb9fecf44bbf58e9bbceda2b7 usr/sbin/byteback-backup +cee04f5b5f344d8ecb6ae0af488c5e0d usr/sbin/byteback-receive +7a7899e4bc3c0ba13280b8cd6eca827c usr/sbin/byteback-setup-client +cc78a3fd9b662e3db1e7fa801c4011dd usr/sbin/byteback-setup-client-receive +54a8cd3305209c36446b63707e68d070 usr/sbin/byteback-snapshot +538e288de3c0b5fdddcfb65840017482 usr/share/doc/byteback/README.md.gz +09620c298fa07a984827d0bac4dd9cc3 usr/share/doc/byteback/changelog.Debian.gz +4e261bda29e8364ad551d709a97162a0 usr/share/doc/byteback/copyright |