项目作者: vicentebolea

项目描述 :
Duplicity + SystemD
高级语言: Shell
项目地址: git://github.com/vicentebolea/duplicaton.git
创建时间: 2019-12-17T16:42:40Z
项目社区:https://github.com/vicentebolea/duplicaton

开源协议:MIT License

下载


" class="reference-link">DUPLICATON

Attempt to automatize duplicity backups for laptops (now with systemD)

How to install

Find out the partition UUID of your USB stick (or any other block device).

  1. sudo lsblk -o name,mountpoint,label,size,uuid
  2. NAME MOUNTPOINT LABEL SIZE UUID
  3. sdb 931.5G
  4. └─sdb1 /run/media/backup backup 931.5G XXXYYY
  1. autoreconf -i
  2. ./configure UUID=XXXYYY
  3. sudo make install

Configure it

Modify /etc/duplicaton.conf such as:

  1. + /etc
  2. + /usr/local
  3. + /var/lib/rpm/
  4. + /var/adm/
  5. + /var/mail/
  6. - /var/lib
  7. - **

How to use it

  1. Just plug your USB stick (or whatever other device).
  2. Force backup by sudo systemctl start duplicaton.service

AUTHORS