I have a file "backup". I want to find that particular file and take a backup with cp command and the backup file will be "backup_b".
The code which i am executing is below
find /u01/app/gafmbs/backup_b -exec cp backup_b backup
But this is not working. How will i do that? Can anybody help me out?