|
Solution Search:
|
Related Best Practices
How to implement snapshots
(RPOs) by supporting more frequent recovery points. When properly implemented, snapshot data can be used to restore lost files or recover from more substantial data loss. Features like data deduplication are also appearing in snapshots to reduce disk storage requirements, allowing for many more snapshots and longer retention periods. Below are a series...
More...
How to implement disk-to-disk backups
as backup targets. Storage space is finite, which can limit the allowable retention period for data. Data reduction technologies like data deduplication and delta differencing can dramatically extend the effective storage capacity. Also, indexing and search are can be valuable when rapid file organization and location are needed. Below are a series of best...
More...
How to improve tape backup performance and reliability
to the tape system. This approach allows all of the server's processing power to focus on moving backup data rather than creating the backup and moving data at the same time.
Use data reduction technologies to shrink the backup task Data reduction techniques like data deduplication, conventional compression and delta differencing to reduce the amount of data that... More... FAQ's
What are the drawbacks of using a virtual tape library (VTL) for data deduplication?
for data deduplication? There are really no alternatives for disk-based backup outside of backup software options. For example, Symantec has PureDisk that offers a data deduplication function at the client. IBM is soon to release a similar function in its software product. Other products like Avamar or...
More...
Is there a similar performance impact, or any impact at all, when restoring deduplicated data?
It really depends on how the index is constructed and how the data is laid out on the back-end disk. As long as the index can remain in memory, it can continue to process and find data as it's reconstructed.
The problem that begins to emerge is two-fold. First off, if you have backups going on at the same... More...
Tape Encryption FAQ
appliances that you put between your backup server or the source of your backup data and the target, which is your tape device. So, that is another form of encryption.
And of course, probably the most ancient form of encryption, is software level encryption. This encrypts your data at the server level or the backup... More... |