How to disable scheduled backups?

I'd like to disable scheduled backups because my Norton antivirus software cannot be copied and I must be present for the first 20 minutes of backup to choose "skip" for each of about 20 Norton files.  This occurs even though I tried to exclude files having *Norton* in their names, and even when I turn off Norton software before backup.  I'm running ThinkCentre M55, 8811-CTO, with Windows XP Pro.  I've removed backup from the XP "Scheduled Tasks" manager, and in "Config AwayManager tasks", Backup using R&R is not checked.  In R&R, "Set Schedule, Schedule your Backups" is not checked.  Despite these settings, once a day every day I continue to get the "backup cannot copy the ....(Norton)...file" window.  I tried allowing one scheduled backup to run to completion, hoping that if I did this, R&R would no longer run auto backups.  But it didn't work.  How can I stop R&R from running auto backups?  I'd prefer to run manual backups at my convenience.
Solved!
Go to Solution.

If you can't disable scheduled backups (under Set Schedule etc.), check under Scheduled Tasks (XP) or the
equivalent for your OS and see if anything labelled R&R is set to run, if so disable it.
In R&R you can exclude entire directories and directory trees from being backed up,
this should be better than trying to filter on file names.
Advanced - Exclude Files.
What I did is to set up excluded directories, but thereafter I run R&R from a batch file in command line mode.
This is documented in a manual that can be downloaded from Lenovo.
Before I start it I stop internet access, and shut down anti-virus (Kaspersky in my case), and verify that all anti-virus processes
have stopped using Process Explorer (a free download from Microsoft).  I also manually stop Google Desktop,
Google notifier, in general everything that seems like it might interfere.
Since I started following this procedure I no longer have any issues.
You can also add a batch file command to shut down the computer after the backup,
which is desirable.
Here's most of my batch file:
echo Perform full backup
echo Delete old backup on USB drive
"c:\program files\lenovo\rescue and recovery\rrcmd" delete location=U silent
rem above deletes the old backup on the USB drive
echo Create base backup on USB drive
"c:\program files\lenovo\rescue and recovery\rrcmd" backup location=U name=base silent
rem above backs up to USB
echo Shutdown
computershutdown -s -f

