A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/orgrim/pg_back/commit/6c5e8a4658ca1232a1dddaa917d043d41c8b65e8 below:

typos, spelling, points · orgrim/pg_back@6c5e8a4 · GitHub

@@ -42,15 +42,15 @@ with_templates = false

42 42

format = custom

43 43 44 44

# When the format is directory, number of parallel jobs to dumps (-j

45 -

# option of pg_dump)

45 +

# option of pg_dump).

46 46

parallel_backup_jobs = 1

47 47 48 48

# When using a compressed binary format, e.g. custom or directory, adjust the

49 49

# compression level between 0 and 9. Use -1 to keep the default level of pg_dump.

50 50

compress_level = -1

51 51 52 -

# Compute checksum a checksum file for each dump that can be checked

53 -

# by the corresponding shaXsum -c command. Possible values are none to

52 +

# Compute a checksum for each file in the dumps. It can be checked

53 +

# by the corresponding shaXsum -c command. Possible values are: none to

54 54

# disable checksums, sha1, sha224, sha256, sha384, and sha512.

55 55

checksum_algorithm = none

56 56

@@ -61,23 +61,23 @@ encrypt = false

61 61

# environment variable can be used alternatively.

62 62

cipher_pass =

63 63 64 -

# Keep orignal files after encrypting them.

64 +

# Keep original files after encrypting them.

65 65

encrypt_keep_source = false

66 66 67 67

# Purge dumps older than this number of days. If the interval has to

68 68

# be shorter than one day, use a duration with units, h for hours, m

69 69

# for minutes, s for seconds, us for microseconds or ns for

70 -

# nanoseconds, ex. 1h30m24s.

70 +

# nanoseconds, e.g. 1h30m24s.

71 71

purge_older_than = 30

72 72 73 73

# When purging older dumps, always keep this minimum number of

74 -

# dumps. The default is 0, even if purge_older_than is 0 the dumps of

75 -

# the current run are kept, if one wants to remove all dumps and not

74 +

# dumps. The default is 0. Even if purge_older_than is 0 the dumps of

75 +

# the current run are kept. To remove all dumps and not

76 76

# keep anything, for example to just test for data corruption, then

77 77

# purge_older_than shall be a negative duration.

78 78

purge_min_keep = 0

79 79 80 -

# Number of pg_dump commands to run concurrently

80 +

# Number of pg_dump commands to run concurrently.

81 81

jobs = 1

82 82 83 83

# inject these options to pg_dump

@@ -86,11 +86,11 @@ pg_dump_options =

86 86

# When dumping from a hot standby server, wait for exclusive locks to

87 87

# be released within this number of seconds. Abort if exclusive locks

88 88

# are still held. If a exclusive lock is granted and replication is

89 -

# paused, the lock is held until to replication is resumed, causing

89 +

# paused, the lock is held until the replication is resumed, causing

90 90

# pg_dump to wait forever.

91 91

pause_timeout = 3600

92 92 93 -

# Commands to execute before dumping and after. The post-backup

93 +

# Commands to execute before and after dumping. The post-backup

94 94

# command is always executed even in case of failure.

95 95

pre_backup_hook =

96 96

post_backup_hook =

@@ -100,7 +100,7 @@ post_backup_hook =

100 100

upload = none

101 101 102 102

# Purge remote files. When uploading to a remote location, purge the remote

103 -

# files with the same rules as the local directory

103 +

# files with the same rules as the local directory.

104 104

# purge_remote = false

105 105 106 106

# AWS S3 Access information. Region and Bucket are mandatory. If no credential

@@ -149,7 +149,7 @@ upload = none

149 149

# azure_key =

150 150 151 151

# # Per database options. Use a ini section named the same as the

152 -

# # database. These options take precedence over the global values

152 +

# # database. These options take precedence over the global values.

153 153

# [dbname]

154 154 155 155

# format =

@@ -161,7 +161,7 @@ upload = none

161 161 162 162

# # List of schemas and tables to dump or exlude from the dump.

163 163

# # Inclusion and exclusion rules of pg_dump apply, as well as

164 -

# # pattern rules. Separate schema/table names with a semicolon

164 +

# # pattern rules. Separate schema/table names with a semicolon.

165 165

# schemas =

166 166

# exclude_schemas =

167 167

@@ -172,7 +172,7 @@ upload = none

172 172

# keep the default behaviour, see pg_dump -b.

173 173

# with_blobs = true

174 174 175 -

# # inject these options to pg_dump. Use an empty value to cancel the

176 -

# # global value of pg_dump_options

175 +

# # inject these options to pg_dump. Use an empty value to override the

176 +

# # global value of pg_dump_options.

177 177

# pg_dump_options =

178 178

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4