|
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
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 must be backed up. Smaller backups will execute faster, resulting in a shorter backup... More... FAQ's
How about when doing target data deduplication on the virtual tape library (VTL) or backup appliance? Is there a similar performance impact?
has a little bit different performance impact. The knock on target-based data deduplication is that you aren't really reducing the amount of data you are sending over the network. So you are still sending the full amount of data over the network every time you do a backup. You are reducing the amount of data...
More...
There were early concerns about scalability. Have manufacturers largely dealt with those concerns, or do scalability issues still remain?
take a look at how the product is architected, how to manage performance and scalability, and even data destruction on the back end. How does the product remove expired data from the index? How is the index rebuilt over time? How do you add more capacity? It really becomes a much more complex proposition at the...
More...
Are there any alternatives to server-free backup that address the same problems?
no. It was the only way to do large server backups. However, the advent of CDP and near-CDP has created real alternatives to server-free backup. And, I think the large ISVs are agreeing with that. Many, if not most, of them have either acquired CDP technology or they are writing it themselves.
With a large server, I don... More... |