Пакет: backuppc (4.4.0-3)
Ссылки для backuppc
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код backuppc:
Сопровождающие:
- Debian BackupPC Team (Страница КК)
- Tobias Frost (Страница КК)
- Axel Beckert (Страница КК)
- Jonathan Wiltshire (Страница КК)
Внешние ресурсы:
- Сайт [backuppc.github.io]
Подобные пакеты:
high-performance, enterprise-grade system for backing up PCs
BackupPC is disk based and not tape based. This particularity allows features not found in any other backup solution:
* Clever pooling scheme minimizes disk storage and disk I/O. Identical files across multiple backups of the same or different PC are stored only once resulting in substantial savings in disk storage and disk writes. Also known as "data deduplication". * Optional compression provides additional reductions in storage. CPU impact of compression is low since only new files (those not already in the pool) need to be compressed. * A powerful http/cgi user interface allows administrators to view log files, configuration, current status and allows users to initiate and cancel backups and browse and restore files from backups very quickly. * No client-side software is needed. On WinXX the smb protocol is used. On Linux or Unix clients, rsync or tar (over ssh/rsh/nfs) can be used * Flexible restore options. Single files can be downloaded from any backup directly from the CGI interface. Zip or Tar archives for selected files or directories can also be downloaded from the CGI interface. * BackupPC supports mobile environments where laptops are only intermittently connected to the network and have dynamic IP addresses (DHCP). * Flexible configuration parameters allow multiple backups to be performed in parallel. * and more to discover in the manual...
If you intent to backup Linux/Unix/macOS hosts, you'll typically need the recommended packages backup-rsync and openssh-client installed on the server side and the normal rsync package on the client side.
A less performant alternative is using tar over SSH instead of rsync, e.g. in case of rsync server/client protocol incompatibilities.
If you intent to backup Windows hosts, you'll typically need the recommended package smbclient installed.
There is also the possibility to backup Windows hosts over SSH and rsync or tar if you have an SSH daemon installed on the Windows host, e.g. via Cygwin or Windows subsystem for Linux (WSL). In that case the same packages as with Linux/Unix/macOS are needed.
Другие пакеты, относящиеся к backuppc
|
|
|
|
-
- dep: init-system-helpers (>= 1.54~)
- вспомогательные инструменты для всех систем инициализации
-
- dep: adduser
- добавление и удаление пользователей и групп
-
- dep: apache2
- HTTP-сервер Apache
- или httpd
- виртуальный пакет, предоставляемый apache2, lighttpd, micro-httpd, mini-httpd, nginx-core, nginx-extras, nginx-full, nginx-light, ocsigenserver, tntnet, webfs, yaws
-
- dep: apache2-utils
- HTTP-сервер Apache (утилиты для веб-серверов)
-
- dep: backuppc-rsync (>= 3.1.3)
- patched rsync for BackupPC version 4
-
- dep: bzip2
- сжатие файлов по алгоритму Барроуза—Уилера (программы)
-
- dep: debconf (>= 0.5)
- система настройки пакетов Debian
- или debconf-2.0
- виртуальный пакет, предоставляемый cdebconf, cdebconf-udeb, debconf
-
- dep: default-mta
- виртуальный пакет, предоставляемый exim4-daemon-light
- или exim4
- метапакет для упрощения установки Exim MTA (v4)
- или mail-transport-agent
- виртуальный пакет, предоставляемый courier-mta, dma, esmtp-run, exim4-daemon-heavy, exim4-daemon-light, msmtp-mta, nullmailer, opensmtpd, postfix, sendmail-bin, ssmtp
-
- dep: iputils-ping
- инструменты для проверки достижимости узлов в сети
- или inetutils-ping
- ICMP echo tool
-
- dep: libarchive-zip-perl
- Perl module for manipulation of ZIP archives
-
- dep: libbackuppc-xs-perl (>= 0.62)
- Perl module with C backend for BackupPC 4
-
- dep: libc6 (>= 2.1.3) [i386]
- библиотека GNU C: динамически подключаемые библиотеки
также виртуальный пакет, предоставляемый libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.2) [mips64el, mipsel, s390x]
- dep: libc6 (>= 2.2.5) [amd64]
- dep: libc6 (>= 2.4) [armel, armhf]
-
- dep: libcgi-pm-perl
- module for Common Gateway Interface applications
-
- dep: libdigest-md5-perl
- Пакет недоступен
-
- dep: libfile-listing-perl
- module to parse directory listings
-
- dep: libio-compress-perl
- bundle of IO::Compress modules
- или libcompress-zlib-perl
- Пакет недоступен
-
- dep: libtime-parsedate-perl
- collection of Perl modules for time/date manipulation
-
- dep: lsb-base
- основа для сценариев инициализации - Linux Standard Base
-
- dep: perl
- практический язык Ларри Уолла для извлечения данных и составления отчётов
-
- dep: ucf
- Update Configuration File(s): сохраняет пользовательские изменения в файлах настройки
-
- rec: libio-dirent-perl
- Perl module for accessing dirent structs returned by readdir
-
- rec: openssh-client
- клиент протокола SSH, для защищённого удалённого доступа
- или ssh-client
- виртуальный пакет, предоставляемый openssh-client
-
- rec: rrdtool
- time-series data storage and display system (programs)
-
- rec: samba-common-bin
- общие файлы для клиента и сервера Samba
-
- rec: smbclient
- утилиты командной строки для работы с SMB/CIFS
-
- sug: certbot
- automatically configure HTTPS using Let's Encrypt
- или acme-tiny
- letsencrypt tiny Python client
- или acmetool
- automatic certificate acquisition tool for Let's Encrypt
- или dehydrated
- ACME client implemented in Bash
- или lacme
- ACME client written with process isolation and minimal privileges in mind
- или lecm
- Let's Encrypt Certificate Manager
- или lego
- Let's Encrypt client
-
- sug: libscgi-perl
- SCGI server library for perl
-
- sug: par2
- PAR 2.0 compatible file verification and repair tool
-
- sug: rsync
- инструмент для быстрого копирования файлов с удалённых машин
-
- sug: w3m
- WWW browsable pager with excellent tables/frames support
- или www-browser
- виртуальный пакет, предоставляемый chromium, dillo, edbrowse, elinks, epiphany-browser, falkon, firefox-esr, hv3, konqueror, links, links2, lynx, midori, netrik, netsurf-fb, netsurf-gtk, qutebrowser, sugar-browse-activity, surf, w3m, xemacs21-mule, xemacs21-mule-canna-wnn, xemacs21-nomule
Загрузка backuppc
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
amd64 | 565,4 Кб | 3 183,0 Кб | [список файлов] |
arm64 | 565,4 Кб | 3 175,0 Кб | [список файлов] |
armel | 565,2 Кб | 3 175,0 Кб | [список файлов] |
armhf | 565,2 Кб | 3 175,0 Кб | [список файлов] |
i386 | 565,5 Кб | 3 183,0 Кб | [список файлов] |
mips64el | 565,5 Кб | 3 176,0 Кб | [список файлов] |
mipsel | 565,4 Кб | 3 175,0 Кб | [список файлов] |
ppc64el | 565,6 Кб | 3 236,0 Кб | [список файлов] |
s390x | 565,3 Кб | 3 175,0 Кб | [список файлов] |