read_dump; Cannot open file

Please reply to the list so other people can also see the problem and hopefully the solution.

I just remembered that you can also just dump to one file, using just

dump compress.dump

to generate the data. Then you can just rerun that dump file which contains all the snapshots. You can also concatenate them from the command line with

cat compress.dump.* > compress.dump

and use that.

cat compress.dump.* > compress.dump

This trick works perfectly

Thanks Stefan