Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > BackupMe - The Freeware Backing up solution for Windows.

Reply
Thread Tools Display Modes

BackupMe - The Freeware Backing up solution for Windows.

 
 
Mohammad Abdul Kader
Guest
Posts: n/a

 
      10-16-2010
The batch BackupMe is an automated user profile backing up solution for Windows. I created this tools using DOS Script & for smooth use I have used some other tools like VB Script. But the Base of the tools is Shell Script. Modification is allowed for this tools for personal use.

For details visit Techno Solution Point: BackupMe ? The freeware backing up solution for Windows Profile.. You can also visit the product's home page from the link Techno Solution Point: BackupMe. It is Free.

> On Friday, April 20, 2007 6:30 PM mcp wrote:


> hello everyone,
>
> i am migrating users from one domain to another and have decided to
> manually copy user local profiles to new domain. im using admt to
> migrate user accounts only to new domain nothing else..i have created
> a script pasted below. when i run this script it makes all relevent
> directories but dosn't copy any contents from user's directories.
> whats missing help!!
>
>
> thanks in advance.
>
>
> @Echo on
> C:
> Cd\
> MD Profile
> CD Profile
> MD PST
> MD Favorites
> MD Desktop
> MD Docs
> MD Cookie
> Copy %userprofile%\desktop\*.* c:\profile\desktop\
> Copy %userprofile%\Favorites\*.* c:\profile\Favorites\
> Copy %userprofile%\local settings\application data\microsoft\outlook
> \*.pst c:\profile\pst\
> Copy %userprofile%\cookies\*.* c:\profile\cookies\



>> On Friday, April 20, 2007 10:19 PM Marty List wrote:


>> You should always enclose file paths in double quotes, in case it contains
>> spaces:
>> Copy "%userprofile%\desktop\*.*" "c:\profile\desktop\"
>>
>>
>> Also, consider using XCopy:
>>
>> xcopy /?
>> <snip>
>> /S Copies directories and subdirectories except empty ones.
>> /H Copies hidden and system files also.
>> /K Copies attributes. Normal Xcopy will reset read-only
>> attributes.
>> <snip>
>> /EXCLUDE:file1[+file2][+file3]...
>> Specifies a list of files containing strings. Each string
>> should be in a separate line in the files. When any of the
>> strings match any part of the absolute path of the file to be
>> copied, that file will be excluded from being copied. For
>> example, specifying a string like \obj\ or .obj will exclude
>> all files underneath the directory obj or all files with the
>> .obj extension respectively.
>>
>>
>> "mcp" <> wrote in message
>> news: oups.com...



>>> On Saturday, April 21, 2007 12:44 PM mcp wrote:


>>> hi thanks for you reply, but i have tried quotes and it still did not
>>> work. please help..
>>>
>>> thanks



>>>> On Saturday, April 21, 2007 1:07 PM mcp wrote:


>>>> On 21 Apr, 17:44, mcp <zafarhuss...@blueyonder.co.uk> wrote:
>>>>
>>>> sorry my apology it works on Favourite, desktop, and .Pst, but not the
>>>> doc's and Cookies. Please help i have pasted the exact script..
>>>>
>>>> @Echo on
>>>>
>>>> C:
>>>>
>>>> Cd\
>>>>
>>>> MD Profile
>>>>
>>>> CD Profile
>>>>
>>>> MD PST
>>>>
>>>> MD Favorites
>>>>
>>>> MD Desktop
>>>>
>>>> MD Docs
>>>>
>>>> MD Cookie
>>>>
>>>> Copy "%userprofile%\desktop\*.*" "c:\profile\desktop\"
>>>>
>>>> Copy "%userprofile%\Favorites\*.*" "c:\profile\Favorites\"
>>>>
>>>> Copy "%userprofile%\local settings\application data\microsoft\outlook
>>>> \*.pst" "c:\profile\pst\"
>>>>
>>>> copy "%userprofile%\My Documents\*.*" "c:\profile\Docs\"
>>>>
>>>> Copy "%userprofile%\cookies\*.*" "c:\profile\cookies\"
>>>>
>>>> Thanks



>>>>> On Saturday, April 21, 2007 10:18 PM Marty List wrote:


>>>>> "mcp" <> wrote in message
>>>>> news: oups.com...
>>>>>
>>>>> Why don't you give more details? Say something more helpful than just it's
>>>>> not working. Are you saying the COPY command gives no errors, yet no files
>>>>> are copied? That would mean either there are no files in that folder, or
>>>>> they are hidden.
>>>>>
>>>>> Which operating systems do you need this script to work on?



>>>>>> On Saturday, April 21, 2007 10:41 PM Michael Harris \(MVP\) wrote:


>>>>>> You MD Cookie (singular) but later copy to cookies (plural). Other than
>>>>>> that I do not see anything else syntactically wrong...
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Michael Harris
>>>>>> Microsoft.MVP.Scripting



>>>>>> Submitted via EggHeadCafe - Software Developer Portal of Choice
>>>>>> ASP.NET MaskedTextBox Custom Control
>>>>>> http://www.eggheadcafe.com/tutorials...m-control.aspx

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
error 646 jkremke Windows Update 53 06-28-2010 07:35 PM
Error number 80073712 naraku4656 Windows Update 51 02-18-2010 11:36 PM
Re: New Backup Solution Cliff Galiher Windows Small Business Server 0 11-27-2009 05:22 PM
Moyea: Ideal SWF to Video Solution Provider desertfish Windows Vista Music, Pictures and Video 0 11-20-2009 06:05 AM



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