rdiff-backup:ericzolf-fs-abilities

Last commit made on 2024-05-01
Get this branch:
git clone -b ericzolf-fs-abilities https://git.launchpad.net/rdiff-backup

Branch merges

Branch information

Name:
ericzolf-fs-abilities
Repository:
lp:rdiff-backup

Recent commits

5cfe409... by Eric L <email address hidden>

Adapt hardlinks type to Windows case

b8b7d0c... by Eric L <email address hidden>

Adapt tests to fs_ability changes

5841c02... by Eric L <email address hidden>

Streamline fs abilities

- Detect whatever it can detect without considering Global variables
- Introduce function fs_abilities.detect_fs_abilities to catch exceptions

aae10e0... by Eric L <email address hidden>

Fix Windows build/test under Vagrant (#1000)

* use PYEXE to call the metadata script instead of relying on bang
* Add venv creation script for Windows
* Define minimal version for collection ansible.windows
* Reduce filesize name in tests under Windows. Had to do this after the paths lengths were made longer
* Adapt accordingly playbook-debug-rdiff-backup.yml

NEW: add virtualenv creation script for Windows tools/win_create_venv.bat

32bbd4d... by Eric L <email address hidden>

Get rid of statistics related global vars (#994)

Got rid of client_conn, print_statistics and file_statistics global variables

fa20dbe... by Eric L <email address hidden>

Fix checking of current time (#993)

During development, checking of current time vs. last backup happened too late.
Make check time explicit for repository init.

992b1d1... by Eric L <email address hidden>

Sort entries in tox.ini files (#992)

To have a simpler overview of the tests progress

ef9f014... by Eric L <email address hidden>

Re-shuffle selection arguments (#991)

* filelist and filelist-stdin arguments are read during argument parsing
* Make select more look like shadow functions
* Align parse_selection_args with new way of parsing command line
* Adapt testing to selection changes and fix issues
* Make parameter for parse_selection_args optional

ea556e9... by Eric L <email address hidden>

Get rid of global not_compressed_regexp variable (#990)

as it is only used by increment, we make it local to this module

691372b... by Eric L <email address hidden>

Move increment to rdiffbackup.locations (#989)

Also rename the functions according to pep8