Ask a Question related to Windows Server, Design and Development.

  1. #1

    Default NT Backup

    We have a problem with scheduled backups using the NT
    Backup program. It looks for the backup selection in the
    wrong place. eg. if our selection was
    in "C:\backup\selections\backup.bks" the log will show
    that it can't find "selections\backup.bks" or similar. We
    have tried putting the selection in various places,
    including the root directory, and get the same result.
    Running from a command from a batch file also causes
    this. If the "@" symbol is removed from the command, then
    the backup proceeds but does not actually backup any
    files. This has happenned on several machines, also on
    Windows XP machines. One machine running Windows XP runs
    a job in task scheduler each night to backup to a zip
    disk. It fails every time, but if I right click the job
    and select run it works every time. We have been
    frustrated by this for some time now. Has anyone seen
    this problem before?
    Hooligan Guest

  2. Similar Questions and Discussions

    1. Backup DLL
      Hi, Is anyone aware of a standalone DLL that can be integrated with applications for pg_dump and restore without resorting to asking clients to...
    2. Backup
      Hello, I want to take such a backup of my sprk box...that if the os crash down.....I may be able to restore the whole os along with all software...
    3. Db2 hot backup
      Hi all, it's possibile, with db2 udb personal edition 7.1 on linux, to do an hot backup....or i need to disconnect all client before backup...
    4. Db2 Backup...
      Dear Friends, I don't know anybody has asked this question before or not.But I need a support urgently.How to take online backup in Db2 . Thanks...
    5. loop - begin backup, end backup Oracle 8.1.7
      Hello, we have the problem named after: last weekend (22.12.2002), we did a reorganisation of a tablespace with the tool "sapdba" from SAP....
  3. #2

    Default Re: NT Backup

    In article <24a5101c45fd2$06f1fe70$a301280a@phx.gbl>,
    [email]anonymous@discussions.microsoft.com[/email] says...
    > We have a problem with scheduled backups using the NT
    > Backup program. It looks for the backup selection in the
    > wrong place. eg. if our selection was
    > in "C:\backup\selections\backup.bks" the log will show
    > that it can't find "selections\backup.bks" or similar. We
    > have tried putting the selection in various places,
    > including the root directory, and get the same result.
    > Running from a command from a batch file also causes
    > this. If the "@" symbol is removed from the command, then
    > the backup proceeds but does not actually backup any
    > files. This has happenned on several machines, also on
    > Windows XP machines. One machine running Windows XP runs
    > a job in task scheduler each night to backup to a zip
    > disk. It fails every time, but if I right click the job
    > and select run it works every time. We have been
    > frustrated by this for some time now. Has anyone seen
    > this problem before?
    >
    Hi. I have recently had BIG problems with nt backup, so I will try to
    share some of my knowledge.

    First of all, when ntbackup.exe report that it can't find the selection
    file, it usually can't find or access a path or file *inside* of the
    selection file (.bks). Check if the user credentials that you are using
    to run the scheduled job has the access to all of the locations that are
    listed in the .bks file.

    Another problem is when running a scheduled job, the user credentials
    that you are using to run the scheduled job, must have the "Run batch
    jobs" privilege (in the group policy, under security), and if you are
    trying to run systems state backup, it needs to be in the "backup
    operators" group on the local machine.

    Also, one another very important thing is: be very careful if you are
    trying to edit .bks file outside of ntbackup. If you are using notepad
    to edit .bks, do *not* just save the file, but instead use "save as" and
    specify that the encoding must be "unicode".

    Hope this helps.
    The real hell starts when you try to write scripts to automate backup
    procedure to tapes....

    Best regards,

    --
    Zoltan Fekete <zoltanf@neobee.net>
    Microsoft Certified Professional

    YU Spin d.o.o. Novi Sad - [url]http://www.yuspin.co.yu[/url]
    NetSee Network Utility - [url]http://yuspin.metrohive.net/netsee[/url]
    Zoltan Fekete Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139