Logical Backup Slow

win nt,Oracle 8.1.5
Hii,
its taking long time ,
When trying to take logical backup using EXP utility, even i use DIRECT=Y option.
Please advice how to solve this.

Syed, Placing the database in restricted mode is usually not an option and assuming the applicaion ID's do not have restricted session privilege if you restrict the database specifying consistent=y should be unnecessary as no updates would be taking place.
Being that Oracle only exports index definitions and not actual index rows specifying indexes=n would also not help much.
I would suggest that first Jayam verify that the export file is not being written to the same disk the db files are on. This would obviously lead to disk contention, but is a pretty common problem on MS platforms.
Second a conventional export with a large buffer= parameter could be tried if disk contention is not an issue or cannot be avoided. exp file=mydmp buffer=1048576 compress=n etc...
HTH -- Mark D Powell --

Similar Messages

  • Logical backup and recovery using export/import

    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......

    user12864080 wrote:
    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......Vasant,
    Though you have got links already for using the exp/imp , I would strongly suggest that when you mention backup/recovery, RMAN is the tool that you should be using. Exp/imp is/was never considered as a backup tool. You should read this paper to get the answer of "why rman" ?
    http://www.evdbt.com/TD_Rman.pdf
    Aman....

  • Logical backup of a schema without taking the data of particular table

    How can I take the logical backup of a schema without taking the backup of data of a one particular table?? I need to give the dump to the client but I do not want to give them data of one particular table.

    @Werner:
    Requirement is to have a "logical backup of a schema without taking the backup of data of a one particular table".
    I presume the requirement to have all tables with data and one table without data in a single dump file.
    ROWS=N will not export any data for any table
    :)

  • Export dump(logical backup) runing since yesterday

    Hi to All,
    We are taking full export dump(logical backup) of database.till last week its fine on sunday we change the password of administrator and we forgot to change to password in this scheduled scripts.and yesterday i run this backup manullay in morning and i saw its affecting our performance I cancel this task in middle only I haven't deleted that files from backup location and I had given the password in that scirpts and that scripts runing and that scripts started runing at there aproprite time but the incomplete backup is existed at backup location and the backup which started at scheduled time is runing since yesterday before its fininsh in 2 or 3 hours but know its runing since yesterday.Please give me some solution.
    Thanks and Regards
    Mohd Khaja

    On windows it gets a bit hairy as there really is no clean and nice way of doing it.There are a couple of options.
    1. If you can rely on dateformat not changing, you can use a static substring expression. For example, the following might work w/ finnish locale echo %date:~3,2%%date:~6,2%%date:~9,4%Similarly, when you know the dateformat you can tokenize the output of 'date /t' and discard the tokens you don't want.
    2. You can set dateformat to your liking and then just use %date% in your script
    3. You can run a "SELECT to_char(sysdate,..." into a file and then read that file in your script.
    4. Simon Sheppard also has a solution you could use as a basis. I have a slight issue with the approach, but that could just be me.
    5. Use gnuwin32 or similar ;)
    Also note that %date% env var is set automatically from w2k onwards, so some of the solutions might not work w/ older versions.

  • Regarding RMAN n Logical Backup

    Hi All,
    Will Select query affect the RMAN n logical Backup????

    hi yingkuan..
    VERSION
    10.1.0.5.0
    Its a select query which contain lots of conditions....
    please find below the query
    select distinct cci.consmr_no ,vin
    from lead_info li,
    lead_std_address lsa,
    cdr_consmr_info cci,
    cdr_address ca,
    cdr_product_info cpi
    where li.household_id=lsa.household_id and
    cci.consmr_no=ca.consmr_no and
    cci.consmr_no=cpi.consmr_no and
    cpi.extract_dt between '22-DEC-2005' and '31-DEC-2006' and
    li.last_name=cci.last_name and
    lsa.address_1=ca.address and
    lsa.city_name=ca.city_name and
    lsa.state=ca.state and
    lsa.zip=ca.zip and
    li.family_id is not null and
    cpi.family_id is null

  • Complete logical backup separte of every schema

    i want to take complete logical backup of all the schemas running on database separtely by a script which then replace the last 2 days backupp
    any script in this regard
    thanks a lot

    @echo off
    CLS
    REM ********************************
    SET V_USER=riyadh
    SET V_PASSWORD=riyadh
    SET V_DB=vis
    SET V_DMP_PATH=D:\dump\
    REM ********************************
    ECHO.
    SET EXP_PATH=D:\oracle\visdb\9.2.0\bin\
    SET MONTH=%DATE:~4,2%
    SET YEAR=%DATE:~10,4%
    SET DATED=%DATE:~-7,2%
    ECHO ------------------------------------------------
    ECHO CONNECT AS : %V_USER%/%V_PASSWORD%@%V_DB%
    ECHO Backup on : %DATED%/%MONTH%/%YEAR% (DD/MM/YYYY)
    ECHO SAVE AS : %V_DMP_PATH%%V_USER%_%DATED%%MONTH%%YEAR%.dmp
    ECHO ------------------------------------------------
    TITLE BACKUP ...%V_USER%_%DATED%%MONTH%%YEAR%
    echo.
    %EXP_PATH%EXP.exe %V_USER%/%V_PASSWORD%@%V_DB% file=%V_DMP_PATH%%V_USER%_%DATED%%MONTH%%YEAR%.dmp log=%V_DMP_PATH%%V_USER%_%DATED%%MONTH%%YEAR%.log
    i am using this script for daily backup but i want to replace then the first dump after 3 days but the date should be of today meanz i want to replace the dump of 3 days earlier suppose i take backup on 27 so when i take dump on 31 again it replace the dump of 27 but the dump file name should be 31 so i can understand easily this is dump of 31

  • ASM and Logical backups

    Is it possible to use ASM diskgroup as a destination
    for logical backups? For example I have ASM diskgroup
    for Flash Recovery Area and want to use its space for dumps too.

    No,
    only datafiles,
    datafile copies,
    controlfiles,
    online redo log files,
    archived online redo log files,
    rman backup sets
    ar possible as far as I know.
    Not possible are:
    alertlogs,
    trace files,
    password files,
    binaries.
    Regards,
    Lutz

  • What else in logical backups

    Hi, DBA Professionals,
    If i take logical backup of full database, what else in the database to take backup.
    is this logical backup will take only logical data or physical data?
    if it takes logical only then what about row=y
    and what is difference between isqlplus and oem
    could you please clarify my doubts.
    thanks a lot in advance.

    805547 wrote:
    thanks a lot for guided me,
    i am using 10g R2 database.
    if i take complete, incremental, cumulative backups of my database, if i loss whole database is it possible to recover it with logical backups. if it is yes, what is the method.
    A "complete, incremental, cumulative backups" would be physical backups using rman. a "logical" backup would be an export (exp or expdp) dump. The logical backup can only be imported back into a working database, and would be a point-in-time snapshot of the data. With use of proper backup options, a proper physical backup can recover a database from a total loss, and to any point in time covered by the backups.
    if i loss system datafile only what is the method to recover it using logical backups.There is none. That's why "logical" backups are only one part - and the least important part - of a complete backup/recovery strategy.

  • RMAN logical backup containing unused blocks

    Dear Experts
    When i taking logical backup of datafile from RMAN utility i notify that it will also backed up all unused blocks from datafile, so what i need to do, how to avoid that unused block from being backed up while taking logical backup of datafiles.
    System details as follows
    HP Itanium server
    OS - Redhet Linux 5
    DB - Oracle10g
    Suggest me urgent.

    Here i am gonna show you the backup statistics for only those problematic datafiles
    DFNAME                                    DATAFILE_BLCKS     BLOCKS          DIFF
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744     9818          1685926
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          8527          1707697
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          9727          1612289
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          9808          1612208
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          24823          1670921
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          19891          1696333
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          20591          1601425
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          17026          1604990
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          21239          1674505
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          17843          1698381
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          19820          1602196
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          14429          1607587
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          33885          1661859
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          41480          1674744
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          32338          1589678
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          26288          1595728
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          10504          1685240
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          18169          1698055
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          16195          1605821
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          11974          1610042
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          16938          1678806
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          25688          1690536
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          30653          1591363
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          20611          1601405
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          965385          730359
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          1010354          705870
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          1004034          617982
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          1695397          347
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          1713435          2789
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          1621255          761
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          1620287          1729
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          1695397          347
    /san_index/oradata/orcl/rajemitra_index5.dbf     1171456          1170831          625
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          1695397          347
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          1713470          2754
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          1621261          755
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          1620364          1652
    /san_index/oradata/orcl/rajemitra_index5.dbf     1171456          48547          1122909
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          47875          1647869
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          19725          1696499
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          26205          1595811
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          56040          1565976
    /san_index/oradata/orcl/rajemitra_index5.dbf     1171456          31859          1139597
    /san_index/oradata/orcl/rajemitra_index1.dbf     1695744          29509          1666235
    /san_index/oradata/orcl/rajemitra_index2.dbf     1716224          20767          1695457
    /san_index/oradata/orcl/rajemitra_index3.dbf     1622016          13210          1608806
    /san_index/oradata/orcl/rajemitra_index4.dbf     1622016          31411          1590605

  • Full DB logical backup Vs required scehams backup

    Hi,
    In my database i am using only 2 schemas and have the grants on one schemas tables to another schema.
    So, which is the better way to take the logical backup i.e. full db backup or only the required schemas backup.
    Please advice me.
    Thanks in advance,
    Mahi

    Hi,
    >>If we take full backups, while import there will be a chances to db crash or improper behavior."
    Why?
    >>IS it right, but i am saying that if we take the full backup we will not miss any grants etc..
    Keep in mind that "grants" commands are also exported in a schema level ...
    >>So, please let me know which backup i have to take either full backup or only required schemas backup?
    If you are so worry about it, I don't see any problem in take a full database export ...
    Cheers
    Legatti

  • Tracking the logical backups' success

    DB version:10.2.0.4
    OS : Solaris 5.10
    We have 45 schemas in one of our critical production DBs.
    Apart from the RMAN backups, we take logical backups of all the business related 45 schemas.
    A shell script is dynamically generated and executed every day to take EXP backups of all these 45 schemas
    I need to create a PL/SQL code or Shell script which will notify us through email if any of the EXP commands have failed.
    What is the 'professional' way to do this? We already have the Email sending PL/SQL procedure ready.

    Y.Ramlet wrote:
    Will Enterprise Manager send mails when individual schemas's backups have failed ?EM would send mail when the requested job is failed and you have configured another , backup job which would run and send an email. So the answer would be IMO, it depends .
    HTH
    Aman....

  • Is it possible to take incremental logical backups via EXPDP in Oracle 10g

    Guys,
    I am curious that can EXPDP be used to take the incremental logical backups. If so then please let me know how it is possible.
    Regards
    Asif

    There is no incremental specification clause like the one in the export command (INCTYPE). If you ever used the export incremental option, IMO it was not actually an incremental export, it was just enough for a table to change one row to consider the complete Table to be exported on the next exp execution. Not quite a practical approach, overall considering that regularly the more sized tables are those that frequently change.
    ~ Madrid

  • Logical backup?

    Hi Guru's
    i confused with terms ,can any body tell me what is logical backup ......or is it same as cold backup and hot backup??? please help me
    Chetan ....

    CHETAN YADAV wrote:
    Hi Guru's
    i confused with terms ,can any body tell me what is logical backup ......or is it same as cold backup and hot backup??? please help me
    Chetan ....Logical backup is taking using exp/expdp utilities.
    Cold backup can be take user managed so,you can shutdown immediate database and copy all control/data/online logs to other backup location,this is cold backup,also you can take this rman.
    Hot backup can be take if database running in archivelog mode.You can use RMAN or user managed.from rman you can try just BACKUP DATABASE and that is enough.Or user managed you can use ALTER DATABASE BEGIN BACKUP or ALTER TABLESPACE BEGIN BACKUP then using OS commands you can copy datafiles to other backup location.
    Finally these are different.

  • Time Machine backup slow in copying phase

    I've had a gander through Pondini's (excellent!) site and other locations, but still can't seem to get TM to backup at a regular pace.
    I've got it connected via ethernet, but with about 500GB to backup and a copying speed that managed to do only 40GB in 14 hours, it's waaaaaay too slow.  Current message says "Backing up: 44.01 GB of 499.82 GB"
    I've done various things like removing Sophos for Mac, relaunching Finder, checking the Activity Monitor to see if there's anything hogging CPU, re-booted my My Book Live NAS and a few other things besides.  Nothing's helped.  Below is a copy/paste of details from EtreCheck.  Can anyone help?
    Hardware Information:
              MacBook Pro (13-inch, Early 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.7 GHz Intel Core i7 CPU: 2 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 512 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 10:17:11
    Disk Information:
              M4-CT256M4SSD2 disk0 : (256.06 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        SSD (disk0s2) /: 243.07 GB (75.31 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
                        eDrive (disk0s4) <not mounted>: 12 GB
              ST1000LM024 HN-M101MBB disk1 : (1 TB)
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        disk1s2 (disk1s2) <not mounted>: 999.86 GB
                        Boot OS X (disk1s3) <not mounted>: 134.2 MB
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Sunplus Innovation Technology  USB to Serial-ATA bridge
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
    Startup Items:
              Squeezebox: Path: /Library/StartupItems/Squeezebox
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.barebones.textwrangler.plist 3rd-Party support link
              [loaded] com.bombich.ccc.plist 3rd-Party support link
              [loaded] com.fitbit.fitbitd.plist 3rd-Party support link
              [loaded] com.livescribe.PenCommService.plist 3rd-Party support link
              [not loaded] com.maintain.CocktailScheduler.plist 3rd-Party support link
              [loaded] com.micromat.TechToolProDaemon.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [loaded] com.oracle.java.JavaUpdateHelper.plist 3rd-Party support link
              [loaded] com.prosofteng.DriveGenius.locum.plist 3rd-Party support link
              [loaded] com.sonycorporation.BloggieInstallerAgent.plist 3rd-Party support link
              [loaded] com.timesoftware.timemachineeditor.backupd-auto.plist 3rd-Party support link
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.amazon.sendtokindle.launcher.plist 3rd-Party support link
              [invalid] com.maintain.CocktailPurgeInactiveMemory.plist
              [loaded] com.maintain.CocktailSystemEvents.plist 3rd-Party support link
              [loaded] com.micromat.TechToolProAgent.plist 3rd-Party support link
              [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [loaded] com.sony.BloggieSoftware.AutoRun.plist 3rd-Party support link
              [loaded] com.wacom.pentablet.plist 3rd-Party support link
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              Alfred
              Living Earth Desktop
              Jumpcut
              Dropbox
              Dropbox Encore
    Internet Plug-ins:
              WacomNetscape: Version: 1.1.1-1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              WacomSafari: Version: 1.1.1-1 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 11.0.04 - SDK 10.6 3rd-Party support link
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              Silverlight: Version: 5.1.10411.0 - SDK 10.6 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 Outdated! Update
              QuickTime Plugin: Version: 7.7.3
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              AdobePDFViewer: Version: 11.0.04 - SDK 10.6 3rd-Party support link
              GarminGpsControl: Version: 4.0.2.6 Beta - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Java  3rd-Party support link
              Paragon NTFS for Mac ® OS X  3rd-Party support link
              TechTool Protection  3rd-Party support link
              Xmarks for Safari  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              Adobe AIR Application Installer:          Version: 3.3 - SDK 10.5 3rd-Party support link
                        /Library/Frameworks/Adobe AIR.framework/Versions/Current/Adobe AIR Application Installer.app
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              /Library/Frameworks/Adobe AIR.framework/Resources
                        Adobe AIR Updater:          Version: 3.3 - SDK 10.5 3rd-Party support link
                        Template:          Version: 3.3 - SDK 10.5 3rd-Party support link
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources
                        Adobe AIR Updater:          Version: 3.3 - SDK 10.5 3rd-Party support link
                        Template:          Version: 3.3 - SDK 10.5 3rd-Party support link
              VLC:          Version: 2.0.2 - SDK 10.5 3rd-Party support link
              Garmin Lifetime Map Updater:          Version: 2.2 - SDK 10.5 3rd-Party support link
              Labels & Addresses:          Version: 1.6.2 - SDK 10.4 3rd-Party support link
              Amelita:          Version: 1.0.1 - SDK 10.4 3rd-Party support link
              Livescribe Desktop:          Version: 2.8.3 - SDK 10.5 3rd-Party support link
              Family Tree Maker 2 (372) (415):          Version: 21.2.7 - SDK 10.5 3rd-Party support link
              Remote Desktop Connection:          Version: 2.1.2 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Hear:          Version: 1.1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Hear/Hear.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              /Library/Frameworks/Adobe AIR.framework/Versions/Current/Resources
                        Adobe AIR Updater:          Version: 3.3 - SDK 10.5 3rd-Party support link
                        Template:          Version: 3.3 - SDK 10.5 3rd-Party support link
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Adobe AIR Application Installer:          Version: 3.3 - SDK 10.5 3rd-Party support link
                        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        SSD: Disk size: 226.38 GB Disk used: 156.24 GB
              Destinations:
                        TimeMachine [Network] (Last used)
                        Total size: 3 
                        Total number of backups: 23
                        Oldest backup: 2013-11-08 04:18:08 +0000
                        Last backup: 2013-12-19 13:15:46 +0000
                        Size of backup disk: Excellent
                                  Backup size 3  > (Disk size 226.38 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
              /sbin excluded from backup!
              /usr excluded from backup!
              /System excluded from backup!
              /bin excluded from backup!
              /private excluded from backup!
              /Library excluded from backup!
              /Applications excluded from backup!
    Top Processes by CPU:
                  20%          Safari
                  11%          WindowServer
                   4%          com.apple.WebKit.Networking
                   3%          diskimages-helper
                   1%          Activity Monitor
    Top Processes by Memory:
              338 MB          com.apple.WebKit.WebContent
              147 MB          mds_stores
              131 MB          softwareupdated
              131 MB          com.apple.IconServicesAgent
              115 MB          Safari
    Virtual Memory Information:
              10.06 GB          Free RAM
              3.35 GB          Active RAM
              798 MB          Inactive RAM
              1.81 GB          Wired RAM
              856 MB          Page-ins
              0 B          Page-outs

    In case it's useful to someone who stumbles on this some time in future, I had another look at Pondini's site and found mention of TechTool Pro causing issues, of which  I'm running v7.
    I went into System Settings/TechToolProtection and Disabled protection features.  After a minute or so, I got a bump in speed, with TM now copying a GB every 4 - 5 minutes.  Still very slow, but something of an improvement.

  • Time machine backup slow

    A few days ago I upgraded to 10.7.5. Since then I am NOT ABLE to complete a time machine backup. Last run was 12 hours and only 20% of the changes were backed up. In addition suddenly spotlight started to reindex and this also takes forever. Plus an important utility "EOS Utility" for managing pictures coming from Canon EOS cameras don't work any more. As soon as I plug in a camera the application quits.
    All this was running fine before the last minor upgrade!
    What's happening?

    All this was running fine before the last minor upgrade!
    Yes it was. Now it's not:
    time machine slow in 10.7.5
    Time Machine backup very slow in Lion
    Summary: the upgrade broke Spotlight, which manifests itself in absurdly slow Time Machine performance.
    We just have to wait for Apple to fix it.
    Don't know if your Canon EOS utility is related or not. Probably not I would think.

Maybe you are looking for