[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: zip asdf backup.1 gives "zip warning: name not matched: backup.1"?



> zip asdf "backup.1" &
> zip asdf 'backup.1'

The format for the zip command is:

zip [flags] zipfile file1 file2 ...

So in your case, the correct command would be:

zip backupzipfilename backup.1

Replace backupzipfilename with a filename of your chosing :-)

HTH.

Cheers,


Pete.



Reply to: