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

  1. #1

    Default Scheduled backup

    I have mapped a network drive on a remote server and wish
    to backup too this mapped drive using NTbackup and a
    sceduled backup early in the morning (3.00 am).

    When I run the backup manually it works fine. When I
    leave the backup to run on the schedule it reports that
    the backup failed to start because it could not find the
    drive.

    Any ideas?
    Scott Guest

  2. Similar Questions and Discussions

    1. scheduled flv playback in fms
      Hello, Is there any way to stream videos based on a time schedule? For example, I'm looking to play one video at 8 am, another video at 10 am, etc.
    2. Scheduled job won't run
      I have a server with CFMX7 running with PKI on SSL etc etc. I have created a user for the scheduler to run a job. But it throws an error and says...
    3. Datasource and scheduled task backup
      I need to move my websites (ColdFusion 5, Windows 2000, O'Reilly Website) to a new server (ColdFusion MX 6.1, Windows 2003, Apache 2.0.54). How do...
    4. Scheduled Backup does not run (Post #3)
      I know I cross posted to the General forum, but no one seems to have any clue on this problem. If you can help, please let me know. Thanks! - Kevin...
    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: Scheduled backup

    Hi Scott,

    I would try like this. Write a backup script that would map network drive
    first using same username that is used to perform a backup...

    So, it would go something like this:

    ****
    net use x: \\backupserver\backupshare /user:domain\backupacc backupaccpass
    ntbackup ...
    net use x: /delete
    ****

    I hope this helps you out,

    Mike

    "Scott" <anonymous@discussions.microsoft.com> wrote in message
    news:2200301c45c3b$4e11ed00$a401280a@phx.gbl...
    >I have mapped a network drive on a remote server and wish
    > to backup too this mapped drive using NTbackup and a
    > sceduled backup early in the morning (3.00 am).
    >
    > When I run the backup manually it works fine. When I
    > leave the backup to run on the schedule it reports that
    > the backup failed to start because it could not find the
    > drive.
    >
    > Any ideas?

    Miha Pihler Guest

  4. #3

    Default Re: Scheduled backup

    Hello,

    Use UNC paths instead ( \\server\share )

    --
    Regards,
    Kristofer Gafvert - IIS MVP
    [url]http://www.ilopia.com[/url] - When you need help!


    "Scott" <anonymous@discussions.microsoft.com> wrote in message
    news:2200301c45c3b$4e11ed00$a401280a@phx.gbl...
    > I have mapped a network drive on a remote server and wish
    > to backup too this mapped drive using NTbackup and a
    > sceduled backup early in the morning (3.00 am).
    >
    > When I run the backup manually it works fine. When I
    > leave the backup to run on the schedule it reports that
    > the backup failed to start because it could not find the
    > drive.
    >
    > Any ideas?

    Kristofer Gafvert 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