Цитата Udar_Nick:
бесплатен в коммерческих организациях... »
|
Текст лиц. соглашения
Please, read carefully the following license agreement.
If you don't accept the terms of the agreement, please delete
immediately the software from your computer.
Cobian Backup, all it's files and documentation (the software)
is copyrighted by Luis Cobian (The author). The following terms
apply to all files associated with the software unless explicitly
disclaimed.
The author hereby grants permission to use, copy and distribute,
(but NOT sell or modify) this software and its documentation, provided
that all the original files are retained unchanged in all copies
and that this notice is included verbatim in any distributions.
No written agreement, license, or royalty fee is required to use or
distribute this software.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE
THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE AND ITS
DOCUMENTATION ARE PROVIDED ON AN "AS IS" BASIS, AND THE AUTHOR
HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
ENHANCEMENTS, OR MODIFICATIONS.
Цитата Udar_Nick:
Если только Cobian Backup делает теневую копию »
|
Делает
Скрытый текст
Volume Shadow Service
Cobian Backup can now copy files that are in exclusive use by other applications. It does so by using Volume Shadow Services, a technology that is present on Windows XP or a newer MS operative system.
What is Volume Shadow Copy Service?
VSS is a mechanism for creating consistent point-in-time copies of data known as shadow copies. The Volume Shadow Copy Service can produce consistent shadow copies by coordinating with business applications, file-system services, backup applications, fast recovery solutions, and storage hardware.
The Volume Shadow Copy Service is commonly used in the following scenarios:
Consistent backups of open files and applications: Applications that are running often keep their files open continuously. For backup, this can present a problem because this prevents backup applications from accessing and copying these files to backup media. Even if an application does not have its files open, it is possible—because of the finite time needed to open, back up, and close a file—that files copied to the backup media might not all reflect the same application state at the same point in time.
Additionally, backing up servers that are running critical applications such as databases or messaging services presents a unique challenge. These applications run in a volatile state as a result of extensive optimizations that deal with huge flows of transactions and messages. Because these applications keep their data in a constant flux between memory and disk, it is difficult to pinpoint the data that needs to be archived.
The most straightforward solution is to interrupt the application during backup, which puts the data into a stable state, but might result in unacceptable amounts of downtime, particularly if the applications are large.
For both problems, the Volume Shadow Copy Service provides a solution by enabling a snapshot of the data at a given point in time, while minimizing the interruption to applications. This can involve cooperation from the applications, so that they can notify the operating system that they are briefly quiescing their data for archival. During quiescence, applications make data on the disk consistent. For example, an application might flush its buffers to disk or write out in-memory data to disk.
Можно из командной строки
Скрытый текст
Command line
This version has dropped the special command line utility from older versions. Now you can use the application from the command line. The arguments are:
-nogui Don't start the user interface
-autoclose Close the program when the backup is done
-bu Backup all the tasks immediately
-list

ListName) start the program using the list on ListName. If the list name contains spaces, surround THE WHOLE argument between quotes.
-m Maximizes the user interface
-tasks

tasks ids) indicates the tasks to backup inmediatelly
Example: Cobian.exe "-list:C:\Program Files\List.lst" "-tasks:{A26-34-33E02},{A67-34-33E02}" -bu -nogui