Displaying 16 results from an estimated 16 matches for "dragonsdawn".
2015 Jun 17
1
Virtualization
...the system.
http://searchservervirtualization.techtarget.com/tip/Getting-a-clear-picture-on-KVM-snapshot-basics
Backups from within the guest will typically be much smaller. I'm
working on a flexible snapshot script that supports multiple storage types.
https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
2018 Sep 19
3
LVM and Backups
...own.? Bacula has snapshot support.? Alternately, my project can manage
> snapshots and handle freezing / thawing PostgreSQL services.? I think
> it's a better option than Bacula's, but either is better than
> reinventing this wheel.
>
> https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
Thank you for the suggestion.
I don't know why I considered pg_dump better then filesystem backup. At
this moment I pre...
2010 Jul 20
1
nss_pam against centos-ds fails for non-root users
Hi all,
I'm new to LDAP and want to use nss_ldap (version 253) against a centos
directory server (version 8.1.0) running on the same host. The great
mystery is, that as root everything works find, but as any other local
user, it does not:
root$ getent passwd
[...]
ldap:x:55:55:LDAP User:/var/lib/ldap:/bin/false
ns:*:4000:4000:Nicolai Stange:/home/ns:/bin/bash
root$ su some_local_user -
2018 Sep 18
2
LVM and Backups
Il 17/09/2018 22:12, Gordon Messmer ha scritto:
> On 9/17/18 7:50 AM, Alessandro Baggi wrote:
>> Running a backup I follow this steps:
>>
>> 1) Stop httpd
>> 2) Create lvm snapshot on the dataset
>> 3) Backup database
>> 4) restart httpd (to avoid more downtime)
>> 5) mount the snapshot and execute backup
>> 6) umount and remove the snapshot
2015 Nov 10
3
Rsync and differential Backups
...need guaranteed-complete filesystem-level snapshots, you need to be using something at the kernel level that can atomically collect the set of modified blocks/files, rather than something that crawls the tree in user space.
Generally, I agree with you. In fact:
https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
https://github.com/rsnapshot/rsnapshot/pull/44
Doing block-level differentials is nice, if you're using ZFS. But not
everyone wants to run ZFS on Linux. I do think that backing up
snapshots is important, though.
2015 Nov 19
6
C7: How to configure raid at install time
Hi all!
I'm still on C6. I'm using a RAID1 configuration (Linux software RAID)
and I'd like to either use the same one, or possibly configure it on
new drives (larger) when I upgrade to C7. (I'm really feeling the need
to move off C6.)
But it isn't at all obvious how one would do a new RAID1 setup in
Anaconda, and I don't find any user reports or other info on this
in the
2015 Jun 17
2
Virtualization
yep, but still lack critical features :) like livebackup.
2015-06-17 12:26 GMT+03:00 Leon Fauster <leonfauster at googlemail.com>:
> Am 17.06.2015 um 11:17 schrieb Eero Volotinen <eero.volotinen at iki.fi>:
> > It's so sad that centos is using very old versio on kvm
> > and due that fact live backup without downtime is not possible.
>
>
> just some
2015 Jun 24
0
LVM hatred, was Re: /boot on a separate partition?
...ding databases. For example, with MySQL, you can freeze and flush
> all the databases, snapshot the LV, and release the freeze.
Exactly. And I mention this from time to time... I'm working on
infrastructure to make that more common and more consistent:
https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
If you're interested in testing or development (or even advocacy), I'd
love to have more people contributing.
> That also avoids the access-time churn (for backup programs that
> don't know O_NOATIME, like any that use rsync).
Yes, though rsync based systems are usual...
2015 Nov 10
0
Rsync and differential Backups
...napshots, you
>> need to be using something at the kernel level that can
>> atomically collect the set of modified blocks/files, rather than
>> something that crawls the tree in user space.
>
> Generally, I agree with you. In fact:
> https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
> https://github.com/rsnapshot/rsnapshot/pull/44
>
> Doing block-level differentials is nice, if you're using ZFS. But
> not everyone wants to run ZFS on Linux. I do think that backing
> up snapshots is important, though.
>
> __________________________________...
2018 Sep 18
0
LVM and Backups
...ather than rolling your
own.? Bacula has snapshot support.? Alternately, my project can manage
snapshots and handle freezing / thawing PostgreSQL services.? I think
it's a better option than Bacula's, but either is better than
reinventing this wheel.
https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
2018 Sep 19
0
[Marketing Mail] Re: LVM and Backups
...ly, my project can
> > manage?
> > snapshots and handle freezing / thawing PostgreSQL services.? I
> > think?
> > it's a better option than Bacula's, but either is better than?
> > reinventing this wheel.
> >
> > https://bitbucket.org/gordonmessmer/dragonsdawn-snapshot
> >
> > _______________________________________________
> > CentOS mailing list
> > CentOS at centos.org
> > https://lists.centos.org/mailman/listinfo/centos
>
> Thank you for the suggestion.
>
> I don't know why I considered pg_dump better...
2016 Jun 09
4
remote backup
On 2016-06-09, Gordon Messmer <gordon.messmer at gmail.com> 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 there likely isn't a better
option.
--keith
--
kkeller at
2011 Jun 13
2
Slightly OT: First Time KVM and LVM on Centos
Greetings -
I am a novice system administrator and will soon be purchasing a new server
to replacing an aging file server for my company. I am considering setting
up the new server as a KVM host with two guests; one guest as the Samba file
server and a second guest as a testing area. My old server was set up about
7 years ago and has a 5 disk raid 5 configuration without LVM. I understand
2015 Nov 10
4
Rsync and differential Backups
On 11/09/2015 09:22 PM, Arun Khan wrote:
> You can use "newer" options of the find command and pass the file list
> to rsync or scp to "backup" only those files that have changed since
> the last run. You can keep a file like .lastbackup and timestamp it
> (touch) at the start of the backup process. Next backup you compare
> the current timestamp with the
2015 Jun 24
4
LVM hatred, was Re: /boot on a separate partition?
Once upon a time, m.roth at 5-cent.us <m.roth at 5-cent.us> said:
> Here's a question: all of the arguments you're giving have to do with VMs.
> Do you have some for straight-on-the-server, non-VM cases?
I've used LVM on servers with hot-swap drives to migrate to new storage
without downtime a number of times. Add new drives to the system,
configure RAID (software or
2015 Nov 13
4
Rsync and differential Backups
On 11/13/2015 01:46 AM, J Martin Rushton wrote:
> If you really_need_ the guarantee of a snapshot, consider either LVM
> or RAID1. Break out a volume from the RAID set, back it up, then
> rebuild.
FFS, don't do the latter. LVM is the standard filesystem backing for
Red Hat and CentOS systems, and fully supports consistent snapshots
without doing half-ass shit like breaking a RAID