Automatic Offline Full Backup Plan: CQ5 Installed As a Service

I have designed an Automatic Offline Full Backup Plan for CQ5 Installed As a Service. I welcome your comments.
Do you have any better way (scripts)?
Offline Full Backup Scripts for Author
:: offlineAuthorBackUp_CQ5AsService.bat
:: Stop CQ5 service
chdir /D %~dp0
net stop cq5
::copy all files and folders to the destination
mkdir h:\cq5backup\offline\author\backup
::robocopy only copies the updated files, so it is very quickly
c:
robocopy /MIR c:\cq5\author h:\cq5backup\offline\author\backup
:: Start CQ5 service
net start cq5
::Zip the backup with 7z.exe
h:
cd h:\cq5backup\offline\author
7z a -y -tzip offlineAuthorBackup_%date:~4,2%%date:~7,2%.zip h:\cq5backup\offline\author\backup

There is one big advantage of a clone.  You can immediately reboot
to it and continue working and deal with the regular boot drive faiure,
what ever it may be, later.  Especially since all your data and such
is on another drive.  If you use your computer for work and time
critical projects, this is a major plus!
In the case of a hard drive failure/replacement, copying the clone
to the drive is the fastest way to get the system and all your settings
back.
Time Machine and incremental backups have a place as well.  It is best
suited for "incremental" problems.  Examples are installing an upgrade to
software that doesn't work or just don't plain like.  With Time Machine it
is easy to just restore back to the point before the install.
Something else I do is backup current project files to USB memory sticks.
If you are using your computer for business, you can never have too many
backups.  Coralllary 456 of Murphy's Law is the "number of backups that
you need will be one more than what you have!"

