Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-29, 10:17:03

Author Topic: Duplicity Backup  (Read 10080 times)

0 Members and 1 Guest are viewing this topic.

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Duplicity Backup
« on: 2013-01-30, 21:30:46 »
I found in your repository MRatWork Duplicity Backup. Can you write how you are using? And the problem solved 'duplicity.backends.giobackend Failed: No module named gio'?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Duplicity Backup
« Reply #1 on: 2013-01-30, 21:48:24 »
Sorry, what the meaning 'duplicity backup' and 'repository'?
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Duplicity Backup
« Reply #2 on: 2013-01-30, 22:25:05 »
Quote from: "MRatWork"
Sorry, what the meaning 'duplicity backup' and 'repository'?
So now you have installed the duplicity of your repository rpm.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Duplicity Backup
« Reply #3 on: 2013-01-30, 22:28:28 »
Quote from: "Viking"
Quote from: "MRatWork"
Sorry, what the meaning 'duplicity backup' and 'repository'?
So now you have installed the duplicity of your repository rpm.
Try install with 'yum install duplicity'
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Duplicity Backup
« Reply #4 on: 2013-01-30, 22:33:44 »
Quote from: "MRatWork"
Quote from: "Viking"
Quote from: "MRatWork"
Sorry, what the meaning 'duplicity backup' and 'repository'?
So now you have installed the duplicity of your repository rpm.
Try install with 'yum install duplicity'
I mean the configuration of duplicity.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Tsanten

  • Global Moderator
  • Junior Member
  • *****
  • Posts: 49
  • Karma: +0/-0
    • View Profile
Re: Duplicity Backup
« Reply #5 on: 2013-01-31, 04:02:52 »
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Duplicity Backup
« Reply #6 on: 2013-01-31, 05:16:56 »
Quote from: "tsanten"
http://duplicity.nongnu.org/docs.html
I've read and have already started the duplicity. But I thought MRatWork uses it to make backups and me some advice. Unfortunately, there is one bug that I wrote above gio and I'll find out how to fix it.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline Tsanten

  • Global Moderator
  • Junior Member
  • *****
  • Posts: 49
  • Karma: +0/-0
    • View Profile
Re: Duplicity Backup
« Reply #7 on: 2013-01-31, 05:47:56 »
Ok now i getting your point .
Keep it simple until he finish the stable release.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Duplicity Backup
« Reply #8 on: 2013-01-31, 09:11:33 »
Kloxo-MR (also Kloxo Official) not using duplicity. This package can installing because Kloxo-MR including epel repo and this package from epel.

You can see the content of /etc/yum.repos.d/kloxo-mr.repo and learn other repos including.

For example, We can install php52/php53u/php54 instead php branch. Kloxo-MR taken from ius repo and spec for this repo including inside kloxo-mr.repo.

This is content of kloxo-mr.repo when install kloxo with using from github source:
Code: [Select]
[kloxo-mr-release-core]
name=Kloxo-MR - release-core
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/kloxo/noarch/
enabled=1
gpgcheck=0

[kloxo-mr-release-noarch]
name=Kloxo-MR - release-noarch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos$releasever/noarch/
enabled=1
gpgcheck=0

[kloxo-mr-release-arch]
name=Kloxo-MR - release-$basearch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos$releasever/$basearch/
enabled=1
gpgcheck=0

[kloxo-mr-testing-core]
name=Kloxo-MR - testing-core
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/kloxo/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-noarch]
name=Kloxo-MR - testing-noarch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos$releasever/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-arch]
name=Kloxo-MR - testing-$basearch
baseurl=https://github.com/mustafaramadhan/kloxo/raw/rpms/testing/centos$releasever/$basearch/
enabled=0
gpgcheck=0

# ==================================

[kloxo-mr-centalt]
name=Kloxo-MR - centalt - $basearch
baseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/
enabled=1
gpgcheck=0
exclude=openssh*

# ==================================

[kloxo-mr-ius]
name=Kloxo-MR - IUS Community Packages for Enterprise Linux $releasever - $basearch
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/$releasever/$basearch
mirrorlist=http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el$releasever&arch=$basearch
enabled=1
gpgcheck=0

# ==================================

[kloxo-mr-epel]
name=Kloxo-MR - Extra Packages for Enterprise Linux $releasever - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/$releasever/$basearch
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch
enabled=1
gpgcheck=0

So you can see other repo (epel, ius and centalt) also included.

You can found different detail if install Kloxo-MR from potissima:
Code: [Select]
[kloxo-mr-release-neutral-noarch]
name=Kloxo-MR - release-neutral-noarch
baseurl=http://rpms.potissima.com/repo/release/neutral/noarch/
enabled=1
gpgcheck=0

[kloxo-mr-release-neutral-arch]
name=Kloxo-MR - release-neutral-$basearch
baseurl=http://rpms.potissima.com/repo/release/neutral/$basearch/
enabled=1
gpgcheck=0

[kloxo-mr-release-version-noarch]
name=Kloxo-MR - release-version-noarch
baseurl=http://rpms.potissima.com/repo/release/centos$releasever/noarch/
enabled=1
gpgcheck=0
exclude=*-toaster djbdns

[kloxo-mr-release-version-arch]
name=Kloxo-MR - release-version-$basearch
baseurl=http://rpms.potissima.com/repo/release/centos$releasever/$basearch/
enabled=1
gpgcheck=0
exclude=*-toaster djbdns

[kloxo-mr-testing-neutral-noarch]
name=Kloxo-MR - testing-neutral-noarch
baseurl=http://rpms.potissima.com/repo/testing/neutral/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-neutral-arch]
name=Kloxo-MR - testing-neutral-$basearch
baseurl=http://rpms.potissima.com/repo/testing/neutral/$basearch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-version-noarch]
name=Kloxo-MR - testing-version-noarch
baseurl=http://rpms.potissima.com/repo/testing/centos$releasever/noarch/
enabled=0
gpgcheck=0

[kloxo-mr-testing-version-arch]
name=Kloxo-MR - testing-version-$basearch
baseurl=http://rpms.potissima.com/repo/testing/centos$releasever/$basearch/
enabled=0
gpgcheck=0

[kloxo-mr-srpms]
name=Kloxo-MR - srpms
baseurl=http://rpms.potissima.com/repo/SRPMS/
enabled=0
gpgcheck=0

# ==================================

[kloxo-mr-lxcenter]
name=Kloxo-MR - lxcenter - $basearch
baseurl=http://download.lxcenter.org/download/update/centos-$releasever/$basearch/
enabled=1
gpgcheck=0
includepkgs=vpopmail qmail spamassasin *-toaster djbdns

# ==================================

[kloxo-mr-centalt]
name=Kloxo-MR - centalt - $basearch
baseurl=http://centos.alt.ru/repository/centos/$releasever/$basearch/
enabled=1
gpgcheck=0
exclude=openssh*

# ==================================

[kloxo-mr-ius]
name=Kloxo-MR - IUS Community Packages for Enterprise Linux $releasever - $basearch
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/$releasever/$basearch
mirrorlist=http://dmirr.iuscommunity.org/mirrorlist/?repo=ius-el$releasever&arch=$basearch
enabled=1
gpgcheck=0

# ==================================

[kloxo-mr-epel]
name=Kloxo-MR - Extra Packages for Enterprise Linux $releasever - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/$releasever/$basearch
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch
enabled=1
gpgcheck=0

# ==================================

# for varnish
[kloxo-mr-varnish-3.0]
name=Kloxo-MR - Varnish 3.0 for Enterprise Linux $releasever - $basearch
baseurl=http://repo.varnish-cache.org/redhat/varnish-3.0/el$releasever/$basearch
enabled=1
gpgcheck=0

# ==================================

# for hiawatha
[kloxo-mr-centosec]
name=Kloxo-MR - CentOS $releasever Packages from CentOS.EC
baseurl=http://centos$releasever.ecualinux.com/$basearch
enabled=1
gpgcheck=0

# ==================================

# for nginx-stable
[kloxo-mr-nginx]
name=Kloxo-MR - nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Duplicity Backup
« Reply #9 on: 2013-01-31, 09:13:55 »
In Final release, we will be only have 1 kloxo-mr.repo content where potissima as mirror of github.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Viking

  • Senior Member
  • *
  • Posts: 315
  • Karma: +0/-0
    • View Profile
Re: Duplicity Backup
« Reply #10 on: 2013-01-31, 20:38:35 »
@MRatWork I meant is that duplicity and duply is a good tool to make incremental automatic backup. I just need to properly configure it. Even though one could be added to the Kloxo-MR.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Duplicity Backup
« Reply #11 on: 2013-01-31, 21:53:55 »
Quote from: "Viking"
@MRatWork I meant is that duplicity and duply is a good tool to make incremental automatic backup. I just need to properly configure it. Even though one could be added to the Kloxo-MR.
I have a plan to modified backup with incremental. I hope ready on 6.5.1.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.049 seconds with 21 queries.

web stats analysis