<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Backup forum - FBackup: Forum: Tutorials - Recent Topics</title>
<link>http://www.fbackup.com/forum/</link>
<description>FBackup does file backups. For free.</description>
<language>en</language>
<pubDate>Thu, 09 Sep 2010 16:40:29 +0000</pubDate>

<item>
<title>Chris Leahy on "Can I delete original files after backup?"</title>
<link>http://www.fbackup.com/forum/topic/can-i-delete-original-files-after-backup#post-1677</link>
<pubDate>Wed, 25 Aug 2010 12:27:06 +0000</pubDate>
<dc:creator>Chris Leahy</dc:creator>
<guid isPermaLink="false">1677@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;I have an application that stores relatively large files of photos. I wish to backup  all of the files that are older than one week to an external drive each week and then automatically delete the original files on the PC's hard drive. (that were backed up)&#60;br /&#62;
The plan is to have each separate backup contain each different weeks photos that can be restored if and when required.&#60;br /&#62;
Can FBackup perform these funtions for me?&#60;br /&#62;
Any advice greatly appreciated.&#60;br /&#62;
Thanks, Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Admin on "How to back up data without using zip compression"</title>
<link>http://www.fbackup.com/forum/topic/how-to-back-up-data-without-using-zip-compression-1#post-8</link>
<pubDate>Thu, 30 Oct 2008 12:32:00 +0000</pubDate>
<dc:creator>Admin</dc:creator>
<guid isPermaLink="false">8@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;em&#62;Summary&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This article explains how to back up data keeping the original file format (without using compression).&#60;/p&#62;
&#60;p&#62;On this page:&#60;/p&#62;
&#60;p&#62;How to back up data&#38;nbsp;without using zip compression&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Details&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;FBackup offers two types of backups: full backup and mirror backup. The &#60;strong&#62;Mirror backup&#60;/strong&#62; type is the one that does not use zip compression. The resulted backup will be an exact copy (mirror)&#38;nbsp;of the source files, without altering their initial file format. This is the fastest type of backup because there is no file compression and no zip files are created (but occupies the most space).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How to back up data without using zip compression&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Steps needed to configure the backup job to use Mirror backup:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open &#60;strong&#62;FBackup&#60;/strong&#62; and select &#60;strong&#62;File&#60;/strong&#62;-&#38;gt;&#60;strong&#62;New Backup&#60;/strong&#62; (&#60;strong&#62;Ctrl+N&#60;/strong&#62;). &#60;/li&#62;
&#60;li&#62;On the first page, enter a name for the backup in the &#60;strong&#62;Backup name&#60;/strong&#62; field. &#60;/li&#62;
&#60;li&#62;Select a location where you want to save the backup. Press &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Add the files and folders you want to back up or select a predefined job from the list. Press &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;How do you want to backup&#60;/strong&#62; section, select &#60;strong&#62;Make mirror&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Press &#60;strong&#62;Save&#60;/strong&#62;, then select &#60;strong&#62;Save and run&#60;/strong&#62;. &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Once this backup job was defined, you can perform further backups by pressing the Backup button (or F6). Additionally you can schedule this backup job to be executed automatically at certain time intervals.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Applies to:&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
FBackup 4
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "Silent installation parameters accepted by FBackup"</title>
<link>http://www.fbackup.com/forum/topic/silent-installation-parameters-accepted-by-fbackup#post-1547</link>
<pubDate>Fri, 16 Jul 2010 08:06:41 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">1547@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;This information is included in help too. These are the parameters accepted by the FBackup installer via command line:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/SILENT, /VERYSILENT&#60;/strong&#62;&#60;br /&#62;
Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. Everything else is normal, so for example error messages during installation are displayed.&#60;br /&#62;
If a restart is necessary and the /NORESTART command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/SUPPRESSMSGBOXES&#60;/strong&#62;&#60;br /&#62;
Instructs Setup to suppress message boxes. Only has an effect when combined with /SILENT and /VERYSILENT.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/NOCANCEL&#60;/strong&#62;&#60;br /&#62;
Prevents the user from canceling during the installation process, by disabling the Cancel button and ignoring clicks on the Close button. Useful along with /SILENT or /VERYSILENT.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/NORESTART&#60;/strong&#62;&#60;br /&#62;
Instructs Setup not to reboot even if it's necessary.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/QUIET&#60;/strong&#62;&#60;br /&#62;
Instructs Setup to be quiet. When a setup is quiet, there is no user interaction and the installation progress window is not displayed. However the error messages during installation are displayed.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/PASSIVE&#60;/strong&#62;&#60;br /&#62;
Instructs Setup to be quiet. When Setup is quiet, the wizard and the background window are not displayed but the installation progress window is. Everything else is normal so for example error messages during installation are displayed. If a restart is necessary and the /NORESTART command isn't used (see below) and Setup is quiet, it will display a &#34;Reboot now?&#34; message box.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/q[n&#124;b&#124;r&#124;f] - Sets user interface level&#60;/strong&#62;&#60;br /&#62;
n - No user interface&#60;br /&#62;
b - Basic user interface&#60;br /&#62;
r - Reduced user interface&#60;br /&#62;
f - Full user interface (default)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;/DIR=&#34;installation path&#34;&#60;/strong&#62;&#60;br /&#62;
Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified.
&#60;/p&#62;</description>
</item>
<item>
<title>rapala on "How do i view my back up file?"</title>
<link>http://www.fbackup.com/forum/topic/how-do-i-view-my-back-up-file#post-1338</link>
<pubDate>Sat, 15 May 2010 02:01:34 +0000</pubDate>
<dc:creator>rapala</dc:creator>
<guid isPermaLink="false">1338@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;How do i view my back up file on external drive to ensure the files are backup correctly. I backup my entire harddisk and size is around 120GB.
&#60;/p&#62;</description>
</item>
<item>
<title>achirinos on "How to Exclude specific subfolders"</title>
<link>http://www.fbackup.com/forum/topic/how-to-exclude-specific-subfolders#post-1309</link>
<pubDate>Wed, 05 May 2010 22:54:28 +0000</pubDate>
<dc:creator>achirinos</dc:creator>
<guid isPermaLink="false">1309@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;Lets say I'm backing up Mirror style a folder that has many subfolders. As the Source I specify something like C:\Users\Myname. Then I would like to Exclude all the contents of a subfolder named say C:\Users\Myname\Miscelaneous, so that I don't backup it's files within this backup job (I will use another Destination for this subfolder in a separate job).&#60;/p&#62;
&#60;p&#62;I've tried specifying the name of the subfolder (Miscelaneous) as an &#60;strong&#62;exclude Filter &#60;/strong&#62;(ckecking &#34;Use as a exclude filter&#34; box), but it doesn't exclude it... it still backs it up.&#60;/p&#62;
&#60;p&#62;I've tried specifying the name of the subfolder (Miscelaneous) as an &#60;strong&#62;include Filter &#60;/strong&#62;(unckecking &#34;Use as a exclude filter&#34; box), but then it doesn't backup anything at all, i.e. none of the other folders and files I do want to backup.&#60;/p&#62;
&#60;p&#62;When specifying a Filter, FBackup does not allow for the use of the backslash (\) symbol to build something like excluding Miscelaneous\*.*&#60;/p&#62;
&#60;p&#62;What can I do?&#60;/p&#62;
&#60;p&#62;Thanx.
&#60;/p&#62;</description>
</item>
<item>
<title>crzyallday1118 on "password for forum"</title>
<link>http://www.fbackup.com/forum/topic/password-for-forum#post-1211</link>
<pubDate>Thu, 25 Mar 2010 15:12:30 +0000</pubDate>
<dc:creator>crzyallday1118</dc:creator>
<guid isPermaLink="false">1211@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;New to the forum and had a password sent to me that I want to change but cannot find anywhere to do that.
&#60;/p&#62;</description>
</item>
<item>
<title>allycom on "How Can I Restore Outlook Express in xp to Windows Mail Live in"</title>
<link>http://www.fbackup.com/forum/topic/how-can-i-restore-outlook-express-in-xp-to-windows-mail-live-in#post-987</link>
<pubDate>Mon, 15 Feb 2010 06:16:28 +0000</pubDate>
<dc:creator>allycom</dc:creator>
<guid isPermaLink="false">987@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;I am currently using FBackup 4.0.126 on my Windows xp computer. I also use Outlook Express 6.0 and back it up using your plug-ins.&#60;/p&#62;
&#60;p&#62;My Documents and My Photos is also backed up using your plug-in.&#60;/p&#62;
&#60;p&#62;I have now bought a new Windows 7 Home Premium 64 bit computer and want to &#34;restore&#34; the files from FBackup on my external HDD to the new computer&#60;/p&#62;
&#60;p&#62;I guess I have 2 questions:&#60;br /&#62;
Can I just install my existing version of FBackup 4.0.126 on the Win7 machine and then do a &#34;restore&#34; without doing anything else to your software? I assume/hope this works for My Doc and My Photos&#60;br /&#62;
Can I do this with Outlook Express which is no longer available for Win7 so I will install Win Mail Live. Will FBackup support the move from the OE backup on my external HDD which I have done to Win Mail Live  on the new CPU right out of the box?&#60;br /&#62;
Will FBackup do auto backups of Win Mail Live using the OE plug-in or is there a Win Mail Live Plug-in&#60;br /&#62;
I believe Win7 is supported: will FBackup that I am using work seamlessly if I have already copied my existing hard disk data and only want to backup going forward
&#60;/p&#62;</description>
</item>
<item>
<title>pcprotech on "How do i completely uninstall fbackup"</title>
<link>http://www.fbackup.com/forum/topic/how-do-i-completely-uninstall-fbackup#post-360</link>
<pubDate>Sat, 27 Jun 2009 10:01:25 +0000</pubDate>
<dc:creator>pcprotech</dc:creator>
<guid isPermaLink="false">360@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;How do I completely uninstall fbackup?&#60;/p&#62;
&#60;p&#62;If I use the built in uninstaller, it say they are still parts/files of the installation on the computer and you have to manually uninstall them?
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "Backup Outlook Express data"</title>
<link>http://www.fbackup.com/forum/topic/backup-outlook-express-data#post-9</link>
<pubDate>Fri, 31 Oct 2008 11:24:34 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">9@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;em&#62;Summary&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
This backup article explains how to backup Outlook Express emails and settings, not Microsoft Outlook (for Microsoft Outlook, read the tutorial here: &#60;a href=&#34;http://www.fbackup.com/forum/topic/backup-outlook-emails-and-settings&#34;&#62;Microsoft Outlook Backup&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;On this page:&#60;/p&#62;
&#60;p&#62;How to configure a backup for Outlook Express in FBackup&#60;br /&#62;
Backup limitations for locked or open files&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Details&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
Outlook Express emails are stored in .dbx files. For each folder in Outlook Express a .dbx file exists. In order to have a complete backup of Outlook Express data, is not enough to back up all .dbx files. Outlook Express data that must be backed up consists of several items:&#60;/p&#62;
&#60;p&#62;- for each Outlook Express Identity:&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Email Folders&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Account Settings&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Signatures&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Message Rules (if used)&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Blocked Senders (if any)&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Stationary&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp; - Address Book (if used)&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;br /&#62;
How to configure a backup for Outlook Express in FBackup&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Outlook Express data is stored in &#38;ldquo;.dbx&#38;rdquo; files. For each mail folder defined in Outlook Express a .dbx file is assigned. &#60;/p&#62;
&#60;p&#62;Steps needed to configure the backup:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open FBackup and select &#60;strong&#62;File&#60;/strong&#62;-&#38;gt;&#60;strong&#62;New Backup Wizard&#60;/strong&#62; (Ctrl+N).&#60;/li&#62;
&#60;li&#62;On the first page enter a name for the backup in the &#60;strong&#62;Name&#60;/strong&#62; field and choose backup destination. Press &#60;strong&#62;Next&#60;/strong&#62;&#60;/li&#62;
&#60;li&#62;From the &#60;strong&#62;Selection of files and folders&#60;/strong&#62; drop-down list, select &#60;strong&#62;Outlook Express&#60;/strong&#62;. Press &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Select how do you want to backup.&#60;/li&#62;
&#60;li&#62;Press &#60;strong&#62;Save-&#38;gt;Save and run&#60;/strong&#62; to start backing up Outlook Express. &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;The backup job can be scheduled to run at a specific date and time. You can read an article about how to schedule a backup job at this address: &#60;a href=&#34;http://www.fbackup.com/forum/topic/how-to-configure-a-scheduled-backup&#34;&#62;How to use the scheduler&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;br /&#62;
Backup limitations for locked or open files&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Backup4all uses the Volume Shadow Copy service that allows you to back up local open files from NTFS partitions under Windows XP/2003 Server/Vista. Therefore you can back up Outlook Express (OE) without closing it if certain requirements are met:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;computer is running Windows XP, Windows 2003 Server or Windows Vista &#60;/li&#62;
&#60;li&#62;OE data is not being backed up via the network &#60;/li&#62;
&#60;li&#62;OE data is located on a NTFS formatted partition &#60;/li&#62;
&#60;li&#62;the VSS (Volume Shadow Service) is running and is properly configured &#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;If any of the requirements above is not met, Outlook Express has to be closed before backing up the data (otherwise files that are in use will be skipped).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;br /&#62;
Applies to:&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
- FBackup 4&#60;br /&#62;
- Microsoft Outlook Express 5&#60;br /&#62;
- Microsoft Outlook Express 6
&#60;/p&#62;</description>
</item>
<item>
<title>Admin on "Backup Outlook emails and settings"</title>
<link>http://www.fbackup.com/forum/topic/backup-outlook-emails-and-settings#post-6</link>
<pubDate>Thu, 30 Oct 2008 11:27:51 +0000</pubDate>
<dc:creator>Admin</dc:creator>
<guid isPermaLink="false">6@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;Summary&#60;/strong&#62;&#60;br /&#62;
This article explains how to backup Outlook emails and settings. This backup article refers to Microsoft Outlook, not Outlook Express.&#60;/p&#62;
&#60;p&#62;On this page:&#60;/p&#62;
&#60;p&#62;    How to configure a backup for Outlook in FBackup&#60;br /&#62;
    How to find the locations of MS Outlook files&#60;br /&#62;
    Backup limitations for locked or open files&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Details&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;MS Outlook emails are stored in .pst files. In order to have a complete backup of MS Outlook data, it is not enough to back up only the .pst files, but the following items too:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;MS Outlook shortcuts&#60;/li&#62;
&#60;li&#62;Personal Address Book&#60;/li&#62;
&#60;li&#62;Rules&#60;/li&#62;
&#60;li&#62;Signatures&#60;/li&#62;
&#60;li&#62;Stationery&#60;/li&#62;
&#60;li&#62;Menu or toolbar customizations&#60;/li&#62;
&#60;li&#62;Nicknames&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Also, for MS Outlook 2003 and 2007, you need to backup some additional items:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Navigation Pane settings (this file includes Shortcuts, Calendar, and Contact links).&#60;/li&#62;
&#60;li&#62;Dictionary&#60;/li&#62;
&#60;li&#62;Templates&#60;/li&#62;
&#60;li&#62;Send/Receive settings&#60;/li&#62;
&#60;li&#62;Print styles&#60;/li&#62;
&#60;li&#62;Custom forms&#60;/li&#62;
&#60;li&#62;Registered Microsoft Exchange extensions&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
How to configure a backup for Outlook in FBackup&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;MS Outlook data is stored in “.pst” files. For each mail folder defined in MS Outlook a .pst file is assigned. These files get quite large if you exchange lot of emails, thus when a small change occurs in a file (e.g. a new email has been received), the entire .pst will be marked as “modified”. When running the backup, the whole file will be backed up as you cannot backup only the changes inside the .pst file. That's why it is recommended to do a full or mirror backup (and not differential or incremental). Also, it is recommended to limit the number of backups in order to save disk space.&#60;/p&#62;
&#60;p&#62;Steps needed to configure the backup:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open &#60;strong&#62;FBackup&#60;/strong&#62; and select &#60;strong&#62;File&#60;/strong&#62;-&#38;gt;&#60;strong&#62;New Backup&#60;/strong&#62; (&#60;strong&#62;Ctrl+N&#60;/strong&#62;). &#60;/li&#62;
&#60;li&#62;On the first page, enter a name for the backup in the &#60;strong&#62;Backup name&#60;/strong&#62; field. &#60;/li&#62;
&#60;li&#62;Select a location where you want to save the backup. Press &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Add the files and folders you want to back up. Press &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;How do you want to backup&#60;/strong&#62; section, select &#60;strong&#62;Make full&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Press &#60;strong&#62;Save&#60;/strong&#62;, then select &#60;strong&#62;Save and run&#60;/strong&#62;. &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;You can manually run the backup by pressing the &#60;strong&#62;Backup (F6)&#60;/strong&#62; button. The backup job can be scheduled to run at a specific date and time. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;How to find the locations of MS Outlook files&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;For each version listed bellow, is presented the default location of the MS Outlook files.  &#60;/p&#62;
&#60;p&#62;    &#60;strong&#62;MS Outlook 2000&#60;br /&#62;
    MS Outlook 2003&#60;br /&#62;
    MS Outlook 2007&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
MS Outlook 2000&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Personal folders (.pst file)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
     &#60;em&#62; C:\Windows\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - if there are multiple Outlook users:&#60;br /&#62;
     &#60;em&#62; C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\ Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      &#60;strong&#62;Note&#60;/strong&#62;: &#38;lt;Current User&#38;gt; is your Windows name account.&#60;/p&#62;
&#60;li&#62;Outlook shortcuts (.fav file)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - if there are multiple Outlook users:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Menu or toolbar customizations (Outcmd.dat file)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - if there are multiple Outlook users:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Rules (.rwz file)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - if there are multiple Outlook users:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;  Nicknames (.nick file)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
     &#60;em&#62; C:\Windows\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - if there are multiple Outlook users:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Signatures (.rtf, .htm, .html, or .txt file)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Application\Data\Microsoft\Signatures&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - if there are multiple Outlook users:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Signatures&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;  Stationery (if you have created)&#60;/li&#62;
&#60;p&#62;      - if there is a single Outlook user:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Application Data\Microsoft\Stationery&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;       - if there are multiple Outlook users:&#60;br /&#62;
      &#60;em&#62;C:\Windows\Profiles\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Stationery&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;   Personal Address Book (mailbox.pab)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;C:\Windows\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
MS Outlook 2003&#60;/strong&#62;&#60;/p&#62;
&#60;li&#62; Outlook data files (.pst)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      &#60;strong&#62;Note&#60;/strong&#62;: &#38;lt;Current User&#38;gt; is your Windows name account.&#60;br /&#62;
                &#38;lt;drive&#38;gt; is the location where the OS is installed.&#60;/p&#62;
&#60;li&#62;Personal Address Book (.pab)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Command bar and menu customizations (.dat)&#60;/li&#62;
&#60;p&#62;     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;br /&#62;
&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Navigation Pane settings (.xml).&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook\Outlook.xml&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;  Registered Microsoft Exchange extensions (.dat)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Outlook&#60;br /&#62;
&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Outlook contacts nicknames (.nk2)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Rules (.rwz)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Print styles (Outlprnt with no extension)&#60;/li&#62;
&#60;p&#62;     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Signatures (.rtf, .txt, .htm)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Signatures&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Stationary (.htm)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Stationary&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Custom forms&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Forms&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Dictionary (.dic)&#60;/li&#62;
&#60;p&#62;     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Proof&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;  Templates (.oft)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Templates&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;  Send/Receive settings (.srs)&#60;/li&#62;
&#60;p&#62;      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Message (.msg, .htm, .rtf)&#60;/li&#62;
&#60;p&#62;     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\My Documents&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
MS Outlook 2007&#60;/strong&#62;&#60;/p&#62;
&#60;li&#62;Personal Folders file (.pst)&#60;/li&#62;
&#60;p&#62;    - Windows Vista&#60;br /&#62;
   &#60;em&#62; drive:\&#38;lt;Current User&#38;gt;\AppData\Local\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;    - Windows XP, Microsoft Windows Server 2003&#60;br /&#62;
    &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;    &#60;strong&#62;Note&#60;/strong&#62;: &#38;lt;Current User&#38;gt; is your Windows name account.&#60;br /&#62;
              &#38;lt;drive&#38;gt; is the location where the OS is installed.&#60;/p&#62;
&#60;li&#62;Personal Address Book (.pab)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Local\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Command bar and menu customizations (.dat)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Outlook\outcmd.dat&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook\outcmd.dat&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Navigation Pane settings (.xml).&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
     &#60;em&#62; drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Outlook\profile name.xml&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook\profile name.xml&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Registered Microsoft Exchange extensions (.dat)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Local\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Outlook Contacts nicknames (.nk2)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Rules (.rwz)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Print styles (Outlprnt with no extension)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Signatures (.rtf, .txt, .htm)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Signatures&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Signatures&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Stationery (.htm)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\Program Files\Common Files\Microsoft Shared\Stationery&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Program Files\Common Files\Microsoft Shared\Stationery&#60;/em&#62;&#60;/p&#62;
&#60;li&#62; Custom forms&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Local\Microsoft\Forms&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Local Settings\Application Data\Microsoft\Forms&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Dictionary (.dic)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\UProof&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
      &#60;em&#62;drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\UProof&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Templates (.oft)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Templates&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Templates&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Send/Receive settings (.srs)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
      &#60;em&#62;drive:\&#38;lt;Current User&#38;gt;\AppData\Roaming\Microsoft\Outlook&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\Application Data\Microsoft\Outlook&#60;br /&#62;
&#60;/em&#62;&#60;/p&#62;
&#60;li&#62;Message (.msg, .htm, .rtf)&#60;/li&#62;
&#60;p&#62;      - Windows Vista&#60;br /&#62;
     &#60;em&#62; drive:\&#38;lt;Current User&#38;gt;\Documents&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;      - Windows XP, Windows Server 2003&#60;br /&#62;
     &#60;em&#62; drive:\Documents and Settings\&#38;lt;Current User&#38;gt;\My Documents&#60;/em&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
Backup limitations for locked or open files&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;FBackup uses the Volume Shadow Copy service that allows you to back up local open files from NTFS partitions under Windows XP/2003 Server/Vista. Therefore you can back up Outlook without closing it if certain requirements are met:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;computer is running Windows XP, Windows 2003 Server or Windows Vista&#60;/li&#62;
&#60;li&#62;MS Outlook data is not being backed up via the network&#60;/li&#62;
&#60;li&#62;MS Outlook data is located on a NTFS formatted partition&#60;/li&#62;
&#60;li&#62;the VSS (Volume Shadow Service) is running and is properly configured&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;If any of the requirements above is not met, MS Outlook will need to be closed before backing up the data (otherwise files that are in use will be skipped).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
Applies to:&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;FBackup 4&#60;/li&#62;
&#60;li&#62;MS Outlook 2000&#60;/li&#62;
&#60;li&#62;MS Outlook 2003&#60;/li&#62;
&#60;li&#62;MS Outlook 2007&#60;/li&#62;
&#60;li&#62;Windows XP&#60;/li&#62;
&#60;li&#62;Windows Server 2003&#60;/li&#62;
&#60;li&#62;Windows Vista&#60;/li&#62;
&#60;/ul&#62;</description>
</item>
<item>
<title>supakeepa on "How can I save multiple copies?"</title>
<link>http://www.fbackup.com/forum/topic/how-can-i-save-multiple-copies#post-197</link>
<pubDate>Thu, 16 Apr 2009 20:27:41 +0000</pubDate>
<dc:creator>supakeepa</dc:creator>
<guid isPermaLink="false">197@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;Love this program!  I have one question.  I want to backup a database that gets updated constantly.  I would like to save several copies of this database, say like a month's worth of backups.  Is there a way to have FBackup create a new backup up to a certain storage limit?  The only way I can think to do this would be to schedule 30 backups to 30 folders and offset the scheduling.  For example, backup 1 runs Thursday April 16 then records again in 4 weeks; backup 2 runs Friday April 17 then again in 4 weeks and saves to a different folder; backup 3 runs Saturday and so on.
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "How to restore data from a backup"</title>
<link>http://www.fbackup.com/forum/topic/how-to-restore-data-from-a-backup#post-13</link>
<pubDate>Fri, 31 Oct 2008 11:28:03 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">13@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;Watch the video tutorial below to see how easy is to restore data from a backup using FBackup.&#60;/p&#62;
&#60;p&#62;&#60;object width=&#34;425&#34; height=&#34;344&#34;&#62;&#60;br /&#62;
&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/4Hn-yr3QmPs&#38;hl=en&#38;fs=1&#34;&#62;&#60;/param&#62;
&#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&#62;&#60;/param&#62;
&#60;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/4Hn-yr3QmPs&#38;hl=en&#38;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&#62;&#60;/embed&#62;&#60;/object&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "How to create a backup job"</title>
<link>http://www.fbackup.com/forum/topic/how-to-create-a-backup-job#post-12</link>
<pubDate>Fri, 31 Oct 2008 11:27:12 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">12@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;Watch the video tutorial below to see how to create a backup job using FBackup.&#60;br /&#62;
&#60;object width=&#34;425&#34; height=&#34;344&#34;&#62;&#60;br /&#62;
&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/wTdl5z_tkxA&#38;hl=en&#38;fs=1&#34;&#62;&#60;/param&#62;
&#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34;&#62;&#60;/param&#62;
&#60;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/wTdl5z_tkxA&#38;hl=en&#38;fs=1&#34; type=&#34;application/x-shockwave-flash&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34; width=&#34;425&#34; height=&#34;344&#34;&#62;&#60;/embed&#62;&#60;/object&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "How to configure a scheduled backup"</title>
<link>http://www.fbackup.com/forum/topic/how-to-configure-a-scheduled-backup#post-11</link>
<pubDate>Fri, 31 Oct 2008 11:26:25 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">11@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;em&#62;Summary&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This article explains how to schedule backup jobs in FBackup. A scheduler can be set for a backup to be executed automatically at certain time intervals (daily, weekly, monthly) or at system startup, logon or when idle.&#60;br /&#62;
On this page you can learn how to schedule:&#60;/p&#62;
&#60;p&#62;An existing backup job using FBackup&#60;/p&#62;
&#60;p&#62;A backup job without using FBackup&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Details&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;A backup job can be scheduled by selecting &#60;strong&#62;Properties&#60;/strong&#62;-&#38;gt;&#60;strong&#62;Scheduler&#60;/strong&#62;). The Schedulers page lists the available information about scheduled tasks for the current job and allows you to &#60;strong&#62;Add&#60;/strong&#62;, &#60;strong&#62;Edit&#60;/strong&#62;, &#60;strong&#62;Delete&#60;/strong&#62; and &#60;strong&#62;Schedule&#60;/strong&#62; tasks.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
How to schedule an existing backup job using FBackup&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Steps to follow when scheduling an existing backup job:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open &#60;strong&#62;FBackup&#60;/strong&#62;, go to &#60;strong&#62;Backup Properties&#60;/strong&#62;.
    &#60;/li&#62;
&#60;li&#62;On the &#60;strong&#62;Schedulers&#60;/strong&#62; page, click on the &#60;strong&#62;Add&#60;/strong&#62; button. The &#60;strong&#62;Schedule Job&#60;/strong&#62; window will open.
&#60;ul&#62;
&#60;li&#62;In the &#60;strong&#62;Execute&#60;/strong&#62; section choose if you want to close the &#60;strong&#62;Main application&#60;/strong&#62; after run &#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;Action&#60;/strong&#62; section you can select between &#60;strong&#62;Backup &#60;/strong&#62;and &#60;strong&#62;Load&#60;/strong&#62;&#60;br /&#62;
        - you can set the &#60;strong&#62;Clear backup before run&#60;/strong&#62; option. FBackup will first delete the &#38;quot;.bkc&#38;quot; file and all zip files associated with the current backup job and after that execute the scheduled task.
        &#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;Press &#60;strong&#62;OK&#60;/strong&#62;. The &#60;strong&#62;Schedule&#60;/strong&#62; window will open.
&#60;ul&#62;
&#60;li&#62;From the &#60;strong&#62;Schedule Task&#60;/strong&#62; drop-down list, you can select the frequency for&#38;nbsp; backup. &#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;Start time&#60;/strong&#62; field, can be selected the time when the backup will run. Press &#60;strong&#62;OK&#60;/strong&#62;.
        &#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;Press &#60;strong&#62;Save.&#60;/strong&#62;
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;   &#60;strong&#62;&#60;br /&#62;
How to schedule a backup job without using FBackup&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;    A backup job can be scheduled from the &#60;strong&#62;Scheduled Tasks&#60;/strong&#62; window. To schedule an existing backup using the Windows Scheduler, the Windows login password is required. If you don't have a Windows login password, your should not enter any password when scheduling.&#60;/p&#62;
&#60;p&#62;Steps to follow when scheduling an existing backup job from &#60;strong&#62;Scheduled Tasks&#60;/strong&#62;:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Go to &#60;strong&#62;Start &#60;/strong&#62;menu, click &#60;strong&#62;All Programs&#60;/strong&#62;, point to &#60;strong&#62;Accessories&#60;/strong&#62;, point to &#60;strong&#62;System tools&#60;/strong&#62; and click &#60;strong&#62;Scheduled Tasks&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Go to &#60;strong&#62;File&#60;/strong&#62; menu and select &#60;strong&#62;New&#60;/strong&#62;&#60;strong&#62;Scheduled Task&#60;/strong&#62; &#60;/li&#62;
&#60;li&#62;A new task will be created. Please rename it. &#60;/li&#62;
&#60;li&#62;Right-click on the new created task and select &#60;strong&#62;Properties&#60;/strong&#62; &#60;/li&#62;
&#60;li&#62;  In the &#60;strong&#62;Run&#60;/strong&#62; field type:&#60;br /&#62;
&#34;C:\Program Files\Softland\FBackup 4\fbaSchedStarter.exe&#34; /R &#34;job name&#34; -STD&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;   &#60;strong&#62;Note&#60;/strong&#62;:&#60;br /&#62;
    - In this examples are used the default installation paths. If you have installed FBackup into another location, you have to type the correct file path.&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;In the &#60;strong&#62;Start in&#60;/strong&#62; field type: &#34;C:\Program Files\Softland\FBackup 4\&#34;
        &#60;/li&#62;
&#60;li&#62;Click on &#60;strong&#62;Set password&#60;/strong&#62; and type your Windows login password.
        &#60;/li&#62;
&#60;li&#62;Make sure the &#60;strong&#62;Enabled&#60;/strong&#62; option is set (checked).
        &#60;/li&#62;
&#60;li&#62;Go to the &#60;strong&#62;Schedule tab&#60;/strong&#62;
        &#60;/li&#62;
&#60;li&#62;From the &#60;strong&#62;Schedule Task&#60;/strong&#62; drop-down list, you can select the frequency for&#38;nbsp; backup.
        &#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;Start time&#60;/strong&#62; field, you can type a time to run the backup.
        &#60;/li&#62;
&#60;li&#62;Press &#60;strong&#62;OK&#60;/strong&#62;. &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;    &#60;strong&#62;&#60;em&#62;&#60;br /&#62;
Applies to:&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
  FBackup 4
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "How to restore data after a hard drive crash"</title>
<link>http://www.fbackup.com/forum/topic/how-to-restore-data-after-a-hard-drive-crash#post-10</link>
<pubDate>Fri, 31 Oct 2008 11:25:39 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">10@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;em&#62;Summary&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
This article explains how to restore files and folders from a backup after a hard drive crash.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;On this page:&#60;/strong&#62;&#60;br /&#62;
How to restore data from a backup using FBackup&#60;br /&#62;
&#38;nbsp;&#38;nbsp;&#38;nbsp;How to restore data from a backup stored on a local drive, external USB drive or LAN&#60;br /&#62;
How to restore data from a backup without using FBackup&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Details&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
FBackup creates standard zip files thus to restore data from a backup it is not necessary to use it, you can use other compatible zip programs. However, the easiest method (and recommended) is to let FBackup restore the data.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Note&#60;/strong&#62;: Zip files are created only when using the Full backup type. Mirror backups contain uncompressed data.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;br /&#62;
How to restore data from a backup using FBackup&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;In order to restore data from a backup, the .bkc catalog and backup files are necessary. These are located on the backup destination, which can be one of the following: local hard drive, external hard drive or LAN. &#60;/p&#62;
&#60;p&#62;First make sure that the backup destination is available for the restore process:&#60;br /&#62;
- if backup is stored on an USB drive, make sure the external USB drive is properly connected and is turned on&#60;br /&#62;
- for a LAN destination, make sure the network is connected&#60;br /&#62;
If the destination is available, follow these steps to restore the data:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open FBackup and go to &#60;strong&#62;File&#60;/strong&#62;-&#38;gt;&#60;strong&#62;Open&#60;/strong&#62;. Browse the backup destination for the .bkc catalog file that you want to restore from, select it and press &#60;strong&#62;Open&#60;/strong&#62;. This will add the backup job in the backup list. &#60;/li&#62;
&#60;li&#62;Right-click the backup job and select &#60;strong&#62;Restore&#60;/strong&#62; (or press F7). This will open the &#60;strong&#62;Restore Wizard&#60;/strong&#62;.&#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;Where do you want to restore&#60;/strong&#62; section, select the location where the data will be restored.
&#60;ul&#62;
&#60;li&#62;If you select &#60;strong&#62;Use original location&#60;/strong&#62;, make sure that the same drive letters you had on the original location exist on your new hard drive. FBackup will try to re-create the same files paths. If you're not sure what drive configuration you had, it is recommended to select &#60;strong&#62;Choose another location&#60;/strong&#62;.&#60;/li&#62;
&#60;li&#62;If you select &#60;strong&#62;Choose another location&#60;/strong&#62;, you can browse for a restore destination.&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;
&#60;li&#62;In the &#60;strong&#62;How do you want to restore&#60;/strong&#62; section, make sure that &#60;strong&#62;Restore the latest version of all files&#60;/strong&#62; is the selected option.&#60;/li&#62;
&#60;li&#62;Click &#60;strong&#62;Finish&#60;/strong&#62; and the restore process will be performed.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;/p&#62;
&#60;p&#62;How to restore data from a backup without using FBackup&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;FBackup creates standard zip files that can be opened with 3rd party zip programs. It is not necessary to have FBackup installed in order to restore data from the .zip files. Windows Explorer can be used to open the .zip files up to 2 Gb and WinZip 9.1 or later is used to open .zip files larger than 2 Gb. &#60;/p&#62;
&#60;p&#62;Steps to restore data using Windows Explorer:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Right-click the .zip file and select &#60;strong&#62;Extract All...&#60;/strong&#62; &#60;/li&#62;
&#60;li&#62;In the new opened window click &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Select a location where the files will be unzipped. Click &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;Set (check) the &#38;ldquo;&#60;strong&#62;Show extracted files&#60;/strong&#62;&#38;rdquo; option and click &#60;strong&#62;Finish&#60;/strong&#62;. The destination folder will be opened. &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;If you have used the mirror type for backup, you can simply use the copy-paste commands in order to restore your data to a restore folder. To accomplish that, please follow these steps:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open &#60;strong&#62;Windows Explorer&#60;/strong&#62; and go to the backup destination. &#60;/li&#62;
&#60;li&#62;Open &#60;strong&#62;Edit&#60;/strong&#62; menu-&#38;gt;click &#60;strong&#62;Select All&#60;/strong&#62; (Ctrl+A). &#60;/li&#62;
&#60;li&#62;Open &#60;strong&#62;Edit&#60;/strong&#62; menu-&#38;gt;click &#60;strong&#62;Copy&#60;/strong&#62; (Ctrl+C). &#60;/li&#62;
&#60;li&#62;Go to the restore folder. &#60;/li&#62;
&#60;li&#62;Open &#60;strong&#62;Edit&#60;/strong&#62; menu-&#38;gt;click &#60;strong&#62;Paste&#60;/strong&#62; (Ctrl+V). &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;br /&#62;
Applies to:&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
FBackup
&#60;/p&#62;</description>
</item>
<item>
<title>Softland on "How to backup files with FBackup"</title>
<link>http://www.fbackup.com/forum/topic/how-to-backup-files-with-fbackup#post-3</link>
<pubDate>Mon, 20 Oct 2008 10:23:08 +0000</pubDate>
<dc:creator>Softland</dc:creator>
<guid isPermaLink="false">3@http://www.fbackup.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;&#60;em&#62;Summary&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This article explains how to create and run a backup job using FBackup. &#60;/p&#62;
&#60;p&#62;On this page:&#60;/p&#62;
&#60;p&#62;How to create a backup job using FBackup.&#60;br /&#62;
How to run an existing backup job using FBackup.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;Details&#60;/em&#62;&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;FBackup has two types of backups: full backup and mirror backup.&#60;br /&#62;
The &#60;strong&#62;Full backup &#60;/strong&#62; type creates standard zip files that can be open with WinZip or other third party zip compatible applications.&#60;br /&#62;
The &#60;strong&#62;Mirror backup&#60;/strong&#62; type does not use zip compression. The resulted backup will be an exact copy (mirror) of the source files, without altering their initial file format. This is the fastest type of backup because there is no file compression and no zip files are created (but occupies more space).&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
How to create a backup job using FBackup&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Steps needed to create a backup job:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Open &#60;strong&#62;FBackup&#60;/strong&#62; and select &#60;strong&#62;File&#60;/strong&#62;-&#38;gt;&#60;strong&#62;New Backup&#60;/strong&#62; (&#60;strong&#62;Ctrl+N&#60;/strong&#62;). &#60;/li&#62;
&#60;li&#62;On the first page enter a name for your backup in the &#60;strong&#62;Name&#60;/strong&#62; field and choose the backup destination. Press &#60;strong&#62;Next&#60;/strong&#62;.&#60;/li&#62;
&#60;li&#62;On the &#60;strong&#62;What do you want to backup&#60;/strong&#62; page, add the files and folders you want to back up. Press &#60;strong&#62;Next&#60;/strong&#62;. &#60;/li&#62;
&#60;li&#62;On the &#60;strong&#62;How do you want to backup&#60;/strong&#62; page, select a backup type: &#60;strong&#62;Make full&#60;/strong&#62; or &#60;strong&#62;Make mirror&#60;/strong&#62;.&#60;/li&#62;
&#60;li&#62;Press&#60;strong&#62; Save&#60;/strong&#62;.  &#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Once this backup job was defined, you can start the actual backup by pressing the &#60;strong&#62;Backup &#60;/strong&#62;button (or F6). Additionally you can schedule this backup job to be executed automatically at certain time intervals.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;br /&#62;
How run an existing backup job using FBackup&#60;/strong&#62; &#60;/p&#62;
&#60;p&#62;In the FBackup's main view, right click a job from the backup list and select &#60;strong&#62;Make Backup (F6)&#60;/strong&#62;. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;&#60;em&#62;&#60;br /&#62;
Applies to:&#60;/em&#62;&#60;/strong&#62;&#60;br /&#62;
FBackup 4
&#60;/p&#62;</description>
</item>

</channel>
</rss>
