Search Criteria
Package Details: securecopy 9.7.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/securecopy.git (read-only, click to copy) |
|---|---|
| Package Base: | securecopy |
| Description: | GNU coreutils cp/mv with CRC64 xattr checksum verification, plus crcsum |
| Upstream URL: | https://github.com/hansij66/securecopy |
| Licenses: | GPL-3.0-or-later |
| Provides: | securecopy |
| Submitter: | Mr.Wizard |
| Maintainer: | Mr.Wizard |
| Last Packager: | Mr.Wizard |
| Votes: | 1 |
| Popularity: | 0.181401 |
| First Submitted: | 2026-02-21 08:10 (UTC) |
| Last Updated: | 2026-02-21 09:53 (UTC) |
Dependencies (6)
- attr (attr-gitAUR)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- libcap (make)
- perl (perl-gitAUR) (make)
- texinfo (texinfo-gitAUR) (make)
Latest Comments
Mr.Wizard commented on 2026-02-21 09:32 (UTC)
Provides crccp, crcmv, and crcsum — patched versions of GNU coreutils cp and mv that store/verify CRC64 checksums in extended attributes (xattr). Use -cx flag with crccp/crcmv to enable checksum verification on copy/move. Requires filesystem with xattr support (ext4, btrfs, xfs, zfs etc).
Binaries: crccp crcmv crcsum
To use as drop-in replacements, add to your shell config: alias cp='crccp' alias mv='crcmv'
Key flags: -c verify CRC after copy/move -cx verify + store CRC in xattr -v verbose (shows CRC values)
Docs: /usr/share/doc/securecopy/