> 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.