X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=bin%2FBackupPC_tarCreate;h=80ba75934680c5df592f99db6f778339724cdd7f;hb=329e870f56fb6572fa697998d33676588034c149;hp=43240d33c8b7f22f35922e927f444434f54eeb90;hpb=7dee89bfce659051d486cc66515bb7f22bbc4f09;p=BackupPC.git diff --git a/bin/BackupPC_tarCreate b/bin/BackupPC_tarCreate index 43240d3..80ba759 100755 --- a/bin/BackupPC_tarCreate +++ b/bin/BackupPC_tarCreate @@ -30,7 +30,7 @@ # Craig Barratt # # COPYRIGHT -# Copyright (C) 2001 Craig Barratt +# Copyright (C) 2001-2003 Craig Barratt # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -48,13 +48,14 @@ # #======================================================================== # -# Version 2.0.0beta1, released 30 Mar 2003. +# Version 2.1.0_CVS, released 3 Jul 2003. # # See http://backuppc.sourceforge.net. # #======================================================================== use strict; +no utf8; use lib "/usr/local/BackupPC/lib"; use File::Path; use Getopt::Std; @@ -135,6 +136,7 @@ my(%HardLinkExtraFiles, @HardLinks); # # Write out all the requested files/directories # +binmode(STDOUT); my $fh = *STDOUT; foreach my $dir ( @ARGV ) { archiveWrite($fh, $dir);