vascobrito
Technical User
hi there
problably this isn't the forum for my question but i'm geting desperated.
i'm trying this:
gbak -b -v mydb.gdb 2> | split -b -a2 mydb.bak 300m
this isn't working because it outputs the backup to a file named split instead of output to the command that splits the backup files. I have noticed that i can't use stdout in my HP-UX, there is no such device. How can i make this work?
any help , please?
thanks in advance
problably this isn't the forum for my question but i'm geting desperated.
i'm trying this:
gbak -b -v mydb.gdb 2> | split -b -a2 mydb.bak 300m
this isn't working because it outputs the backup to a file named split instead of output to the command that splits the backup files. I have noticed that i can't use stdout in my HP-UX, there is no such device. How can i make this work?
any help , please?
thanks in advance