Answer the question
In order to leave comments, you need to log in
How to reduce the size of a differential backup?
There is a database, .mdf size - 23GB
In the server settings there is a checkbox "compress backups" A task is configured to upload
a backup via an SQL query:
BACKUP DATABASE @BaseName
TO DISK = @BackUpFileName
WITH NOFORMAT, NOINIT,
NAME = @BackUpBaseName,
SKIP, REWIND, NOUNLOAD, COMPRESSION, STATS = 10
Answer the question
In order to leave comments, you need to log in
Optimize your 1C database, first using the configurator, and then using MS SQL. Compress the database file by file, optimally configuring each of them. For more information, enrich the Internet (there are many such guides).
Do a full backup at 6:00 and the differentials will be reduced many, many times over.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question