Quantcast
Channel: Software Communities: Message List - LiteSpeed for SQL Server
Viewing all articles
Browse latest Browse all 150

Re: Does LiteSpeed supports Partial Backups

$
0
0

Here's the modified reply:

 

We support Partial backups via scripting. Simply add the @read_write_filegroups parameter to the backup statement.

 

For example:

execmaster..xp_backup_database @database='foo', @filename='c:\foo.bkp', @read_write_filegroups=1

 

You could also have a look at Fast Compression as it will only back up database changes using differential backups, preventing the redundant backup of unchanged data.

 

 

Thanks.

 

--

David


Viewing all articles
Browse latest Browse all 150

Trending Articles