Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37038676
en ru br
ALT Linux repos
S:1.7.15-alt1

Group :: File tools
RPM: borgmatic

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: borgmatic
Version: 1.7.14
Release: alt1

Summary: borgmatic (formerly atticmatic) is a simple Python wrapper script for the Borg

License: GPL-3
Group: File tools
Url: https://github.com/witten/borgmatic

BuildArch: noarch

Packager: Pavel Vainerman <pv at altlinux.ru>

# Source-url: https://github.com/witten/borgmatic/archive/%version.tar.gz

Source: %name-%version.tar

Requires: python3-module-pykwalify >= 1:1.6.1-alt1 python3-module-ruamel-yaml.clib

BuildRequires(pre): rpm-build-python3 rpm-build-intro

BuildRequires: python3-dev python3-module-setuptools

# according to setup.py

%py3_use pykwalify < 14.06
%py3_use pykwalify > 1.6.0


%description
borgmatic (formerly atticmatic) is a simple Python wrapper script for the Borg backup software
that initiates a backup, prunes any old backups according to a retention policy,
and validates backups for consistency.
The script supports specifying your settings in a declarative configuration file
rather than having to put them all on the command-line, and handles common errors.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%doc LICENSE AUTHORS README.md
%_bindir/*
%python3_sitelibdir_noarch/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin