Re: Acronis + trueimagecmd.exe, + scripting. Any scripted acronis echo bacups?

2010-08-03 Thread justino garcia
Ahh yea, I notice about bettween both data and OS backup it is 40 gigs each
day, and  20 gig weekly backup (that I keep 4 weeks worth) on a 500 gig NAS,
should be enough storage right?? IT a five user office, with small data
backups. 7X40gigs + 4 X20 gigs at one time. Plus log files.

On Tue, Aug 3, 2010 at 3:31 PM, Andrew S. Baker  wrote:

> As long as you have the space to backup the data, there's no particular
> problem with that.
>
> I have a daily script that creates systemstate backups (for the appropriate
> OSes, of course) and uses the same format.Overwrite the backups named
> for .
>
> This keeps 7 days worth of backups available.
>
> -ASB: http://XeeSM.com/AndrewBaker
>
>
>
> On Tue, Aug 3, 2010 at 3:05 PM, justino garcia wrote:
>
>> So far my script for each day is one image backup OF OS, one image backup
>> of data.
>> Script (I have scripts one for each day of the week).
>>  echo Monday Backup W drive
>> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
>> /partition:1-1,1-2,1-3 /filename:"w:\OSimageBackup\Monday.tib"
>> ping -w 1000 -n 20 0.0.0.0 >nul
>> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
>> /partition:2-1 /filename:"w:\DataImageBackup\Mondaydata.tib"
>> --
>>
>> 
>> I have  a task for each day, and on friday two task, one for weekly and one
>> for fridays. Most backup take up 20 gigs most for OS, and 20 gigs for data.
>> Small office. Is this good idea the way I setup script.
>> Script 2
>> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
>> /partition:2-1 /filename:"V:\DataImageBackup\week\week1data.tib" frist
>> friday of the month
>>
>> -
>> script 3
>> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
>> /partition:2-1 /filename:"V:\DataImageBackup\week\week2data.tib" second
>> friday of the month
>>
>> 
>> script 4
>> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
>> /partition:2-1 /filename:"V:\DataImageBackup\week\week3data.tib"  third
>> friday of the month
>> -
>> script5
>> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
>> /partition:2-1 /filename:"V:\DataImageBackup\week\week4data.tib" last friday
>> of the month
>> --
>>
>>
>> What would you change if anything, the NAS I am backing up to is 500 gigs,
>> and backup full are around 40gigs, one 20 gig OS image, and one 20 gig data
>> image.
>> Task scheduler runs the task. Acronis Echo CLI version does replace old
>> *.tib with new one (e.g. TUESDAY.TIB from last week, is replace with
>> TUESDAY.TIB of this week...
>> --
>> AM I safe with this backup scripts.
>> Justin
>> IT-TECH
>>
>>
>>
>>
>>
>>
>
>
>
>
>


-- 
Justin
IT-TECH

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Re: Acronis + trueimagecmd.exe, + scripting. Any scripted acronis echo bacups?

2010-08-03 Thread Andrew S. Baker
As long as you have the space to backup the data, there's no particular
problem with that.

I have a daily script that creates systemstate backups (for the appropriate
OSes, of course) and uses the same format.Overwrite the backups named
for .

This keeps 7 days worth of backups available.

-ASB: http://XeeSM.com/AndrewBaker


On Tue, Aug 3, 2010 at 3:05 PM, justino garcia wrote:

> So far my script for each day is one image backup OF OS, one image backup
> of data.
> Script (I have scripts one for each day of the week).
> echo Monday Backup W drive
> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
> /partition:1-1,1-2,1-3 /filename:"w:\OSimageBackup\Monday.tib"
> ping -w 1000 -n 20 0.0.0.0 >nul
> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
> /partition:2-1 /filename:"w:\DataImageBackup\Mondaydata.tib"
> --
>
> 
> I have  a task for each day, and on friday two task, one for weekly and one
> for fridays. Most backup take up 20 gigs most for OS, and 20 gigs for data.
> Small office. Is this good idea the way I setup script.
> Script 2
> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
> /partition:2-1 /filename:"V:\DataImageBackup\week\week1data.tib" frist
> friday of the month
>
> -
> script 3
> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
> /partition:2-1 /filename:"V:\DataImageBackup\week\week2data.tib" second
> friday of the month
>
> 
> script 4
> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
> /partition:2-1 /filename:"V:\DataImageBackup\week\week3data.tib"  third
> friday of the month
> -
> script5
> "D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
> /partition:2-1 /filename:"V:\DataImageBackup\week\week4data.tib" last friday
> of the month
> --
>
>
> What would you change if anything, the NAS I am backing up to is 500 gigs,
> and backup full are around 40gigs, one 20 gig OS image, and one 20 gig data
> image.
> Task scheduler runs the task. Acronis Echo CLI version does replace old
> *.tib with new one (e.g. TUESDAY.TIB from last week, is replace with
> TUESDAY.TIB of this week...
> --
> AM I safe with this backup scripts.
> Justin
> IT-TECH
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

Acronis + trueimagecmd.exe, + scripting. Any scripted acronis echo bacups?

2010-08-03 Thread justino garcia
So far my script for each day is one image backup OF OS, one image backup of
data.
Script (I have scripts one for each day of the week).
echo Monday Backup W drive
"D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
/partition:1-1,1-2,1-3 /filename:"w:\OSimageBackup\Monday.tib"
ping -w 1000 -n 20 0.0.0.0 >nul
"D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
/partition:2-1 /filename:"w:\DataImageBackup\Mondaydata.tib"
--


I have  a task for each day, and on friday two task, one for weekly and one
for fridays. Most backup take up 20 gigs most for OS, and 20 gigs for data.
Small office. Is this good idea the way I setup script.
Script 2
"D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
/partition:2-1 /filename:"V:\DataImageBackup\week\week1data.tib" frist
friday of the month
-
script 3
"D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
/partition:2-1 /filename:"V:\DataImageBackup\week\week2data.tib" second
friday of the month

script 4
"D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
/partition:2-1 /filename:"V:\DataImageBackup\week\week3data.tib"  third
friday of the month
-
script5
"D:\Program Files\Acronis\TrueImageEchoServer\TrueImageCmd.exe"  /create
/partition:2-1 /filename:"V:\DataImageBackup\week\week4data.tib" last friday
of the month
--


What would you change if anything, the NAS I am backing up to is 500 gigs,
and backup full are around 40gigs, one 20 gig OS image, and one 20 gig data
image.
Task scheduler runs the task. Acronis Echo CLI version does replace old
*.tib with new one (e.g. TUESDAY.TIB from last week, is replace with
TUESDAY.TIB of this week...
-- 
AM I safe with this backup scripts.
Justin
IT-TECH

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~