Re: [GENERAL] Use tar to online backup has an error

2015-09-24 Thread maxiangqian
Hi I got it. Thanks for your kindly support!!! Thank you very much. 2015-09-24 22:18 GMT+08:00 David Steele : > On 9/24/15 10:15 AM, Stephen Frost wrote: > >> * David Steele (da...@pgmasters.net) wrote: >> >>> It's actually perfectly normal for files to disappear during a >>> backup, even whe

Re: [GENERAL] Use tar to online backup has an error

2015-09-24 Thread David Steele
On 9/24/15 10:15 AM, Stephen Frost wrote: * David Steele (da...@pgmasters.net) wrote: It's actually perfectly normal for files to disappear during a backup, even when pg_start_backup() is called first (never perform file-level backup with calling pg_start_backup()). The database *without* cal

Re: [GENERAL] Use tar to online backup has an error

2015-09-24 Thread Stephen Frost
* David Steele (da...@pgmasters.net) wrote: > It's actually perfectly normal for files to disappear during a > backup, even when pg_start_backup() is called first (never perform > file-level backup with calling pg_start_backup()). The database *without* calling pg_start_backup, you mean. :) > Al

Re: [GENERAL] Use tar to online backup has an error

2015-09-24 Thread David Steele
On 9/24/15 9:29 AM, Yves Dorfsman wrote: On 2015-09-24 03:55, maxiangqian wrote: /bin/tar: /data/test/PG_9.0_201008051/20001/2451: Cannot stat: No such file or directory /bin/tar: Error exit delayed from previous errors and /data/test/PG_9.0_201008051/20001/2451 file is not exist.

Re: [GENERAL] Use tar to online backup has an error

2015-09-24 Thread Yves Dorfsman
On 2015-09-24 03:55, maxiangqian wrote: > when I use tar to online backup ,It has an error: > > /bin/tar: Removing leading `/' from member names This is not an error, more like a warning. GNU tar doesn't not store the full path in the tar file, but a relative path, as full paths are considered

[GENERAL] Use tar to online backup has an error

2015-09-24 Thread maxiangqian
Hi, when I use tar to online backup ,It has an error: /bin/tar: Removing leading `/' from member names /bin/tar: /data/test/PG_9.0_201008051/20001/2451: Cannot stat: No such file or directory /bin/tar: Error exit delayed from previous errors and /data/test/PG_9.0_201008051/20001/24500