Skip to content

Commit 8ccefee

Browse files
committed
Added detail on backup compression flag
1 parent 4e23452 commit 8ccefee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/backup-restore/online-backup.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ If <database> is "*", `neo4j-admin` will attempt to back up all databases of the
121121
|
122122

123123
|--compress[=true\|false]
124-
|Request backup artifact to be compressed. If disabled, backup artifact creation is faster but
125-
the size of the produced artifact will be approximately equal to the size of backed-up database.
124+
|Request backup artifact to be compressed. Compression can yield a backup artifact many times smaller but the exact reduction depends upon many factors including the database format and kind of data stored. If disabled the size of the produced artifact will be approximately equal to the size of backed-up database. Speed of the backup operation is effected by compression, but which is faster depends upon the relative performance of CPU and storage. If backup speed is important, consider evaluating both options - with compression enabled and disabled.
126125
|true
127126

128127
| --expand-commands

0 commit comments

Comments
 (0)