Similar Messages

  • How to disable Automated  Backups by EM 11gR2 ?

    Hello
    How to disable automated backups in Oracle 11gR2 by Enterprise Manager?
    I can't find any documentation to do this in 11gR2 and can't find this in EM. Is it possible by EM?
    Thanks in Advance
    Edited by: kozand on 2011-09-20 02:37

    There I can define a new "automated backup" I can't see where I can DISABLE defined "automated backup".

  • TS3992 How to disable icloud backup

    How to disable icloud backup? Please help

    Welcome to the Apple Community.
    Turn it off at settings > iCloud > storage & backup.

  • How to disable scheduled task through database?

    I would like to know to disable scheduled task without OIM running, preferably through the database.
    OIM has out of the box schedule tasks that are set to run when OIM starts, and I would like to prevent that from happening.
    Is is possible to disable these tasks when OIM is not running?
    if possible I would like to know what I need to do, preferably through the database

    The QRTZ92_TRIGGERS table contains the trigger time of the schedule tasks. You can directly modify the START_TIME and the NEXT_FIRE_TIME columns to future dates in order to prevent the scheduled jobs from starting.
    You can also stop the Scheduler, which is responsible for kicking off the scheduled jobs.
    To manually stop the Scheduler go to http://OIM_HOST:OIM_PORT/SchedulerService-web/status
    You can configure the oim-config.xml so that the Scheduler is not started when OIM starts.
    Reference: Managing Scheduled Tasks
    To disable a schedule task, you have to have OIM running. You can use the APIs, modify the schedule tasks metadata (<taskStatus>false</taskStatus>), or use the UI to disable the schedule tasks.

  • How to view scheduled backups

    When using the schedule backup wizard in maintenance and you create a recurring backup job. What tables does oem use to store the job definition and schedule. I cannot use the job library since it does not display backup type jobs.

    Select is Manage Current Backups from Maintenance

  • How to disable automated backup

    I created a database a few weeks ago with dbca and must have told the wizard I wanted to do automatic backups. I see them running at 2am every morning. Where does that job run from and how do I disable it? I want to use my own backup script instead.
    DB version - 11.2 RAC 2 node cluster
    Platform - Windows Server 2008 R2
    I've checked DBA_JOBS, DBMS_SCHEDULER_JOBS and Windows Task Scheduler and can't find any trace of this job.
    TIA

    Well you can do this
    Disables all AUTOTASK functionality.
    DBMS_AUTO_TASK_ADMIN.DISABLE;
    DBMS_AUTO_TASK_ADMIN.DISABLE (
    client_name IN VARCHAR2,
    operation IN VARCHAR2,
    window_name IN VARCHAR2);
    client_name
    Name of the client, as found in DBA_AUTOTASK_CLIENT View
    operation
    Name of the operation as specified in DBA_AUTOTASK_OPERATION View
    window_name
    Optional name of the window in which client is to be disabled
    Usage Notes
    If operation and window_name are both NULL, the client is disabled.
    If operation is not NULL, window_name is ignored and the operation is disabled
    If operation is NULL and window_name is not NULL, the client is disabled in the specified window.
    - i think this will give you an idea of what is running on auto .

  • How to disable Scheduler logging in CF10

    Hi,
    In the coldfusion-out.log we are seeing scheduler log entries like this:
    Nov 11, 2014 20:54:14 PM Information [ajp-bio-8012-exec-127] - Starting HTTP request {URL='http://somesite.com:80/1.2?output=xml', method='get'}
    Nov 11, 2014 20:54:14 PM Information [ajp-bio-8012-exec-127] - HTTP request completed  {Status Code=200 ,Time taken=313 ms}
    Nov 11, 2014 20:55:00 PM Information [scheduler-2] - Run Client Storage Purge
    Nov 11, 2014 21:00:00 PM Information [DefaultQuartzScheduler_Worker-1] - Task default.blah triggered.
    Nov 11, 2014 21:45:00 PM Information [DefaultQuartzScheduler_Worker-2] - HTTP request completed  {Status Code=200 ,Time taken=773 ms}
    Quite simply, how can we disable them?
    We have no logging enabled for scheduling in CF10 Admin, and yet they are still generated.
    Advice appreciated.

    Thanks for the speedy reply, however in that page you mention I can see coldfusion-out.log but I only want to stop scheduler events being logged. How do I do that? There is a scheduler.log, but the events are not appearing in that log file; they are appearing in coldfusion-out.log. The logging is very confusing in CF10, at least to me!

  • How to schedule backup once a week

    how to create scheduled backups once a week in Windows Server 2008 R2, or once in two weeks?
    thanks
    Lasandro Lopez

    Simply Create a "Once a day" backup with Windows Server Backup and then edit it from Task Scheduler.
    1. Create a backup with "Once a day" option using the Backup Schedule Wizard.
    2. Click Start > Administrative Tools >
    Task Scheduler.
    3. Navigate to: Task Scheduler Library/Microsoft/Windows/Backup.
    4. You should find your backup job, right click it and select
    Properties.
    5. Go to Triggers tab, select trigger Daily and press
    Edit.
    Now you have more options for scheduling.

  • How to disable forward scheduling in Sales order

    Hi SD Experts,
    Can you please provide the solutions for the below requirements.
    Requirement details are below:
    How to disable forward scheduling in sales orders....
    For My sales order type i already configured in customizing that delivery scheduling should only carry out backward scheduling.
    The results is tht no forward scheduling in carried out when material is i stock .. this is ok...
    But when there is no stock and ATP indiates an expected inward movemnt, the system ignores the indicator and carries out forward scheduling anyway.
    Is there any possibility to change this behaviour?
    Appreciate any help....
    Regards
    Sudheer

    Hi
    If you do not want the system to switch to forward scheduling automatically, you can specify per plant in Customizing for MRP, in the IMG activity Parameters for determining the basic dates that the system is to continue the backward scheduling calculation even if the resulting start date lies in the past.
    Thanks & Regards
    Bhaskar

  • How do I disable iPad2-Backup?

    How do I disable iPad2-Backup?
    Especially when having stored lot's of appss/music the automatic backup is most annoying.
    How can it be disabled?

    You can't disable it, but you can stop it. Just click on the little x there in the iTunes status window and the sync will move on to the next step in the process.

  • XI 3.0 How can I disable scheduling in favourites folder

    I am trying to disable scheduling for the majority of our users (all except administrators) for ALL reports, including ones in their favourites folder.
    How can I do this for the favourites folder without having to go into each one and explicitly removing it. I have already tried by creating a user group with schedule denied BUT the 'full control' automatically given to favourites folders seems to override this, does anyone have any suggestions ?

    Hello Stefanie.
    You need to contact Greasemonkey's author for support.

  • How to disable backup password

    how to disable backup password knowing that the box under backup (encrypt local backup) is not aailable to unmark

    Well, you can't, if that's the case. The requirement to encrypt your backup can be enforced by setting up an Exchange account on your phone, if you have such.

  • How to schedule backup on SQL database backend

    Hi,
    We have installed CRM5.0 on SQL2005 database at first time. My concern is in oracle database we schedule through DB12 twi types of backup Onlie and offline.
    But in SQL backend how many types of backup? is that same like online and offline.
    Can we schedule the backup through DB13? or do we need to schedule throgh SQL level and OS level.
    Please suggest backup strategy using SQL backend.
    Thanks
    Lisa

    Hi Lisa,
    The types of backup in SQL2005 are mostly the same.
    We have the Full/Incremental/Differential DB backup along
    with the transactional log backup. Not neccessary to have
    access to OS level for scheduling backups, DB13 can be
    used easily for backups. A good strategy would be to
    first have a complete DB backup, thereafter periodic
    incremental DB backup/transaction log backup would be
    suffucient. The periodicity could depend on the usage
    requirements.
    Hope this helps.
    Regards
    Srikishan

  • I need to know how to disable my apps on my old system so that I can install them on new computer.

    I've just purchased a new iMac and need to know how to disable my apps on my old system so that I can install them on the new one.

    You are allowed to have two working installations so you do not have to disable the original if you prefer to have a backup.  Otherwise, to disable you can just sign out thru the CC manager.
    Creative Cloud Help / Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

  • HOW TO DISABLE THE VIEW OF CONTACT

    Hi
    I want to know how to disable contact view from a friend taking my phone
    exemple : If I give my cell phone blackberry 9900 to a friend for 1 day, I want for him the possibility to answer phone call and see who is calling him ! ,
    buy I want to disable any search in full contact list
    how to do this ?
    help,
    mail me back

    You cannot selectively lock the address book app. If all contacts are sync'd online you can delete the account. However, the all around better approach would be to backup the device and do a security wipe before loaning it.
    - Ira

Maybe you are looking for

  • Could I connect...?

    Hello, I was wondering if I could connect my MacBook to this brand-new 14 inch CRT TV monitor I just got from target for around 50 dollars? If I can, what cords should I buy, can you please provide a link to like a best buy catalog with the cord plea

  • Manual delete old files before package installation?

    This is more a general or best practice question. I installed a python program (gnoduino) manually some time ago using: python setup.py build install I found out that this program is available via AUR and it would be comfortable to use the AUR versio

  • Storage location value is not adopting fron PO into GR

    Hi All, I'm making Goods receipt with reference to Purchase Order. For few materials the storage location value is not adopting fron PO into GR. It's in disable mode. So i'm not able to maintain the stock at storage location level. What could be prob

  • MIRO Layout

    Hi Experts, We want to make payment terms filed (as display mode) in MIRO layout, what should we do, I believe threre is no standard report in sap like PO, material master layout changes thru spro. somebody told me t-code olmrlist, if this is the des

  • The server network address can not be reached or does not exist

    Hi all            When i am trying to configure Mirroring .i am getting the below error.  The server network address "TCP://RDEEPA:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Microsoft SQL Serv