Search Criteria
Package Details: autorestic 1.8.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/autorestic.git (read-only, click to copy) |
---|---|
Package Base: | autorestic |
Description: | Config driven, easy backup cli for restic |
Upstream URL: | https://github.com/cupcakearmy/autorestic |
Keywords: | backup |
Licenses: | Apache-2.0 |
Submitter: | ishanarora |
Maintainer: | buckket (tippfehlr) |
Last Packager: | tippfehlr |
Votes: | 1 |
Popularity: | 0.001068 |
First Submitted: | 2022-12-26 05:29 (UTC) |
Last Updated: | 2024-09-11 18:48 (UTC) |
Dependencies (3)
- restic (restic-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
tippfehlr commented on 2024-06-18 15:18 (UTC) (edited on 2024-06-18 16:53 (UTC) by tippfehlr)
I don’t think we should add
GOPATH
andGOCACHE
, if you want to separate the go cache, use a chroot, but for most users a shared go cache makes more sense.EDIT: you can also just pass the variables to makepkg.
what documentation do you mean to include?
dreieck commented on 2024-06-17 20:16 (UTC)
I have a feature request to add packaging the documentation files of usage (e.g. how to write the config file) into
/usr/share/doc/autorestic/
.Regarding
GOPATH
andGOCACHE
: I am fine with that.Regards!
tippfehlr commented on 2024-06-11 10:06 (UTC)
Hi dreieck, I’ll add a
go mod download
toprepare()
.To the second point: We could separate the go directories from
~/go
withbut I’ve looked through a few packages and couldn’t find that anywhere. The go packaging guidelines are not very specific, but if you want separation you could always build in a chroot.
@dreieck @buckket what do you think?
dreieck commented on 2024-06-09 12:36 (UTC)
Please move the
go
download stuff out ofbuild()
intoprepare()
so thatbuild()
can work offline and on already prepared source tree (below${srcdir}
!, please do not letgo
clutter the build user's home directory):Regards and thanks for maintaining!
tippfehlr commented on 2024-06-01 22:56 (UTC)
@buckket please update this, v1.8.2 was released on 2024-03-28
KaoriMiyazono commented on 2024-05-04 04:45 (UTC)
@buckket please update or add me as a maintainer.
etorres4 commented on 2024-01-20 05:30 (UTC) (edited on 2024-01-25 18:02 (UTC) by etorres4)
Hi, would it be possible to add shell completions? I've added the needed lines to package() and uploaded a patch on a pastebin: https://gist.github.com/etorres4/0f210d9571151c973135cf17bcb872a9
KaoriMiyazono commented on 2023-07-19 19:16 (UTC)
@ishanarora, can you add me as maintainer? I can take over the package.