AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  restore cpio file

    Posted Sun January 09, 2011 12:57 PM

    Originally posted by: bzh35


    Hi,

    under unix aix , i had to put a catostrophic patch from an editor ...
    i had first made a cpio backup

    connected root
    cd /application
    find . –print | cpio –ocvBm > /sauvegarde/sauvegarde.cpio

    Does someone know the command to restore my cpio backup ?
    thanks in advandce to everyone

    PS : i'm french and excuse me for my poor english ... ;-)
    #AIX-Forum


  • 2.  Re: restore cpio file

    Posted Sun January 09, 2011 07:35 PM

    Originally posted by: mmveiga


    Run cpio -iBcV < /sauvegarde/sauvegarde.cpio

    The full syntax in English :
    http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds1/cpio.htm

    Regards,
    Marcelo
    #AIX-Forum