RonJohn2

Results 4 comments of RonJohn2

> find /var/lib/pgbackrest/archive/ -type f -printf '%TY-%Tm-%Td %s\n' | awk '{b[$1]+=$2} END{for (date in b) print date, b[date]/1024^2, "MiB"}' | sort This is helpful. (Note that the -printf clause doesn't...

On 12/20/18 11:06 AM, David Steele wrote: > > Believe it or not, this is a bit harder than it sounds. Since there's no > overall manifest each file needs...

@Ryo51289 the pg_bulkload SKIP option lets you bypass the those pesky lines.

> set the full retention to what you what to keep. Hmm. I want to keep as many as 90% of the disk will hold.