Search Criteria
Package Details: resticprofile 0.29.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/resticprofile.git (read-only, click to copy) |
---|---|
Package Base: | resticprofile |
Description: | Configuration profiles manager and scheduler for restic backup |
Upstream URL: | https://github.com/creativeprojects/resticprofile |
Licenses: | GPL3 |
Submitter: | metalspork |
Maintainer: | yan12125 (lilac) |
Last Packager: | lilac |
Votes: | 8 |
Popularity: | 0.89 |
First Submitted: | 2021-02-09 03:30 (UTC) |
Last Updated: | 2025-02-06 21:08 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- restic (restic-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
1 2 Next › Last »
yan12125 commented on 2025-02-16 03:13 (UTC)
Thanks. Seems
go get
without more arguments is an undocumented usage? If I understand descriptions and examples ingo help get
correctly, the command requires some more arguments.dreieck commented on 2025-02-11 15:13 (UTC) (edited on 2025-02-11 15:14 (UTC) by dreieck)
Just take your
diff
and replace yourgo mod download
withgo get
. (I tried it.)Me neither.
I learned it "the hard way" and someone suggested it.
yan12125 commented on 2025-02-11 13:32 (UTC)
@dreieck: Could you propose a diff for using
go get
? I'm not familiar with Go toolchain and don't have time to study it in near future.dreieck commented on 2025-02-09 14:24 (UTC)
Ahoj,
you also need to make the license identifier SPDX compliant:
Regards!
dreieck commented on 2025-02-09 14:23 (UTC) (edited on 2025-02-09 14:25 (UTC) by dreieck)
Ahoj,
go mod download
has the drawback that the downloaded files have permissions which forbit deletion -- thus running into trouble on cleanup.Use
go get
instead. This also prints informational messages to the terminal.Regards!
yan12125 commented on 2024-08-19 09:09 (UTC)
dreieck: Thanks! These points make sense. Could you check whether this change works for you or not?
dreieck commented on 2024-08-18 13:05 (UTC) (edited on 2024-08-18 13:06 (UTC) by dreieck)
The rust package guidelines already suggest this, the go guidelines are not (yet) that explicit.
makepkg -sfo
can be made (also batched or via wrappers, to download all packages to be updated/ installed at once), so that the time while beeing on "thick" internet can be used efficiently, and later the time consuming build can be done later when not anymore connected to internet or to "thick" internet (e.g. at home at 1Mbps).makepkg -sfo
all sources are present, so if one wants to poke around before a build once can do and then just tomakepkg -esf
to build whatever is there after poking around.yan12125 commented on 2024-07-11 12:39 (UTC)
Done!
DenisBY commented on 2024-07-11 07:52 (UTC)
Please add
aarch64
. It builds and runs perfectly on Pi41 2 Next › Last »