• # stderr

    Posté par (site web personnel) . En réponse au message tar + split + output. Évalué à 1.

    Hello,

    These are the 2 standard outputs:
    1 is stdout
    2 is stderr

    To redirect error output, you should use 2>/usr/backup/backuped_files.lst

    Additionally, in order to redirect both stdout and stderr to a file, you could use &>/usr/backup/backuped_files.lst