Can anyone tell me what's wrong in this code:
#!/usr/local/bin/python
import os
import string, sys
a='sys.argv[1]'
b='sys.argv[2]'
os.system("scp a:/export/home/sample/backup.sql b:/home/rushi/abc.sql")
it's giving the following error:
ssh: a: node name or service name not known