customprogress
Member
i am trying to do a cron , auto backup to disk
#probackup dbname -com > /test/dbnamebk < /2ndfilename
(2ndfilename contains the name of next file name requested)
i used this b4 and no problem. now 6 years later i am doing again and its 3 files, ie over 4.x gig.
i have tried <<2ndfilename and also
< 2ndfilename < 3rdfilename
all works fine until system want 3rd file name, it just loops.
any ideas? an ampersand, slash, xmas pudding?
#probackup dbname -com > /test/dbnamebk < /2ndfilename
(2ndfilename contains the name of next file name requested)
i used this b4 and no problem. now 6 years later i am doing again and its 3 files, ie over 4.x gig.
i have tried <<2ndfilename and also
< 2ndfilename < 3rdfilename
all works fine until system want 3rd file name, it just loops.
any ideas? an ampersand, slash, xmas pudding?