Retourner au contenu associé (entrée de forum : tar + split + output)
Posté par totof2000 le 13 juillet 2015 à 17:03. 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 ...
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# You can't
Posté par totof2000 . En réponse au message tar + split + output. Évalué à 2.
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 ...