1
Suppose I have a machine with 10GB
free disk space, and I have a backup script from a database postgresql
, that when run, it backs up locally and just after finished, copies to another remote server.
The problem is this, when the backup reaches a size equal to or greater than 10GB
, will lack disk space and soon will give problem in everything that runs on this machine.
Question: using the pg_dump
and instead of backing up locally, already back up by pointing to another machine through the option -h
, even if the total backup size is greater than 10GB
, buffer size will be enough not to lock the machine in matter of space?
This question belongs to the Databasedministrators
– dcastro
@dcastro http://meta.pt.stackoverflow.com/questions/1/aqui-no-o-stackoverflow-com
– MurifoX
@star
Áreas relacionadas ao dia a dia de programadores, como **administração de sistemas**
. If a backup question is not part of the day-to-day life of a programmer, I withdraw all my arguments. kthxbay– MurifoX
However, there is a reason to close titled "this question is not about programming". In my opinion, this is not the right place for such questions, and there are better and more appropriate places. "kthxbay"? Don’t need to be upset.
– dcastro
The question is relevant and is within the scope of the "Stack Overflow" since there is no equivalent site in English.
– jean
@Jean I even agree with the reason presented by Murifox, but "since there is no equivalent site in Portuguese." It is not valid. Nor is there a Portuguese version of Physics Stackexchange, You’re gonna start asking physics questions here?
– dcastro
I believe the scope of this site is IT, Engineering and Software Development. If it’s about backing up a database to a Physics system yes!
– jean
I don’t want to go into too much detail, so if you need to continue discussing this, please open a discussion at the finish line. But although the site is not yet with every definition determined and the proper tools, the site is about software development. In principle, no more, no less. What is part of this is still being determined. Some cases are obvious, others are not: http://meta.pt.stackoverflow.com/questions/264/quais-assuntos-devem-fazer-parte-do-nosso-foco-on-topic
– Maniero