Skip to content

Instantly share code, notes, and snippets.

@palto42
Last active August 16, 2020 15:24
Show Gist options
  • Save palto42/c4b2440ea8ae0bd8b037dc5d64fd4e58 to your computer and use it in GitHub Desktop.
Save palto42/c4b2440ea8ae0bd8b037dc5d64fd4e58 to your computer and use it in GitHub Desktop.
Solus packaging for borgmatic
name : borgmatic
version : 1.5.9
release : 2
source :
- https://projects.torsion.org/witten/borgmatic/archive/1.5.9.tar.gz : 383b6e993bd4a64b93e92bc44707a7132ce95bdcbdd801bec7d9bab1b36339e2
homepage : https://torsion.org/borgmatic/
license : GPL-3.0-or-later
component : system.utils
summary : borgmatic is simple, configuration-driven backup software for servers and workstations.
description: |
borgmatic is simple, configuration-driven backup software for servers and workstations.
Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services.
borgmatic is powered by Borg Backup.
rundeps :
- python-pykwalify
- python-requests
- python-colorama
- borg
build : |
%python3_setup
install : |
%python3_install
install -Dm00644 README.md $installdir/usr/share/doc/borgmatic/README.md
install -Dm00644 NEWS $installdir/usr/share/doc/borgmatic/CHANGELOG.txt
find sample/systemd -type f -exec install -Dm00644 "{}" "$installdir/usr/share/doc/borgmatic/{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment