Microsoft Windows Vista Community Forums - Vistaheads
Driver Scanner 2009 - Free Scan Now



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Can't Start New Backup of Just My Documents

microsoft.public.windows.vista.performance maintenance



Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Reply
  #1 (permalink)  
Old 02-17-2008
Highlander
 

Posts: n/a
Can't Start New Backup of Just My Documents
I had previously begun a full system backup and several of those disks were
damaged. I would like to now just backup documents, pictures, music and
e-mails. The backup utility will only give me two choices. 1) a full system
backup or 2) a backup of the files mentioned above since the previous backup.

How do I just get a complete backup of my documents, pictures, etc?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-17-2008
Bob
 

Posts: n/a
Re: Can't Start New Backup of Just My Documents
xcopy [source] *.jpg [destination]
xcopy [source] *.doc [destination]
xcopy [source] *.wma [destination]


"Highlander" <Highlander@discussions.microsoft.com> wrote in message
news:F2DA540C-41E0-484C-9E6B-6929E43117A2@microsoft.com...
>I had previously begun a full system backup and several of those disks were
> damaged. I would like to now just backup documents, pictures, music and
> e-mails. The backup utility will only give me two choices. 1) a full
> system
> backup or 2) a backup of the files mentioned above since the previous
> backup.
>
> How do I just get a complete backup of my documents, pictures, etc?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-17-2008
Highlander
 

Posts: n/a
Re: Can't Start New Backup of Just My Documents


"Bob" wrote:

> xcopy [source] *.jpg [destination]
> xcopy [source] *.doc [destination]
> xcopy [source] *.wma [destination]
>
>
> "Highlander" <Highlander@discussions.microsoft.com> wrote in message
> news:F2DA540C-41E0-484C-9E6B-6929E43117A2@microsoft.com...
> >I had previously begun a full system backup and several of those disks were
> > damaged. I would like to now just backup documents, pictures, music and
> > e-mails. The backup utility will only give me two choices. 1) a full
> > system
> > backup or 2) a backup of the files mentioned above since the previous
> > backup.
> >
> > How do I just get a complete backup of my documents, pictures, etc?

>
> Bob,


Thanks for the reply. I need some further help though as I don't have the
technical background to understand how to do what you wrote.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-17-2008
Bob
 

Posts: n/a
Re: Can't Start New Backup of Just My Documents
Ok, here's an example. Create the folder you want to copy the files to or
use an existing folder.
Open a command prompt. Type cd\Users\Highlander\Pictures. Press Enter. Now
you are at the "source". Type xcopy *.jpg [destination]. The [destination]
would be the folder you want to copy the files to. For example,
c:\Users\Highlander\desktop\Pictures Backup.

You could combine all the commands in a Notepad document. Save it to your
desktop as whatever.bat (using all files NOT txt). Then you could run it
simply by clicking on the file.

xcopy [source] *.jpg [destination]
xcopy [source] *.doc [destination]
xcopy [source] *.wma [destination]

Alternately, you could use Windows Explorer to navigate to the folder that
contains the files you wants to copy/backup, select all the files and copy
them to the backup folder.


"Highlander" <Highlander@discussions.microsoft.com> wrote in message
newsEDDF1B5-EF5F-4E76-841A-C9EF7F2C6D22@microsoft.com...
>
>
> "Bob" wrote:
>
>> xcopy [source] *.jpg [destination]
>> xcopy [source] *.doc [destination]
>> xcopy [source] *.wma [destination]
>>
>>
>> "Highlander" <Highlander@discussions.microsoft.com> wrote in message
>> news:F2DA540C-41E0-484C-9E6B-6929E43117A2@microsoft.com...
>> >I had previously begun a full system backup and several of those disks
>> >were
>> > damaged. I would like to now just backup documents, pictures, music
>> > and
>> > e-mails. The backup utility will only give me two choices. 1) a full
>> > system
>> > backup or 2) a backup of the files mentioned above since the previous
>> > backup.
>> >
>> > How do I just get a complete backup of my documents, pictures, etc?

>>
>> Bob,

>
> Thanks for the reply. I need some further help though as I don't have the
> technical background to understand how to do what you wrote.
>
> Thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-18-2008
SG
 

Posts: n/a
Re: Can't Start New Backup of Just My Documents
Highlander,

Here is a FREE little app that works very well and I do believe it is just
what you are looking for. Also if you choose you don't even have to install
it, simply create a folder, copy a few needed files that the website
describes and run the executable from a shortcut you create.
http://www.freebyte.com/fbbackup/

Freebyte Backup is a freeware backup program for Windows. It allows one to
easily copy (and filter) a large number of files and directories from
various sources into one backup directory. It is possible to backup all
files found in the specified set of input directories, or to have only
certain file types copied. Files can be filtered according to
file-extensions. E.g. you can specify that you want to backup all .doc,
..rtf, .jpg, .bmp files, but none of the .exe, .dll and .txt files. You can
also very easily define new file extensions inside the filter.

--
All the best,
SG


"Highlander" <Highlander@discussions.microsoft.com> wrote in message
newsEDDF1B5-EF5F-4E76-841A-C9EF7F2C6D22@microsoft.com...
>
>
> "Bob" wrote:
>
>> xcopy [source] *.jpg [destination]
>> xcopy [source] *.doc [destination]
>> xcopy [source] *.wma [destination]
>>
>>
>> "Highlander" <Highlander@discussions.microsoft.com> wrote in message
>> news:F2DA540C-41E0-484C-9E6B-6929E43117A2@microsoft.com...
>> >I had previously begun a full system backup and several of those disks
>> >were
>> > damaged. I would like to now just backup documents, pictures, music
>> > and
>> > e-mails. The backup utility will only give me two choices. 1) a full
>> > system
>> > backup or 2) a backup of the files mentioned above since the previous
>> > backup.
>> >
>> > How do I just get a complete backup of my documents, pictures, etc?

>>
>> Bob,

>
> Thanks for the reply. I need some further help though as I don't have the
> technical background to understand how to do what you wrote.
>
> Thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-02-2008
Highlander
 

Posts: n/a
Re: Can't Start New Backup of Just My Documents
Thanks guys. I appreciate the help.

"SG" wrote:

> Highlander,
>
> Here is a FREE little app that works very well and I do believe it is just
> what you are looking for. Also if you choose you don't even have to install
> it, simply create a folder, copy a few needed files that the website
> describes and run the executable from a shortcut you create.
> http://www.freebyte.com/fbbackup/
>
> Freebyte Backup is a freeware backup program for Windows. It allows one to
> easily copy (and filter) a large number of files and directories from
> various sources into one backup directory. It is possible to backup all
> files found in the specified set of input directories, or to have only
> certain file types copied. Files can be filtered according to
> file-extensions. E.g. you can specify that you want to backup all .doc,
> ..rtf, .jpg, .bmp files, but none of the .exe, .dll and .txt files. You can
> also very easily define new file extensions inside the filter.
>
> --
> All the best,
> SG
>
>
> "Highlander" <Highlander@discussions.microsoft.com> wrote in message
> newsEDDF1B5-EF5F-4E76-841A-C9EF7F2C6D22@microsoft.com...
> >
> >
> > "Bob" wrote:
> >
> >> xcopy [source] *.jpg [destination]
> >> xcopy [source] *.doc [destination]
> >> xcopy [source] *.wma [destination]
> >>
> >>
> >> "Highlander" <Highlander@discussions.microsoft.com> wrote in message
> >> news:F2DA540C-41E0-484C-9E6B-6929E43117A2@microsoft.com...
> >> >I had previously begun a full system backup and several of those disks
> >> >were
> >> > damaged. I would like to now just backup documents, pictures, music
> >> > and
> >> > e-mails. The backup utility will only give me two choices. 1) a full
> >> > system
> >> > backup or 2) a backup of the files mentioned above since the previous
> >> > backup.
> >> >
> >> > How do I just get a complete backup of my documents, pictures, etc?
> >>
> >> Bob,

> >
> > Thanks for the reply. I need some further help though as I don't have the
> > technical background to understand how to do what you wrote.
> >
> > Thanks

>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB 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
Recent documents not listing on start menu Mary microsoft.public.windows.vista.general 3 02-15-2008 23:04
Documents is listed on the Start Menu, but it is empty. war_wheelan@yahoo.com microsoft.public.windows.vista.general 1 12-20-2007 00:18
Start - Lost Documents Confussed microsoft.public.windows.vista.general 0 10-24-2007 12:54
Start Menu Documents SeaJay Fortune microsoft.public.windows.vista.general 2 10-15-2007 14:58
Start Menu & The Link to Documents Wrong =?Utf-8?B?UFBL?= microsoft.public.windows.vista.file management 5 03-07-2007 17:40


All times are GMT +1. The time now is 06:05.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0

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