| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: rdiff-backup | Distribution: SUSE Linux Enterprise 16 |
| Version: 2.2.6 | Vendor: openSUSE |
| Release: bp160.1.12 | Build date: Wed Feb 7 17:30:40 2024 |
| Group: Productivity/Archiving/Backup | Build host: reproducible |
| Size: 2492861 | Source RPM: rdiff-backup-2.2.6-bp160.1.12.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://rdiff-backup.net/ | |
| Summary: Convenient and transparent local/remote incremental mirror/backup | |
rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership, and modification times. Also, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted. Finally, rdiff-backup is easy to use and settings have sensical defaults.
GPL-2.0-or-later
* Wed Feb 07 2024 Stefan Seyfried <seife+obs@b1-systems.com>
- require python3-importlib-metadata for python < 3.8 (boo#1219652)
* Mon Sep 11 2023 Paolo Stivanin <info@paolostivanin.com>
- Update to 2.2.6:
* FIX: extended variables were not correctly written if content of file
hadn't changed and file was read-only (API 201).
* FIX: failed parsing of arguments would return code 2 for warnings
instead of 1 for errors
* FIX: quoting variables where not correctly propagated when set from
the command line (API 201).
* FIX: some new functions were needed with higher security level and
had to be sorted accordingly (API 201).
* FIX: test action would fail with empty error message when using API
201
* FIX: timezone was not always correctly calculated in countries with
historically changing DST, closes #902
* NEW: add environment variable RDIFF_BACKUP_API_VERSION to
artificially modify the API version dictionary, see the man page for
details.
* NEW: add warning that server will be called with deprecated CLI and
how to avoid the corresponding warning (see also the FAQ)
* NEW: there is now a weekly release with changelog for intermediate
testing available at
https://github.com/rdiff-backup/rdiff-backup/releases/tag/weekly
* FIX: cross-version issue with 2.0.5 complaining about KeyError
restrict_path, closes #872
* FIX: fail gracefully when connection(s) can't be setup e.g. in case
of network error, closes #868
* Thu Mar 30 2023 Petr Vorel <pvorel@suse.cz>
- Require python3-PyYAML, python3-pylibacl, python3-xattr
(the latter two were Recommends only; all are runtime dependencies).
* Mon Mar 27 2023 Dirk Müller <dmueller@suse.com>
- update to 2.2.4:
* Only very small code and documentation fixes, hopefully
really the last fix release of the stable branch 2.2, before
the development effort for v2.4 starts.
* Fri Feb 10 2023 Dirk Müller <dmueller@suse.com>
- update to 2.2.3:
* Only small code and documentation fixes and additions,
probably the last fix release of the stable branch 2.2,
before the development effort for v2.4 starts.
* That's embarrassing but the last version still had a glitch
and the sdist package `rdiff-backup-2.2.2.tar.gz` didn't
contain the pre-rendered man-pages which some packagers
requested.
* Tue Dec 20 2022 Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- Happy Holidays release v2.2.0
- Despite all these changes, rdiff-backup 2.2 remains compatible with
rdiff-backup 2.0, but you can, and are encouraged to, use the new API
using --api-version 201, enabling two additional features:
* there is at last a --help parameter
* the CLI (Command Line Interface) has been refurbished and modernized
(the old one is still present but deprecated)
* You can store your parameters in a file, one per line, and call
rdiff-backup @myfile to use them
* Verbosity levels and error codes have been standardized for clearer
interaction with the tool
* Last backup can be regressed even if it isn't failed
* Locking of repositories has been greatly improved
* Thu Sep 17 2020 Paolo Stivanin <info@paolostivanin.com>
- update to 2.0.5:
* CHG: explicitly refuse to back-up to exFAT because it doesn't
handle properly case insensitive deletion of files
* CHG: testing explicitly for existence of tempdir might make
certain setups fail now because tempdir was silently ignored
* DEV: Add a misc script to setup an ArchLinux as development
platform
* DEV: fix compatibility in rollsum and sum-size with rdiff
2.2/2.3 leading to errors in librsynctest
* DEV: function rpath.getdevnums now also returns the device
type, block or char
* DEV: replace deprecated xattr.xattr with xattr. function
* FIX: address PY_SSIZE_T deprecation warning appearing
under Python 3.8 in the C code
* FIX: avoid TypeError: a bytes-like object is required,
not 'str' when logging error message by fixing encoding
* FIX: explicitly test existence of tempdir and avoid "Can't
mix strings and bytes in path components" error
* FIX: failed on certain device files with no such file
or directory error
* FIX: Force encoding of log file to be UTF-8 on all platforms
and be lenient to avoid codec errors on logging
* Tue May 19 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 2.0.3:
changes in behaviour:
* multimedia files with extensions ogv, oga, ogm and mkv are not
compressed any more.
* return error code 2 instead of number of failed files during
repo verification to have a consistent return code (1 is any
other kind of error, 0 if everything is well), closes #338
bug fixes:
* handle include/exclude files with Windows/DOS endings
properly, closes #357
* allow backup from and to Windows shares again, closes #337
* avoid IndexError: string index out of range error when using
accentuated characters in exclude/include patterns, closes #340
* avoid test error when using librsync >= 2.2 by adding -R
rollsum to rdiff call in librsynctest, closes #304
* fail with meaningful error message on metadata mirror files
with duplicate timestamps, closes #322
* sequence of exception leading to abort when logging tuple
of bytes because of unreachable directory, closes #310
new features:
* create a new rdiff-backup-delete script which can remove a file
and all its history from a backup repository (use with care).
* add option --allow-duplicate-timestamps to only warn about
duplicate timestamps in metadata mirror files, use this option
with care and only to clean an impacted backup repository.
* Sun Mar 15 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 2.0.0:
* FIX: Add workaround to avoid error when backup directory is
under the source directory (github issue #296)
* FIX: bytestotime() should return None on decode failure
(Closes github issue #295)
* Sat Mar 14 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.9.2rc0, first rc for 2.0.0:
* FIX: UpdateError: Updated mirror temp file does not match
source, Closes github issue #237
* FIX: do not fail when starting with uid/gid equal to maximum,
avoid OverflowError on os.chown
* Sun Feb 23 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.9.1b0, third beta before 2.0.0:
* avoid double unquoting of increment file infos, closes #266
* fix some ugly bytes output in strings, closes #238
* improved hardink handling, Closes #239
* add support for SOURCE_DATE_EPOCH to override the build date
* add efficient sparse file handling
- remove all (upstreamed) patches:
* 0001-handle-sparse-files-efficiently.patch
* Hardlink.py.revised-1.4.0.patch
* compare.py-1.4.0.patch
* rdiff-backup-1.9-reproducible.diff
* Fri Feb 07 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- add rdiff-backup-1.9-reproducible.diff for reproducible build
* Sat Feb 01 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.9.0b0, second beta before 2.0.0
- remove upstreamed patches:
- 0001-add-compatibility-with-python-xattr.patch
- 0001-metadata-handle-unknown-group-ids-from-file-system.patch
* Sat Jan 25 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- remove 0001-fix-invalid-type-in-ea.read_from_rp.patch, add
0001-add-compatibility-with-python-xattr.patch as a better fix
* Fri Jan 24 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update 0001-handle-sparse-files-efficiently.patch, simplify
sparse file handling
* Thu Jan 23 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- add two python3 fixes:
- 0001-fix-invalid-type-in-ea.read_from_rp.patch
- 0001-metadata-handle-unknown-group-ids-from-file-system.patch
- replace two sparse patches rdiff-backup-1.4.0-sparsefiles.diff
and rdiff-backup-1.4.0-sparse-no-seek-in-gzip.diff with the
upstream-submitted 0001-handle-sparse-files-efficiently.patch
* Wed Jan 22 2020 Stefan Seyfried <seife+obs@b1-systems.com>
- update to version 1.4.0beta0
- port to python3
- many others fixes, see CHANGELOG
- Patches rebased:
- removed Hardlink.py.revised-patch
- removed compare.py.patch
- removed rdiff-backup-1.2.8-sparsefiles.diff
- removed rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff
- added Hardlink.py.revised-1.4.0.patch
- added compare.py-1.4.0.patch
- added rdiff-backup-1.4.0-sparsefiles.diff
- added rdiff-backup-1.4.0-sparse-no-seek-in-gzip.diff
- Patches removed (included upstream):
- rdiff-backup-fix-deprecations.diff
- rdiff-backup-dont-pick-empty-sessions.diff
- rdiff-backup-librsync-1.0.patch
- reorder spec file, get rid of conditions for pre 12.1
- remove old signature and keyring
* Mon Mar 16 2015 dimstar@opensuse.org
- Add rdiff-backup-librsync-1.0.patch: Fix build with
librsync 1.0.0.
* Fri Mar 13 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Add gpg signature
* Mon Jun 30 2014 seife+obs@b1-systems.com
- add rdiff-backup-1.2.8-sparse-no-seek-in-gzip.diff:
the sparse code makes no sense in gzip compressed case and it
triggers an IO error in gzip.py when trying to seek backwards
* Wed Apr 23 2014 hpj@urpla.net
- apply rdiff-backup-dont-pick-empty-sessions.diff:
don't take empty sessions into account, which has the potential of
removing valid backups with --remove-older-than xB, while keeping
empty/useless sessions instead
* Fri Feb 14 2014 seife+obs@b1-systems.com
- add rdiff-backup-1.2.8-sparsefiles.diff to efficiently back up
sparse files (found on rdiff-backup mailing list)
* Thu Nov 14 2013 hpj@urpla.net
- fix hardlink issue: http://savannah.nongnu.org/bugs/?26848
- apply Joe Steeles patches to resolve it:
* Hardlink.py.revised-patch
* compare.py.patch
* Fri Mar 15 2013 hpj@urpla.net
- fix os.popen2 deprecation
- add recommends for python-xattr and python-pylibacl
* Mon Feb 20 2012 boris@steki.net
- fixed building on Factory as librsync is now split into lib and devel package
* Thu Sep 03 2009 poeml@suse.de
- update to 1.2.8
New in v1.2.8:
* Improve handling of incorrect permissions on backup repository during restore
operation. Closes Ubuntu bug #329722. (Andrew Ferguson)
* Don't crash on zlib errors. Closes Debian bug #518531. (Andrew Ferguson)
* Make sticky bit warnings quieter while determining file system abilities.
Closes Savannah bug #25788. (Andrew Ferguson)
* Fix situation where destination file cannot be opened because of an access
error. Thanks to Dean Cording for the bug report. (Andrew Ferguson)
* Fix --compare-hash options on Windows. Thanks to Serge Zub for the fix.
New in v1.2.7:
* Don't crash when filesystem can't set ACL. Thanks to Matt Thompson for the bug
report. (Andrew Ferguson)
* Properly disable hardlinks by default on Windows.
* Fix Python 2.2 compatibility. Closes Savannah bug #25529. (Andrew Ferguson)
* Fix typo which caused failure when checking if another rdiff-backup process is
running on Windows. Thanks to Ryan Hughes for the bug report. (Andrew Ferguson)
* Fri Feb 13 2009 puzel@suse.cz
- update to 1.2.6
- too many changes to be listed here, please see
/usr/share/doc/packages/rdiff-backup/CHANGELOG
for details
* Tue Aug 26 2008 cthiel@suse.de
- update to version 1.2.1
* Produce a new binary for Windows which includes the Python for Windows
Extensions.
* Disable hardlinks by default when backup source or restore destination
is on Windows.
* Properly catch KeyboardInterrupt on Python 2.5.
* Don't crash if a CacheIndexable tries to clear a non-existent cache
entry, since the entry must already be cleared.
* Mon Aug 04 2008 cthiel@suse.de
- update to version 1.2.0
* This is the new stable branch of rdiff-backup, representing almost three
years of development releases. From the previous development release, this
release includes two fixes for Unicode issues. From the previous stable
release, this release features a large number of new features, including
SHA1 checksums, native Windows support, improved Mac OS X and Cygwin
support, better filesystem support for HFS+, NFS, SSHFS, SMB, CIFS, AFS,
NTFS, and FAT32, and better handling of unreadable or pathological file
permissions. It also includes the previously separate
'rdiff-backup-statistics' tool.
* Tue Jan 09 2007 cthiel@suse.de
- fix ICC warning: warning #592: variable "return_val" is used before its
value is set (#232824)
* Mon Jan 08 2007 cthiel@suse.de
- update to version 1.0.5
* Fix a traceback due to an off-by-1 error in "--remove-older-than nB".
* Fix a security violation when restoring from a remote repository.
* --list-at-time, --list-increments, and --list-increment-sizes should now
work from a read-only repository.
* Mon Oct 02 2006 cthiel@suse.de
- fix build on older distributions
* Thu Sep 21 2006 cthiel@suse.de
- fix build with python 2.5
* Tue Feb 28 2006 jmatejek@suse.cz
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 cthiel@suse.de
- update to version 1.0.4
* Sat Nov 26 2005 cthiel@suse.de
- update to version 1.0.3
* Wed Oct 26 2005 cthiel@suse.de
- update to version 1.0.2
* Tue Sep 13 2005 cthiel@suse.de
- update to version 1.0.1
- specfile cleanup
* Wed Aug 17 2005 cthiel@suse.de
- update to version 1.0.0
* Sun Aug 14 2005 cthiel@suse.de
- use %py_requires macro
* Tue May 03 2005 cthiel@suse.de
- use %py_sitedir macro
* Fri Apr 15 2005 cthiel@suse.de
- initial creation of package (0.12.8)
/usr/bin/rdiff-backup /usr/bin/rdiff-backup-delete /usr/bin/rdiff-backup-statistics /usr/lib64/python3.13/site-packages/rdiff_backup /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info/PKG-INFO /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info/SOURCES.txt /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info/dependency_links.txt /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info/entry_points.txt /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info/requires.txt /usr/lib64/python3.13/site-packages/rdiff_backup-2.2.6-py3.13.egg-info/top_level.txt /usr/lib64/python3.13/site-packages/rdiff_backup/C.cpython-313-powerpc64le-linux-gnu.so /usr/lib64/python3.13/site-packages/rdiff_backup/FilenameMapping.py /usr/lib64/python3.13/site-packages/rdiff_backup/Globals.py /usr/lib64/python3.13/site-packages/rdiff_backup/Hardlink.py /usr/lib64/python3.13/site-packages/rdiff_backup/Main.py /usr/lib64/python3.13/site-packages/rdiff_backup/Rdiff.py /usr/lib64/python3.13/site-packages/rdiff_backup/Security.py /usr/lib64/python3.13/site-packages/rdiff_backup/SetConnections.py /usr/lib64/python3.13/site-packages/rdiff_backup/Time.py /usr/lib64/python3.13/site-packages/rdiff_backup/__init__.py /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__ /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/FilenameMapping.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/Globals.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/Hardlink.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/Main.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/Rdiff.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/Security.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/SetConnections.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/Time.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/backup.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/compare.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/connection.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/eas_acls.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/fs_abilities.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/hash.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/increment.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/iterfile.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/librsync.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/log.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/longname.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/manage.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/regress.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/restore.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/robust.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/rorpiter.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/rpath.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/run_delete.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/run_stats.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/selection.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/statistics.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/user_group.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/__pycache__/win_acls.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiff_backup/_librsync.cpython-313-powerpc64le-linux-gnu.so /usr/lib64/python3.13/site-packages/rdiff_backup/backup.py /usr/lib64/python3.13/site-packages/rdiff_backup/compare.py /usr/lib64/python3.13/site-packages/rdiff_backup/connection.py /usr/lib64/python3.13/site-packages/rdiff_backup/eas_acls.py /usr/lib64/python3.13/site-packages/rdiff_backup/fs_abilities.py /usr/lib64/python3.13/site-packages/rdiff_backup/hash.py /usr/lib64/python3.13/site-packages/rdiff_backup/increment.py /usr/lib64/python3.13/site-packages/rdiff_backup/iterfile.py /usr/lib64/python3.13/site-packages/rdiff_backup/librsync.py /usr/lib64/python3.13/site-packages/rdiff_backup/log.py /usr/lib64/python3.13/site-packages/rdiff_backup/longname.py /usr/lib64/python3.13/site-packages/rdiff_backup/manage.py /usr/lib64/python3.13/site-packages/rdiff_backup/regress.py /usr/lib64/python3.13/site-packages/rdiff_backup/restore.py /usr/lib64/python3.13/site-packages/rdiff_backup/robust.py /usr/lib64/python3.13/site-packages/rdiff_backup/rorpiter.py /usr/lib64/python3.13/site-packages/rdiff_backup/rpath.py /usr/lib64/python3.13/site-packages/rdiff_backup/run_delete.py /usr/lib64/python3.13/site-packages/rdiff_backup/run_stats.py /usr/lib64/python3.13/site-packages/rdiff_backup/selection.py /usr/lib64/python3.13/site-packages/rdiff_backup/statistics.py /usr/lib64/python3.13/site-packages/rdiff_backup/user_group.py /usr/lib64/python3.13/site-packages/rdiff_backup/win_acls.py /usr/lib64/python3.13/site-packages/rdiffbackup /usr/lib64/python3.13/site-packages/rdiffbackup/__init__.py /usr/lib64/python3.13/site-packages/rdiffbackup/__pycache__ /usr/lib64/python3.13/site-packages/rdiffbackup/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/__pycache__/actions_mgr.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/__pycache__/arguments.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/__pycache__/meta_mgr.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/__pycache__/run.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__init__.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__ /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/backup.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/calculate.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/compare.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/complete.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/info.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/list_.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/regress.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/remove.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/restore.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/server.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/test.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/__pycache__/verify.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/actions/backup.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/calculate.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/compare.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/complete.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/info.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/list_.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/regress.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/remove.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/restore.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/server.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/test.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions/verify.py /usr/lib64/python3.13/site-packages/rdiffbackup/actions_mgr.py /usr/lib64/python3.13/site-packages/rdiffbackup/arguments.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__init__.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__ /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__/_dir_shadow.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__/_repo_shadow.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__/directory.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__/fs_abilities.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/__pycache__/repository.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/_dir_shadow.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/_repo_shadow.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/directory.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/fs_abilities.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__init__.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__pycache__ /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__pycache__/filenames.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__pycache__/hardlinks.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__pycache__/longnames.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/__pycache__/owners.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/filenames.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/hardlinks.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/longnames.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/map/owners.py /usr/lib64/python3.13/site-packages/rdiffbackup/locations/repository.py /usr/lib64/python3.13/site-packages/rdiffbackup/meta /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__init__.py /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__pycache__ /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__pycache__/acl_posix.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__pycache__/acl_win.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__pycache__/ea.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/meta/__pycache__/stdattr.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/meta/acl_posix.py /usr/lib64/python3.13/site-packages/rdiffbackup/meta/acl_win.py /usr/lib64/python3.13/site-packages/rdiffbackup/meta/ea.py /usr/lib64/python3.13/site-packages/rdiffbackup/meta/stdattr.py /usr/lib64/python3.13/site-packages/rdiffbackup/meta_mgr.py /usr/lib64/python3.13/site-packages/rdiffbackup/run.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__init__.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__ /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/__init__.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/argopts.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/locking.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/plugins.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/quoting.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/safestr.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/simpleps.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/__pycache__/usrgrp.cpython-313.pyc /usr/lib64/python3.13/site-packages/rdiffbackup/utils/argopts.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/locking.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/plugins.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/quoting.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/safestr.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/simpleps.py /usr/lib64/python3.13/site-packages/rdiffbackup/utils/usrgrp.py /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/rdiff-backup /usr/share/doc/packages/rdiff-backup /usr/share/doc/packages/rdiff-backup/CHANGELOG.adoc /usr/share/doc/packages/rdiff-backup/FAQ.adoc /usr/share/doc/packages/rdiff-backup/README.adoc /usr/share/doc/packages/rdiff-backup/examples.adoc /usr/share/doc/packages/rdiff-backup/index.adoc /usr/share/licenses/rdiff-backup /usr/share/licenses/rdiff-backup/COPYING /usr/share/man/man1/rdiff-backup-delete.1.gz /usr/share/man/man1/rdiff-backup-old.1.gz /usr/share/man/man1/rdiff-backup-statistics.1.gz /usr/share/man/man1/rdiff-backup.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 22:25:50 2025