Thanks for your reply jschiwal,
your reply: copy /b file* destfile
It works great for archives which ain't compressed. Unfortunately, I'm working with tar -z option:
tar -cvlzf - /home/don/ | split -a 2 -b 4000000000 /home/samba/externharddisk/backup/homedon.tar
I tried 7-zip. It creates an output with the name '[Content]', but I can't do anything with it. Since the totall-archive will be 9GB I suppose there'll be another problem in Windows: file size limit?
Hope you / someone can help me.
Don
|