Similar Messages

  • Full Backup Prior to Installing New RAM

    Vet my plan, please!
    I have a 4g USB drive and plan to do a full system backup prior to installing 2/2 gig memory sticks (obviously have to remove original memory, as there are only 2 slots avail.).
    Other than shutting the system down and removing all cords (I have read and printed off the How-To on installing more RAM) do I need to be aware of anything else?
    Thanks!

    Make sure you seat the sticks correctly (on some models, you have to push them in very firmly). I've done that twice now - didn't push them in hard enough and then it wouldn't start, so I started over - did it again and then it worked. Once you start up after the install, go to System Profiler and make sure both are listed and show "ok" under status. That's about all I can think of.
    Addendum: I did not do a fresh full backup - just put my faith in the instructions (I do have backups, but they were probably about a weekd old).
    Message was edited by: Barbara Daniels1

  • Automate SQL full backup

    Dear Experts,
    In our company we have a SAP 4.7 installed on MS SQL server 2000, Daily we need to stay untill all the users complete their work and fire the db13 backup and SQl query disk backup, for this i have scheduled a job in the SQL server enterprise manager and put a script where in i have to change the script everyday.
    if you can provide me a script where in it changes the date & time of the file name every day automatically
    The script i use is as follows:
    use master
    exec sp_addumpdevice 'disk','PRDF270807_1909','<path>\PRDF270807_1909'
    backup DATABASE PRD to PRDF270807_1909
    Kindly help me in this regards,
    Thnx in advance
    Kishore.

    Hi,
    i use this script to make a backup to a different device every week, you can easily modify this to a daily change. You can add a network share as target as well.
    I have this script scheduled as a SQL Agent Job and it works like a charm.
    Regards
      Clas
    declare @week varchar(3)
    declare @devl varchar(20)
    declare @devp varchar(400)
    declare @dev varchar(20)
    select @week = datepart(ww,getdate())
    set @devl = 'vsdata_week_' + @week + '.db'
    set @devp = 'c:\tools\VSWMI\Backup\vsdata_week_' + @week + '.db'
    if not exists (select name from sys.backup_devices where name = @devl)
            exec sp_addumpdevice 'DISK',@devl,@devp
    declare crs cursor for
            select name from sys.backup_devices
            where name like 'vsdata%' and
                  name <> @devl
    open crs
    fetch next from crs into @dev
    while (@@fetch_status = 0) begin
         exec sp_dropdevice @dev
         fetch next from crs into @dev
    end
    close crs
    deallocate crs
    BACKUP DATABASE [VSData] TO @devl WITH NOFORMAT, NOINIT, 
    NAME = N'VSData-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, 
    STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR

  • Currently have 30K pics on PC Win. 7 laptop using  PSE 8, corrected issues and did full backup on portable hard drive plus saved (Extensive) Keyword tags to file.  Installed PSE 13 on PC Win 8.1 laptop.  Will attach same portable Hard drive to new laptop.

    Currently have 30K pics on PC Win. 7 laptop using  PSE 8, corrected issues and did full backup on portable hard drive plus saved (Extensive) Keyword tags to file.  Installed PSE 13 on PC Win 8.1 laptop.  Will attach same portable Hard drive to new laptop. How do I import prev Keyword Tags from file and Restore catalog from port. HD to new PC and in what order?  I have not opened PSE 13 on new PC yet. Would like to do it right the first time!

    No importing needed.
    See these instructions: Use Backup, Restore to move catalog | Organizer | Elements 6 or later

  • Full backup ( ~ 1 TB ) using external HD - speed USB vs. Firewire vs. eSATA  - what are relative speeds - how to install eSATA on mid-2010 Mac Pro desktop ( dual hex-core processors)_

        Hi All,
         I'm trying to resume regular scheduled Full backup ( ~ 1 TB ) of drives using external HD (to allow off-site redundant backup storage) .
         What are relative speeds of USB vs. Firewire vs. eSATA ?
         I suspect eSATA connection may be considerably faster … how to install eSATA on mid-2010 Mac Pro desktop ( dual hex-core processors)?
          ( The quicker and easier backup protocol is, the more likely one is to use it to backup on a routine repetitive basis.)
    Thanks

    Jim Bogy wrote:
    ...I suspect eSATA connection may be considerably faster … how to install eSATA on mid-2010 Mac Pro desktop ( dual hex-core processors)?
          ( The quicker and easier backup protocol is, the more likely one is to use it to backup on a routine repetitive basis.)
    Adding a USB 3.0+eSATA PCIe card, which The hatter mentions, is the best solution that I've found. See http://eshop.macsales.com/item/CalDigit/FASTA6GU3/. The card is not cheap, but the USB 3.0 works flawlessly (which can't be assumed; ask me how I know) and the eSATA connection allows booting from the connected drive. Grant Bennet-Alder's point about HD speed is important to consider; in addition, the size of the individual files being backed up and where on the backup disk they're going will affect overall transfer speed. For example, using the USB 3.0 connection on that CalDigit card going to a Toshiba 3TB external, the transfer rate for a big file (say a virtual machine file) from an internal SSD boot drive was about 145 MB/sec while a bunch of little files might drop to 30 MB/sec and both rates decrease as an inner partition on the external is used. All told, a nearly 700 GB backup took under 1.5 hours. Using a HD as the source added almost an extra hour, though a WD external was used for that. Using a WD green drive plugged into this http://eshop.macsales.com/item/NewerTech/FWU3ES2HDK/ with an eSATA connection took about 2.5 hours also, but that was bootable whereas the USB 3.0 connection is not.
    Another point to consider is that USB 3.0 is ubiquitous on PC's now so there's lots of price competition for externals; not so much for eSATA externals.

  • Full offline disk backup

    i want to take full offline disk backup on mount point /bakoffline with the help of brtools.
    how can i do this.
    SAP -> ECC6
    Database -> Oracle10g
    OS --> AIX
    Tks.
    FC..

    Read this guide .....
    SAP on Oracle
    Rgds..

  • I had photoshop installed fine.  We had to replace our hard drive, but had a full backup and everything else is working except for elements.  This is the message I get -Some of the application components are missing from the Application directory, Please

    I had photoshop installed fine.  We had to replace our hard drive, but had a full backup and everything else is working except for elements.  This is the message I get -Some of the application components are missing from the Application directory, Please reinstall the application.  I have reinstalled, but am getting the same message.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    You can also try to repair the places database with this extension:
    *https://addons.mozilla.org/firefox/addon/places-maintenance/

  • I had a HD failure on my MBP, luckily i had a full backup on an external drive. However, my new drive had Maverick installed, my photo's were in a 9.2.3 version of iPhoto. Now I can't move my library across. Help !

    I had a HD failure on my MBP, luckily i had a full backup on an external drive. However, my new drive had Maverick installed, my photo's were in a 9.2.3 version of iPhoto. Now I can't move my library across. Help !

    my photo's were in a 9.2.3 version of iPhoto. Now I can't move my library across. Help
    What exactly is the problem?
    You are now running Mavericks. What version of iPhoto do you now have installed? If you restored  an iPhoto 9.2.3 version, it will not work with Mavericks, you first need to update iPhoto to the current version 9.5.1.  Check, if you are seeing an update on the "updates" tab of the App Store, when you sign in with your Apple iD, or on the "Purchased" tab in the "Accept" portion of the tab.
    What kind of backup of your iPhoto library do you have?

  • Touch screen stopped working. Is there anyway to force a full backup of the iPhone without typing in my passcode lock or is there anyway to force it to connect to a WiFi network so the phone can backup to iCloud??

    Hello all, I could use some help with my iPhone 4, I hope this is the best place to ask!
    The Problem:
    I want to do a full backup of my iphone to either itunes or to icloud. Unfortunately the iphone got wet and isn’t working properly. The phone turns on and still works, but the touch screen no longer works. I have a passcode lock on the phone so iTunes will not allow me to backup it up until I type in the passcode (which I cannot physically do). WiFi had been turned off before it got wet so it won’t connect to any known WiFi networks either to backup automatically to iCloud.
    What happened:
    I had been travelling for 6 months and went tubing on a river with my iphone in a dry bag. Unfortunately the dry bag failed and filled with water ruining my iphone.
    What I’d like to do:
    It’s an old phone and I was planning on buying a new iPhone anyway. I would love to do a full backup to either iCloud or to my computer so when I get a new iPhone I don’t lose anything. I’ve already connected it to my PC and downloaded all the photos and videos off the phone so at least I haven’t lost that, but I would like to be able to recover all the text messages, WhatsApp messages and notes I had created during my 6 months of travel.
    The last time it was backed up to my pc or to icloud was in April, so there are 6 months worth of very meaningful data I would love to keep to remind me of my travels!
    Is there anyway to force a full backup of the iPhone without typing in my passcode lock or is there anyway to force it to connect to a WiFi network so the phone can backup to iCloud??
    iTunes recognizes the phone just now and I tried upgrading the phone to iOS7 in the hopes that it would first backup and then upgrade. Unfortunately all that happened is the phone upgraded to iOS7, but it didn’t backup to iTunes. Now the phone is stuck at the iOS7 welcome screen and I can’t do anything else with it.
    Any ideas or tips would be welcome!
    NOTE: This is NOT a jailbroken iPhone.

    If there is no other way around this, is there anyway to completely wipe the phone then??
    The Apple store agreed to give me a new iPhone 4 as a warranty replacement for $150 (I travel a lot and I have a factory unlocked phone, so this is still worth it for me).  But before I trade it in, I would like to make sure all my data is backed up on the device first.
    When I try and restore the phone now on iTunes, it says I have to turn off Find My iPhone on the phone first before I can restore it.  Now since I can't use the screen I can't really do that.
    So how do I completely wipe the iPhone???
    Thanks!

  • Can I create a full backup on google drive by moving my user folders to Google Drive Folder?

    Can I create a full backup on google drive? Google suggested I simply move my folders (Pictures, Music, Downloads, Documents, etc) into the google drive folder. But these seem to be automated files involved with Mac's organization... will this create problems for my computer? Ie. if I import new photos, or download music, will my computer know where to put it if its in google drive?
    If this is a problem, how else could I possibly create a full backup of personal data on google drive (or any similar syncing service, for that matter).  iCloud is prohibitively expensive, and programs like crash plan and carbonate run so slowly and bog down my computer so much that they are not worth it. Google drive seems simplest and most competitive in price, but I am worried about moving my folders.
    Help?

    Google Drive also installs a client--a google drive folder on my hard drive that is programmed to sync changes automatically to the cloud--that allows me to drag and drop.  I suppose my original concern was about dragging files from my hard drive (such as "pictures" that would contain my iPhoto library, etc) into it.  Would that mess up Mac's internal organizational system? If I drag and drop my pictures folder, music folder, etc. into the google drive client folder in Finder, will those applications still function correctly?  Will my mac still be able to figure out where to put photos I import from my camera, etc?
    I am only as tech savvy as I have to be to survive professionally as a traveling teacher, so I am looking for something pretty straightforward that will free up some of my brain waves for other activities, rather than remembering which folders I have made changes in and need to sync.

  • Full backup system restore from time machine

    Help: I need to rebuild my system from Time Machine.
    I am using iMac with 10.6.8. I plan to replace my HDD.
    When trying to emulate the system restoration, I used the MAC Install DVD, which allowed accessing the Time Machine external disk.
    However, TM suggested only one full backup dated 3/2011......
    Can't time machine use all incremental steps between 2011 and today? 3 years......
    What should I do before changing my HDD? Any way to force TM to accept a full backup NOW?
    And then, will Restore rebuild my system as I see it today?
    Thanks,
    Moshe

    The only one I've ever used is SuperDuper. It and Carbon Copy Cloner have free trail periods so you can experiment. I'm not familiar with the others.
    Clone  - Carbon Copy Cloner          (Often recommended as it has more features than some others)
    Clone – Data Backup
    Clone – Deja Vu
    Clone  - SuperDuper
    Clone - Synk
    Clone Software – 6 Applications Tested

  • How to make a full backup of my iPad without using iTunes

    I need to make a full backup of my iPad.  I am using the Vudu app and have many movies downloaded to my iPad.  I have performed a backup of my iPad from iTunes onto my Macbook Pro.  The mobile backup files on my laptop are not nearly big enough for the 20+ movies (at lease 1/2 to1 GB each).   Because of this I do not believe iTunes has made a full backup including the movies.  I want to avoid having to re-download all the movies if/when the iPad drive fails.  I want a complete backup such as Time Machine or using some other external hard drive or app on my MacBook Pro.
    I bought a Seagate Wireless Plus 1TB Mobile Cloud Storage with Built-in WiFi Streaming (STCK1000100) external hard drive and installed the Seagate Media App.  I can, via the app on the iPad, see the device and copy to and from it.  But, it only allows access to music, movies in iTunes (not any movies in Vudu), and things like documents on my iPad.  It does not allow access to all the files inclding system files stored on the iPad.  I also tried another Seagate non wireless external drive that I connected directly to the iPad but the Seagate Media app does not communicate with or recognize the device from the iPad.
    I also bought DiskAid software that supposedly will make a complete backup of an App on a mobile device and installed it on my laptop.  I was able to make a complete backup of the Vudu app from the iPad onto my laptop, but in a test could not restore it to my iPad.  The backup file, though, was the right size, about 26 GB.  The DiskAid techs are looking into that.  I was able to use DiskAid to backup another app in a test (Hertz).  That app made a backup of the Hertz app onto my laptop, I deleted the app on my iPad, then I was able to restore it.  But right now the restore option is not working for Vudu.
    Another option would be to copy the movie files off of the iPad onto my Laptop, but the iPad does not appear in the finder window on the Laptop.
    I have about decided my MacBook Pro laptop will have to be the main repository for all the downloaded movies, since I can make a Time Machine backup of everything. 
    It is very frustrating to not be able to make a full backup of everything on my iPad.
    Anyone else have any ideas?   Apple - when are you going to provide a way to make a full backup of an iPad?

    I recommend Super Duper as well. I use it batch mode to automatically back up my iMAC every night at 2 am. It's saved my life a couple of times- once my disk crashed (under warranty)and what could have been a disaster (1000's of irreplaceable photos) was a 2 day inconvenience.
    Now and then I boot up from my backup on my firewire drive, wipe, check and reformat my internal hard disk, copy back all my files and I'm good to go

  • DPM is Only Allowing Express Full Backups For a Database Set to Full Recovery Model

    I have just transitioned my SQL backups from a server running SCDPM 2012 SP1 to a different server running 2012 R2.  All backups are working as expected except for one.  The database in question is supposed to be backuped up iwht a daily express
    full and hourly incremental schedule.  Although the database is set to full recovery model, the new DPM server says that recovery points will be created for that database based on the express full backup schedule.  I checked the logs on the old DPM
    server and the transaction log backups were working just fine up until I stopped protection the data source.  The SQL server is 2008 R2 SP2.  Other databases on the same server that are set to full recovery model are working just fine.  If we
    switch the recovery model of a database that isn't protected by DPM and then start the wizard to add it to the protection group it properly sees the difference when we flip the recovery model back and forth.  We also tried switching the recovery model
    on the failing database from full to simple and then back again, but to no avail.  Both the SQL server and the DPM server have been rebooted.  We have successfully set up transaction log backups in a SQL maintenance plan as a test, so we know the
    database is really using the full recovery model.
    Is there anything that someone knows about that can trigger a false positive for recovery model to backup type mismatches?

    I was having this same problem and appear to have found a solution.  I wanted hourly recovery points for all my SQL databases.  I was getting hourly for some but not for others.  The others were only getting a recovery point for the Full Express
    backup.  I noted that some of the databases were in simple recovery mode so I changed them to full recovery mode but that did not solve my problem.  I was still not getting the hourly recovery points.
    I found an article that seemed to indicate that SCDPM did not recognize any change in the recovery model once protection had started.  My database was in simple recovery mode when I added it (auto) to protection so even though I changed it to full recovery
    mode SCDPM continued to treat it as simple. 
    I tested this by 1) verify my db is set to full recovery, 2) back it up and restore it with a new name, 3) allow SCDPM to automatically add it to protection over night, 4) verify the next day I am getting hourly recovery points on the copy of the db. 
    It worked.  The original db was still only getting express full recovery points and the copy was getting hourly.  I suppose that if I don't want to restore a production db with an alternate name I will have to remove the db from protection, verify
    that it is set to full, and then add it back to protection.   I have not tested this yet.
    This is the article I read: 
    Article I read

  • Time Machine making full backups--not incremental

    Hi,
    I just installed Snow Leopard on my Mac Pro a couple of days ago, and have been using Time Machine to make backups (never used it before now). I have TimeMachineEditor installed, and have it set to make a backup daily at 3:30am. It backs up data from my 500GB main hard drive to another internal 500GB hard drive.
    The first backup went without a hitch, and did a full backup as expected (everything). But the second, third, and fourth backups all were full backups as well....not incremental as they should've been. The fourth one was actually a manual backup I did to test it...I chose "Back Up Now" to see if it did full or incremental. It did a full backup.
    So, after four backups, each a little over 100GB, I'm already running out of space Has anyone else run into this behaviour? Is this a consequence of TimeMachineEditor having screwed it up somehow? Even if it has, shouldn't a manual backup still do an incremental backup?
    Very strange....

    canadavenyc wrote:
    V.K. wrote:
    yes, well, if Toronto ever gets a team in any sport worth rooting for, I might stop posting on apple forums and start watching them.
    lol...well, seeing as how you'll clearly be here a while then... ...perhaps I can prevail upon you to answer one last question that just occurred to me.
    Let's say I have tons of TM snapshots on my backup drive, and at some point I want to delete a few to clear some space. I know TM automatically goes after the earliest ones when the drive fills up,
    You should know that TM also constantly thins recent backups. It keeps hourly backups for 24 hours and then deletes all but one for every day; it keeps daily backups for 30 days and then deletes all but one for every week. it keeps all weekly backups till the TM drive gets full at which point it starts deleting the oldest ones.
    but let's say I manually want to delete a few snapshots that contain, say, a massive cache file or something totally useless to keep around, which I could afford to delete and would gain me a lot more drive space.
    When I go into the TM interface to do the removal, how can I figure out which snapshots to get rid of? How would you do it?
    TM offers two options. you can delete an entire backup corresponding to a time point or it can delete all backups of a given file/folder. to do that enter TM and scroll back in time to some time point. select something and click on the "gears" action button in Finder toolbar. you'll see options "delete backup" (deletes the entire backup for that time point), and 'delete all backups of this item". deletes all backups of the selected item from all time points. I use the latter sometimes to get rid of backups of very large files.

  • Full backup of settings, actions, presets, etc.

    Time to time I have to reinstall my Photoshop. In my own computer, or work computer. Or maybe after a Windows reinstalling. And always I get the one and the same issue - settings, actions and presets in Photoshop. I forgot to backup them manually everytime I change them or make something new. And when I installed a fresh Photoshop, I have to create a new actions that I already did before, presets, and other.
    How do you think is it possible to make a full backup feature in Photoshop with automatic backup? Then when I need to restore my settings I choose one file, and all my setting being restored.

    I did a full reinstall a while back, and copied the entire Appdata folder to a USB3 pocket drive, but looking though the Photoshop CC subfolders, only Brushes had anything in it.  If using Windows, you need to enable view hidden files & folders from Explorer properties to access App Data (C:\User\your user name\App data\...
    The \Program Files\Plugins\ has shortcuts to my Topaz filters, but I chose to download the latest version and do a full install.  I also dropped an old version of Flaming Pear Flood in the same folder. (32bit)
    There's a list of CS5 file locations for Mac and Windows here (I don't know how relevant it is to later versions):
    Preference file functions, names, locations | Photoshop CS5
    Good luck and enjoy your clean lean new installation.  Just a warning that you will no doubt already be aware of...   I wanted latest versions of all the little apps I run like WinDirStat, MSI Afterburner, IrfanView, Specy, Handbreak etc. etc. and had to be beyond paranoid to avoid malware. Previously trusted sources like Cnet, Tucows etc. are now rife with downloads that want to add toolbars and mess up your system.  The worst one for me was one of those nasty advert pop up things that covers every webpage with pop ups.  I struggled to get rid of that!

Maybe you are looking for

  • Disable editing in JTable

    Hello, While building an application i found myself needed to make a doubleclick event. This is working however, not 100%. this is becouse the defoult doubleclick action (editing the table) isn't set off. i looked over the internet but found nothing

  • Importing song ratings from Music Match.

    I am new to iTunes. I am trying to switch from Music Match to iTunes in preparation for buying my 1st iPod (Nano). It seems that my song ratings from MMJB do not transfer into iTunes. Should these ratings transfer and I am just doing something wrong?

  • How to set up forwarded mail?

    I have several email addresses associated with my personal domain name that I have, that I set up on my host as forwards/aliases so I don't actually check server for mail sent to those accounts. In Apple Mail I want to be able to send out mail someti

  • Adobe writer 7 error *memory couldnt be read"

    Hi, We have a problem here adobe Acrobat writer 7.0 (standard) while converting documents as a PDF, it stuck there and throws the memery error saying acrodist.exe -application error"  the instruction at  "hexvalue" refrenced memory at "hex value". th

  • I just downloaded Safari 5.1.5 and now my homepage won't load...tells me it's an invalid URL. what's wrong?

    I just downloaded 5.1.5 and now my homepage won't load...tells me it's an invalid URL.  what's wrong?