Re: [CentOS] remote backup

2016-06-09 Thread m . roth
John R Pierce wrote: > On 6/9/2016 1:16 PM, m.r...@5-cent.us wrote: >> That's what "middle of the night maintenance window" is for. > > in today's 24/7 global business world, there is no middle of the night, > its midday *somewhere*. > You pick the least buy day/time. For example, when I was

Re: [CentOS] remote backup

2016-06-09 Thread Valeri Galtsev
On Thu, June 9, 2016 3:03 pm, Gordon Messmer wrote: > On 06/09/2016 11:43 AM, Valeri Galtsev wrote: >> When databases are concerned, I would never rely on a snapshot of their >> storage files. Either stop relevant daemon(s), then do fs snapshot, or >> better though do dbdump and restore databases

Re: [CentOS] remote backup

2016-06-09 Thread John R Pierce
On 6/9/2016 1:16 PM, m.r...@5-cent.us wrote: That's what "middle of the night maintenance window" is for. in today's 24/7 global business world, there is no middle of the night, its midday *somewhere*. -- john r pierce, recycling bits in santa cruz

Re: [CentOS] remote backup

2016-06-09 Thread m . roth
Gordon Messmer wrote: > On 06/09/2016 11:43 AM, Valeri Galtsev wrote: >> When databases are concerned, I would never rely on a snapshot of their >> storage files. Either stop relevant daemon(s), then do fs snapshot, or >> better though do dbdump and restore databases from dump when you need to >>

Re: [CentOS] remote backup

2016-06-09 Thread Gordon Messmer
On 06/09/2016 11:43 AM, Valeri Galtsev wrote: When databases are concerned, I would never rely on a snapshot of their storage files. Either stop relevant daemon(s), then do fs snapshot, or better though do dbdump and restore databases from dump when you need to restore it. Dumping and

Re: [CentOS] remote backup

2016-06-09 Thread Gordon Messmer
On 06/09/2016 11:14 AM, John R Pierce wrote: Rsync processes one file at a time, so if the files are being updated while its running, the differnet files will be copied at different times. This is usually fine for static archives of files and such, but unsuitable for a database server where

Re: [CentOS] remote backup

2016-06-09 Thread Gordon Messmer
On 06/09/2016 10:56 AM, Keith Keller wrote: On 2016-06-09, Gordon Messmer wrote: On 06/09/2016 08:18 AM, Alessandro Baggi wrote: How I can perform this check? Run rsync with the -c argument. Will this be very slow if Alessandro has a large number of files? OTOH if

Re: [CentOS] remote backup

2016-06-09 Thread Warren Young
On Jun 9, 2016, at 1:11 PM, John R Pierce wrote: > > filesystem level snapshots such as provided by ZFS are also very workable for > such databases, as they are point-in-time views of the filesystem. even if > transactions are in process when the snapshot is made, if its

Re: [CentOS] for loop example

2016-06-09 Thread Mike Williams
> From: Indunil Jayasooriya > > > > > > [root@centos67 loop]# cat file1 > > > firstname1 > > > firstname2 > > > > > > [root@centos67 loop]# cat file2 > > > lastname1 > > > lastname2 > > > > > > I need a OUTPUT like this > > > > > > > > > *firstname1 lastname1firstname2

Re: [CentOS] remote backup

2016-06-09 Thread John R Pierce
On 6/9/2016 11:43 AM, Valeri Galtsev wrote: When databases are concerned, I would never rely on a snapshot of their storage files. Either stop relevant daemon(s), then do fs snapshot, or better though do dbdump and restore databases from dump when you need to restore it. Also: databases usually

Re: [CentOS] remote backup

2016-06-09 Thread Valeri Galtsev
On Thu, June 9, 2016 1:14 pm, John R Pierce wrote: > where Rsync falls down, is if you need a point in time snapshot... Rsync > processes one file at a time, so if the files are being updated while > its running, the differnet files will be copied at different times. > This is usually fine for

Re: [CentOS] setting up auto logout in CentOS 6

2016-06-09 Thread Vanhorn, Mike
>So, I’ve found that if you want to enforce gconf policies for workstations, >you need to put them in /etc/gconf/gconf.xml.mandatory. I tried using that, and it still doesn’t automatically logout. In face, the value I set in gconf.xml.mandatory doesn’t seem to get noticed at all. I set them

Re: [CentOS] remote backup

2016-06-09 Thread John R Pierce
where Rsync falls down, is if you need a point in time snapshot... Rsync processes one file at a time, so if the files are being updated while its running, the differnet files will be copied at different times. This is usually fine for static archives of files and such, but unsuitable for a

Re: [CentOS] remote backup

2016-06-09 Thread Keith Keller
On 2016-06-09, Gordon Messmer wrote: > On 06/09/2016 08:18 AM, Alessandro Baggi wrote: >> How I can perform this check? > > > Run rsync with the -c argument. Will this be very slow if Alessandro has a large number of files? OTOH if he really needs to ensure integrity

Re: [CentOS] remote backup

2016-06-09 Thread Gordon Messmer
On 06/09/2016 08:18 AM, Alessandro Baggi wrote: How I can perform this check? Run rsync with the -c argument. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] remote backup

2016-06-09 Thread Alessandro Baggi
Il 07/06/2016 21:35, Keith Keller ha scritto: On 2016-06-04, Alessandro Baggi wrote: i've need to backup a partition of ~200GB with a local connection of 8/2 mbps. Tool like bacula, amanda can't help me due to low bandwidth in local server. I'm thinking rsync will

Re: [CentOS] Fwd: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL

2016-06-09 Thread Rainer Traut
Am 04.06.2016 um 00:47 schrieb James Hogarth: Since this is becoming a recurring topic as EL6, and now EL7, begin to show their age I did a write up on the options and how to use them today: https://www.hogarthuk.com/?q=node/15 Thank you very much for this. Very useful.

Re: [CentOS] setting up auto logout in CentOS 6

2016-06-09 Thread Jonathan Billings
On Jun 8, 2016, at 4:42 PM, Vanhorn, Mike wrote: > I would like to have my lab workstations logout a session after the person > has been idle for a certain period of time. After some searching on the web, > I got into > > /etc/gconf/schemas/gnome-session.schemas