Guest lenny Posted July 30, 2008 Posted July 30, 2008 Hi, I have a Windows Server with another Terminal Services Server. I have setup a backup on the server to happen every night with a DAT tape. As you might have noticed from earlier posts this is now getting quite full. I have also noticed that there isn't a backup facility on the TS so the main server is backing up C and D on that machine which basically includes all the shared folders that have been setup but nothing is backing up the Database folder on TS or any of the users files under C:\Documents and Settings\User. Each user is using pop3 email through outlook via their TS login so I suppose their emails aren't being backed up either. Any suggestions as to the best way of backing all this up correctly would be appreciated. Cheers Lenny
Guest Meinolf Weber Posted July 30, 2008 Posted July 30, 2008 Re: backing up questions? Hello Lenny, Do you run it with a script? Please post the script content here. Also have a look on this articles about the remote backup: http://technet2.microsoft.com/windowsserver/en/library/2b8c47c9-a769-46d2-9e26-f4d16f0261f81033.mspx?mfr=true http://support.microsoft.com/kb/814583 Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > Hi, > I have a Windows Server with another Terminal Services Server. I have > setup > a backup on the server to happen every night with a DAT tape. As you > might > have noticed from earlier posts this is now getting quite full. I have > also > noticed that there isn't a backup facility on the TS so the main > server is > backing up C and D on that machine which basically includes all the > shared > folders that have been setup but nothing is backing up the Database > folder > on TS or any of the users files under C:\Documents and Settings\User. > Each > user is using pop3 email through outlook via their TS login so I > suppose > their emails aren't being backed up either. > Any suggestions as to the best way of backing all this up correctly > would be > appreciated. > Cheers > Lenny
Guest Hank Arnold (MVP) Posted July 31, 2008 Posted July 31, 2008 Re: backing up questions? lenny wrote: > Hi, > I have a Windows Server with another Terminal Services Server. I have setup > a backup on the server to happen every night with a DAT tape. As you might > have noticed from earlier posts this is now getting quite full. I have also > noticed that there isn't a backup facility on the TS so the main server is > backing up C and D on that machine which basically includes all the shared > folders that have been setup but nothing is backing up the Database folder > on TS or any of the users files under C:\Documents and Settings\User. Each > user is using pop3 email through outlook via their TS login so I suppose > their emails aren't being backed up either. > > Any suggestions as to the best way of backing all this up correctly would be > appreciated. > Cheers > Lenny > > What do you use to backup the data? NTBACKUP should be available on any server. You could back up the desired folders to a file on the server with the tape drive and backup them up that way.. Be advised, though, that "in use" files won't get backed up... What kind of database? Most that I've used (SQL, MSDE) keep the database "in use". One has to run a job that will back up the database to a file. That file can be backed up to tape. -- Regards, Hank Arnold Microsoft MVP Windows Server - Directory Services
Recommended Posts