Is there a copy handling progam available that can queue, pause and resume?

Solution 1:

Possibly a duplicate question?

If you want a GUI version try Ultracopier

enter image description here

N.B. in the download section there is a deb file you can download. Remember - the software is very new.

Solution 2:

Helps you to integrate UltraCopier on the Nautilus/Nemo file browser.


Ultracopier:

Is included on the official ubuntu universe repo and is added as a dependency of the extension, so will be automatically installed.

After install: Select one option

  • Restart your computer(recommended)

  • Logout and login

  • Execute for:

    Nemo: nemo -q (save your work first)

    Nautilus: nautilus -q (save your work first)

To configure your keyboard shortcut

Rigth click on the desktop and then in Configure UltraCopier.

To install on ubuntu 14.04:

For Nemo:

sudo add-apt-repository ppa:lestcape/ultracopier-extensions
sudo apt-get update
sudo apt-get install nemo-ultracopier

For Nautilus:

sudo add-apt-repository ppa:lestcape/ultracopier-extensions
sudo apt-get update
sudo apt-get install nautilus-ultracopier

To remove:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:lestcape/ultracopier-extension

For Nemo:

sudo apt-get purge nemo-ultracopier

For Nautilus:

sudo apt-get purge nautilus-ultracopier

Report any problem:

https://github.com/lestcape/Nautilus-UltraCopier-Extension

https://github.com/lestcape/Nemo-UltraCopier-Extension