preda / gpuowl

GPU Mersenne primality test.
GNU General Public License v3.0
163 stars 39 forks source link

Create copy_proofs.sh #177

Closed valeriob01 closed 8 months ago

valeriob01 commented 4 years ago

Copy proof files to a backup location. First argument is the search directory, second argument is the destination directory.

preda commented 4 years ago

In which situation do you need this script to extract the proofs? when running with -pool, the proofs are automatically put together in the pool-dir/proof/ , so they are all in one place no need to extract them. You arent' using -pool \<dir> ?

selroc commented 4 years ago

In which situation do you need this script to extract the proofs? when running with -pool, the proofs are automatically put together in the pool-dir/proof/ , so they are all in one place no need to extract them. You arent' using -pool

?

I am not using -pool, the proof files are placed in GPU-specific directories and I need to copy them to a server which eventually has redundant hard disks in RAID1 configuration (mirroring).