You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Note!! Please register for a free account to access the full content and also to participate in Q&A in the community

Oracle Linux – Using GNU Parallel command to improve backup(s) to an NFS Server

edited Oct 8, 2025 7:13AM in Linux

APPLIES TO

Oracle Cloud Infrastructure - Version N/A and later
Oracle Linux 7/8/9

GOAL

Improve network throughput and reduce times to backup important data/information to a NFS Server

SOLUTION

cp and rsync commands are used to copy files between filesystem, the use of an additional command (parallel) can help us to copy multiple files at the same time, we do not need to wait for a file to be fully copied to start copying a diff one.
This allows to have a better use of the network.

Make sure backups or copy of large amount of files is done when the usage of the system is low ; preferably after working hours or during the weekend as the parallel command will use all available CPU(s) by default.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!