answersLogoWhite

0

You could manually save a separate copy of your document using the "Save As" command. Or you could automate the process by enabling the "Auto-Recovery" feature. Or, enable the "Always create backup copy" feature within the Advanced options.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you create a backup disc for ps2 singstar?

It's just another way of asking how to copy a game


Enter the command to copy the document invoicedoc to the backup folder in the current directory?

copy invoice.doc backup\


Where can you get a copy of windows backup software?

Windows has a built-in backup feature. When you first purchase your machine you should immediately make a backup using the backup utility program and keep this in a safe place. If you have not done this, there is a feature called create and restore which will backup your computer to the last restore point. This is not a complete backup but it is helpful.


What would allow you to recover data if a computer is stolen?

If you have a backup copy somewhere, you can recover data from that backup copy. Obviously the backup must have been made BEFORE the computer was stolen. It also helps to make those backup copies regularly, so you don't lose much data. Otherwise - if you didn't do a recent backup - you can't do anything.


How do you get a itune to your iPod from the purchased section on iTunes?

Try burning a backup copy of your music and ripping the backup copy to your computer.


What does Backup and recovery refers to techniques used to?

"Backup" refers to making a copy of your important data. This is done because the data may be changed, or damaged."Recovery" means that you get an older copy of your data back, from the backup copy.


Would there be a copyright violation if you have purchased Adobe premier loaded it on you computer and made a backup copy and your friend borrows the backup disk and loads it on his computer.?

yes


How many Types of backup?

Five type of backup they are :1. Normal backup - It copy all the files marked in to be backup2. Incremental backup - only those files that have been created or changed since last incremental or normal backup.3. Decremental backup - The only copies files that have been created or changed since the last normal or incremental backup4.copy backup - It copy all the files u have selected5. Daily backup - It copy all the files u have selected that have been modified on the day


A duplicate copy of important files you need is called an?

A backup copy.


How do you backup files on a PC?

You would right click on the file and select 'copy'. Then select the path where you want the copy to reside; such as a removable hard drive.


How is an external hardrive used as backup computer storage?

You can copy data to an external hard drive to create a backup of files on your computer. The simplest option is to drag and drop from your computer to the external drive so that you have a copy. Backup software such as Apple's Time Machine does that automatically and can also keep track of different versions of a file so that you can undo accidental changes.


How do you write script to backup a data in unix?

A script may contain any commands that process a certain sequence of instructions. For backups you would include any or all commands to create backup files or archive files of what needs to be backed up. From the backup copy or archive copy you can transfer the information to a secondary media type. For that purpose you would need the commands to copy the information from one media to another. Writing a shell script to do anything is simple as long as you know what commands you intend to execute and the sequence. Backups are not any more complicated than running individual commands to do something.