• # You can't

    Posté par . En réponse au message tar + split + output. Évalué à 2.

    $TAR -cvf - $SOURCEDIR $EXCLUDEDIR | split --bytes=1999m - $BACKUP_DEVICE 1>/usr/backup/backuped_files.lst

    You try to use STDOUT to send your data to the split command, and the '-v' option of tar use stdout to display the name of backuped files ...