Package Details: advcpmv 9.5-1

Git Clone URL: https://aur.archlinux.org/advcpmv.git (read-only, click to copy)
Package Base: advcpmv
Description: 'cp' and 'mv' utilities with progress bar patches
Upstream URL: https://github.com/jarun/advcpmv
Licenses: GPL3
Provides: acp, advcp, advmv, amv, cpg, mvg
Submitter: ainola
Maintainer: Posi
Last Packager: Posi
Votes: 55
Popularity: 1.55
First Submitted: 2021-12-24 02:06 (UTC)
Last Updated: 2024-04-27 10:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

timofonic commented on 2017-11-21 19:01 (UTC) (edited on 2017-11-21 21:28 (UTC) by timofonic)

I made a preliminary patch for 8.26. Let's see if someone reviews it. IM A TOTAL PROGRAMMING NOOB, YOU ARE WARNED. If it's okay, I might continue with the ongoing versions. https://0x0.st/s-tJ.patch aka advcpmv-0.8-8.26.patch (de facto canonical naming scheme) What about making a coreutils package with this plus Gentoo patches? It would be amazing! Please... https://dev.gentoo.org/~whissi/dist/coreutils/coreutils-8.28-patches-1.1.tar.xz Another alternative is to use progress... https://github.com/Xfennec/progress Or rsync... Or cpv, a script srapper that uses pv (pipe viewer) for that: https://github.com/nachoparker/cpv There's an early WIP patch that may provide a somewhat similar functionality and seems very interesting too. https://www.reddit.com/r/linux/comments/7deo1r/ctrlt_status_key_patches_for_gentoo_for_those_who/

boscowitch commented on 2016-08-25 23:34 (UTC)

I adopted the patch to the new version if anyone cares: https://github.com/boscowitch/advcpmv/tree/patch-1 also created a pull request to the original creator of the last version https://github.com/atdt/advcpmv

punk0x29a commented on 2015-07-06 11:51 (UTC)

gpg --keyserver keys.gnupg.net --recv-keys DF6FD971306037D9

bezirg commented on 2015-05-02 21:44 (UTC)

confirmed

bezirg commented on 2015-04-22 22:03 (UTC)

I have pgp sig error: coreutils-8.23.tar.xz ... FAILED (unknown public key DF6FD971306037D9)

Nrm commented on 2015-04-12 08:53 (UTC)

Thank you for your patch, It's been a long time since I used this feature. I disown this package !

Noctem commented on 2015-04-11 22:45 (UTC)

Could you update this to coreutils 8.23? I've updated the patch to accommodate CoreUtils' change to the getopt lines in cp.c and mv.c (and left out the noise about object files only being present in coreutils.orig). https://gist.github.com/Noctem/3e81f726a42beafc6c3a#file-advcpmv-8-23_0-5-4-patch

KairiTech commented on 2014-03-31 00:21 (UTC)

Okay I've added those binaries. What I have noticed is that I'm getting some crazy numbers for the speed with and without the global progress bar both from the initramfs and the full boot into the root filesystem. The ETA look good though. Copying at -2147483648.0 KiB/s (about 0h 2m 17s remaining) Also: acp -g -a -R /usr/* /tmp/ produces the global progress bar while acp -g -a -R /* /tmp/ does not.

Nrm commented on 2014-03-30 09:00 (UTC)

Yes you’re right, this patch is high level, and require “find” and “du” commands to work properly. The patch is ugly and not well developped, and I've not much time to work on it, I'm sorry for that. The global progress bar should be displayed if the number of files is greater than 1. The find command is piped to wc to count the files you want to copy.

KairiTech commented on 2014-03-30 00:04 (UTC)

I've added acp to my initramfs to count down the copying of the root filesystem to RAM and I found out that I also needed to include the find command. I must be missing another binary because I don't get the global progress bar. Only the file progress bar shows up. Once fully booted into the system acp shows the global progress bar as expected. I just don't seem to be including something it needs in the initramfs. Do you know what I might be missing that is needed for the global progress bar to be displayed?