system-backup

LOW
maintainer kirarahoshii 0 votes scanned 2026-09-23 17:40:40.806207
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: iamanuclearwarhead on github <kiraralarpsec@gmail.com>
2pkgname=system-backup
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="bare metal bootable LUKS/rsync system backup script for archlinux"
6arch=('any')
7url="https://github.com/iamanuclearwarhead/system-backup"
8license=('GPL-3.0-or-later')
9depends=('bash' 'rsync' 'cryptsetup' 'util-linux' 'e2fsprogs' 'dosfstools' 'arch-install-scripts')
10optdepends=(
11 'btrfs-progs: support for Btrfs target root filesystems'
12 'xfsprogs: support for XFS target root filesystems'
13 'f2fs-tools: support for F2FS target root filesystems'
14 'grub: support for GRUB target bootloader'
15)
16source=("${pkgname}-${pkgver}.tar.gz::https://github.com/iamanuclearwarhead/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
17sha256sums=('1c0a45d15a207619e99fe62a72e72fd9b43c58944055f99d18b99fb89f701a00')
18
19package() {
20 cd "${srcdir}/${pkgname}-${pkgver}"
21 install -Dm755 system-backup "${pkgdir}/usr/bin/system-backup"
22 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
23}
24

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 17:40:40 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion