in
Support Center

Two Back-up tasks with incrementals?

Last post 02-17-2008 4:35 PM by Jack.Alsop. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 02-09-2008 1:23 AM

    Two Back-up tasks with incrementals?

    This evening I tried to make a second back-up task for a SBS 2003 server and I wanted the following:a.       A back-up on a separate disk that resides IN the server which is more for back-up purposes and makes every Sunday a full back-up and every working day day 3 incrementals during working timesb.      A second back-up task on a USB external disk which is more for image (restore) purpose. Every Sunday a full backup and every working day a incremental at noon.I saw that I cannot make incremental for Backup b. Is that right?

     

    Filed under:
  • 02-09-2008 1:04 PM In reply to

    Re: Two Back-up tasks with incrementals?

    ShadowProtect supports only incrementals for one backup job.  This allows us to take the fastest incrementals possible, but the tradeoff is that it is only available for one backup job.  Other jobs can do full backups only.

    We generally recommend that if you want backups on multiple disks that instead of burdening the computer with multiple backups that you copy the original backups instead to the alternate disk.  You may have to create a schedule that is better suited for this.

    Admin

    Filed under:
  • 02-16-2008 2:10 PM In reply to

    Re: Two Back-up tasks with incrementals?

     Is there a technical reason for only supporting incrementals for a single job because I would've thought that it's simply a matter of having different sector maps for each backup job (in some cases) ?

     While having multiple incremental backup jobs would cause a slowdown (due to having to search/update multiple sector maps), it would offer greater flexibility, while surely remaining just as fast when there is only a single incremental backup job.

  • 02-16-2008 4:55 PM In reply to

    Re: Two Back-up tasks with incrementals?

    Internally we call this functionality "multi snap" and in fact our snapshot driver (stcvsm.sys) has the capability to do this, however, for various reasons, we have so far chosen not to expose this capability in the product itself.  Don't count on this showing up as a feature in a future release.

  • 02-17-2008 4:35 PM In reply to

    • Jack.Alsop
    • Top 75 Contributor
    • Joined on 12-04-2007
    • Brisbane Australia
    • Posts 16

    Re: Two Back-up tasks with incrementals?

    May i sugest that you use a post backup command to call a RoboCopy script that will copy the internal disk to the USB disk and keep this disk in the exact state (replica) of the internal disk.

    This is how i would do this ;-

    Download RoboCopy from Microsoft and copy into the System32 directory then in the C:\Program Files\Storagecraft\Shadowprotect\ directory create a text file. Copy and Paste the following into the text file and save then rename to copy.cmd.

    This is the code "robocopy.exe F:\data G:\data /COPY:DAT /E /V /PURGE /ZB" let us assume that the "F:" drive is the internal drive with the backups being stored in the data directory and that the "G:" drive is the USB. this simple script will keep the "G:" drive as a perfect replica of the "F:" drive.

Page 1 of 1 (5 items)
(c) StorageCraft Technology Corporation 2008