COPYING
INSTALL
MANIFEST.in
NEWS
README
README.sk
pyproject.toml
setup.py
AutoArchive/__init__.py
AutoArchive/_meta.py
AutoArchive/starter.py
AutoArchive/_application/__init__.py
AutoArchive/_application/archiving/__init__.py
AutoArchive/_application/archiving/_archive_info.py
AutoArchive/_application/archiving/_archiving.py
AutoArchive/_application/archiving/_archiving_constants.py
AutoArchive/_application/archiving/_backup_information_provider.py
AutoArchive/_application/archiving/_command_executor.py
AutoArchive/_application/archiving/archiving_application.py
AutoArchive/_application/archiving/_archiver_manipulator/__init__.py
AutoArchive/_application/archiving/_archiver_manipulator/_backup_keeping_manipulations.py
AutoArchive/_application/archiving/_archiver_manipulator/_keeping_id_operations.py
AutoArchive/_application/archiving/_archiver_manipulator/archiver_manipulator.py
AutoArchive/_application/archiving/archive_spec/__init__.py
AutoArchive/_application/archiving/archive_spec/_archive_spec_config_parser.py
AutoArchive/_application/archiving/archive_spec/_sections.py
AutoArchive/_application/archiving/archive_spec/archive_spec.py
AutoArchive/_application/archiving/archive_spec/archive_spec_options.py
AutoArchive/_application/archiving/archive_spec/config_constants.py
AutoArchive/_application/archiving/archive_spec/tests/__init__.py
AutoArchive/_application/archiving/archive_spec/tests/archive_spec_test_utils.py
AutoArchive/_application/archiving/archive_spec/tests/test_archive_spec.py
AutoArchive/_application/archiving/tests/__init__.py
AutoArchive/_application/archiving/tests/archiving_test_utils.py
AutoArchive/_application/archiving/tests/test_archiving/__init__.py
AutoArchive/_application/archiving/tests/test_archiving/configured_archive_info/__init__.py
AutoArchive/_application/archiving/tests/test_archiving/configured_archive_info/test_configured_archive_info.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/__init__.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_archive_types.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_backup_restarting.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_execute_commands.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_incremental_backup_creation.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_keep_old_backups.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_keep_old_incremental_backups.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_options_priority.py
AutoArchive/_application/archiving/tests/test_archiving/make_backup/test_show_final_error.py
AutoArchive/_application/archiving/tests/test_archiving/stored_archive_info/__init__.py
AutoArchive/_application/archiving/tests/test_archiving/stored_archive_info/test_stored_archive_info.py
AutoArchive/_application/archiving/tests/test_archiving_application/__init__.py
AutoArchive/_application/archiving/tests/test_archiving_application/test_actions.py
AutoArchive/_application/archiving/tests/test_archiving_application/test_execute_set_commands.py
AutoArchive/_infrastructure/__init__.py
AutoArchive/_infrastructure/_app_environment.py
AutoArchive/_infrastructure/_application_context.py
AutoArchive/_infrastructure/py_additions.py
AutoArchive/_infrastructure/configuration/__init__.py
AutoArchive/_infrastructure/configuration/_cmdline_arguments_processor.py
AutoArchive/_infrastructure/configuration/_config_file_processor.py
AutoArchive/_infrastructure/configuration/_configuration.py
AutoArchive/_infrastructure/configuration/_configuration_factory.py
AutoArchive/_infrastructure/configuration/configuration_base.py
AutoArchive/_infrastructure/configuration/options.py
AutoArchive/_infrastructure/configuration/tests/__init__.py
AutoArchive/_infrastructure/configuration/tests/configuration_test_utils.py
AutoArchive/_infrastructure/configuration/tests/test_configuration.py
AutoArchive/_infrastructure/service/__init__.py
AutoArchive/_infrastructure/service/_service_accessor.py
AutoArchive/_infrastructure/service/iservice.py
AutoArchive/_infrastructure/service/iservice_component.py
AutoArchive/_infrastructure/service/iservice_identification.py
AutoArchive/_infrastructure/service/tests/__init__.py
AutoArchive/_infrastructure/service/tests/service_test_utils.py
AutoArchive/_infrastructure/service/tests/test_service_accessor.py
AutoArchive/_infrastructure/storage/__init__.py
AutoArchive/_infrastructure/storage/_file_storage.py
AutoArchive/_infrastructure/storage/_storage_portion.py
AutoArchive/_infrastructure/storage/tests/__init__.py
AutoArchive/_infrastructure/storage/tests/storage_test_utils.py
AutoArchive/_infrastructure/storage/tests/test_file_storage.py
AutoArchive/_infrastructure/storage/tests/test_storage_portion.py
AutoArchive/_infrastructure/ui/__init__.py
AutoArchive/_infrastructure/ui/constants.py
AutoArchive/_infrastructure/ui/multi_field_line.py
AutoArchive/_infrastructure/ui/tests/__init__.py
AutoArchive/_infrastructure/ui/tests/test_multi_field_line.py
AutoArchive/_infrastructure/utils/__init__.py
AutoArchive/_infrastructure/utils/utils.py
AutoArchive/_infrastructure/utils/interval/__init__.py
AutoArchive/_infrastructure/utils/interval/interval.py
AutoArchive/_infrastructure/utils/interval/interval_element.py
AutoArchive/_services/__init__.py
AutoArchive/_services/archiver/__init__.py
AutoArchive/_services/archiver/_archiver_service_component.py
AutoArchive/_services/archiver/_external_tar_archiver_provider.py
AutoArchive/_services/archiver/_internal_tar_archiver_provider.py
AutoArchive/_services/archiver/_tar_archiver_provider_base.py
AutoArchive/_services/archiver/_tar_archiver_provider_identification.py
AutoArchive/_services/archiver/archiver_service_identification.py
AutoArchive/_services/archiver/archiver_service_provider_ids.py
AutoArchive/_services/archiver/backup_definition.py
AutoArchive/_services/archiver/tests/__init__.py
AutoArchive/_services/archiver/tests/archiver_test_utils.py
AutoArchive/_services/archiver/tests/test_tar_archiver_providers/__init__.py
AutoArchive/_services/archiver/tests/test_tar_archiver_providers/test_backup_preservation.py
AutoArchive/_services/archiver/tests/test_tar_archiver_providers/test_backup_removal.py
AutoArchive/_services/archiver/tests/test_tar_archiver_providers/test_backup_types.py
AutoArchive/_services/archiver/tests/test_tar_archiver_providers/test_content.py
AutoArchive/_services/archiver/tests/test_tar_archiver_providers/test_external_tar_incremental.py
AutoArchive/_services/external_command_executor/__init__.py
AutoArchive/_services/external_command_executor/_external_command_executor.py
AutoArchive/_services/external_command_executor/_external_command_executor_service_component.py
AutoArchive/_services/external_command_executor/external_command_executor_service_identification.py
AutoArchive/_ui/__init__.py
AutoArchive/_ui/cmdline/__init__.py
AutoArchive/_ui/cmdline/_cmdline_commands.py
AutoArchive/_ui/cmdline/_cmdline_ui.py
AutoArchive/_ui/cmdline/_user_action_executor.py
AutoArchive/_ui/cmdline/tests/__init__.py
AutoArchive/_ui/cmdline/tests/cmdline_ui_test_utils.py
AutoArchive/_ui/cmdline/tests/test_cmdline_ui.py
AutoArchive/_ui/cmdline/tests/test_user_action_executor.py
AutoArchive/tests/__init__.py
AutoArchive/tests/component_test_utils.py
AutoArchive/tests/run_tests.py
AutoArchive/tests/test_starter.py
bin/aa
bin/autoarchive
data/configuration/aa.conf.dist
doc/devel/design/AutoArchive.uml
doc/devel/html/genindex.html
doc/devel/html/glossary.html
doc/devel/html/index.html
doc/devel/html/objects.inv
doc/devel/html/py-modindex.html
doc/devel/html/search.html
doc/devel/html/searchindex.js
doc/devel/html/_modules/index.html
doc/devel/html/_modules/AutoArchive/_meta.html
doc/devel/html/_modules/AutoArchive/starter.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_archive_info.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_archiving.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_archiving_constants.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_backup_information_provider.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_command_executor.html
doc/devel/html/_modules/AutoArchive/_application/archiving/archiving_application.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_archiver_manipulator/_backup_keeping_manipulations.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_archiver_manipulator/_keeping_id_operations.html
doc/devel/html/_modules/AutoArchive/_application/archiving/_archiver_manipulator/archiver_manipulator.html
doc/devel/html/_modules/AutoArchive/_application/archiving/archive_spec/_archive_spec_config_parser.html
doc/devel/html/_modules/AutoArchive/_application/archiving/archive_spec/_sections.html
doc/devel/html/_modules/AutoArchive/_application/archiving/archive_spec/archive_spec.html
doc/devel/html/_modules/AutoArchive/_application/archiving/archive_spec/archive_spec_options.html
doc/devel/html/_modules/AutoArchive/_application/archiving/archive_spec/config_constants.html
doc/devel/html/_modules/AutoArchive/_infrastructure/_app_environment.html
doc/devel/html/_modules/AutoArchive/_infrastructure/_application_context.html
doc/devel/html/_modules/AutoArchive/_infrastructure/py_additions.html
doc/devel/html/_modules/AutoArchive/_infrastructure/configuration/_cmdline_arguments_processor.html
doc/devel/html/_modules/AutoArchive/_infrastructure/configuration/_config_file_processor.html
doc/devel/html/_modules/AutoArchive/_infrastructure/configuration/_configuration.html
doc/devel/html/_modules/AutoArchive/_infrastructure/configuration/_configuration_factory.html
doc/devel/html/_modules/AutoArchive/_infrastructure/configuration/configuration_base.html
doc/devel/html/_modules/AutoArchive/_infrastructure/configuration/options.html
doc/devel/html/_modules/AutoArchive/_infrastructure/service/_service_accessor.html
doc/devel/html/_modules/AutoArchive/_infrastructure/service/iservice.html
doc/devel/html/_modules/AutoArchive/_infrastructure/service/iservice_component.html
doc/devel/html/_modules/AutoArchive/_infrastructure/service/iservice_identification.html
doc/devel/html/_modules/AutoArchive/_infrastructure/storage/_file_storage.html
doc/devel/html/_modules/AutoArchive/_infrastructure/storage/_storage_portion.html
doc/devel/html/_modules/AutoArchive/_infrastructure/ui/multi_field_line.html
doc/devel/html/_modules/AutoArchive/_infrastructure/utils/utils.html
doc/devel/html/_modules/AutoArchive/_infrastructure/utils/interval/interval.html
doc/devel/html/_modules/AutoArchive/_infrastructure/utils/interval/interval_element.html
doc/devel/html/_modules/AutoArchive/_services/archiver/_archiver_service_component.html
doc/devel/html/_modules/AutoArchive/_services/archiver/_external_tar_archiver_provider.html
doc/devel/html/_modules/AutoArchive/_services/archiver/_internal_tar_archiver_provider.html
doc/devel/html/_modules/AutoArchive/_services/archiver/_tar_archiver_provider_base.html
doc/devel/html/_modules/AutoArchive/_services/archiver/_tar_archiver_provider_identification.html
doc/devel/html/_modules/AutoArchive/_services/archiver/archiver_service_identification.html
doc/devel/html/_modules/AutoArchive/_services/archiver/backup_definition.html
doc/devel/html/_modules/AutoArchive/_services/external_command_executor/_external_command_executor.html
doc/devel/html/_modules/AutoArchive/_services/external_command_executor/_external_command_executor_service_component.html
doc/devel/html/_modules/AutoArchive/_services/external_command_executor/external_command_executor_service_identification.html
doc/devel/html/_modules/AutoArchive/_ui/cmdline/_cmdline_commands.html
doc/devel/html/_modules/AutoArchive/_ui/cmdline/_cmdline_ui.html
doc/devel/html/_modules/AutoArchive/_ui/cmdline/_user_action_executor.html
doc/devel/html/_static/_sphinx_javascript_frameworks_compat.js
doc/devel/html/_static/basic.css
doc/devel/html/_static/classic.css
doc/devel/html/_static/doctools.js
doc/devel/html/_static/documentation_options.js
doc/devel/html/_static/file.png
doc/devel/html/_static/jquery-3.5.1.js
doc/devel/html/_static/jquery-3.6.0.js
doc/devel/html/_static/jquery.js
doc/devel/html/_static/language_data.js
doc/devel/html/_static/minus.png
doc/devel/html/_static/plus.png
doc/devel/html/_static/pygments.css
doc/devel/html/_static/searchtools.js
doc/devel/html/_static/sidebar.js
doc/devel/html/_static/sphinx_highlight.js
doc/devel/html/_static/underscore-1.13.1.js
doc/devel/html/_static/underscore.js
doc/devel/html/api/aa.html
doc/devel/html/api/api_reference.html
doc/devel/html/api/application.archiving.archive_spec.html
doc/devel/html/api/application.archiving.archiver_manipulator.html
doc/devel/html/api/application.archiving.html
doc/devel/html/api/application.html
doc/devel/html/api/autoarchive.html
doc/devel/html/api/infrastructure.configuration.html
doc/devel/html/api/infrastructure.html
doc/devel/html/api/infrastructure.service.html
doc/devel/html/api/infrastructure.storage.html
doc/devel/html/api/infrastructure.ui.html
doc/devel/html/api/infrastructure.utils.html
doc/devel/html/api/infrastructure.utils.interval.html
doc/devel/html/api/services.archiver.html
doc/devel/html/api/services.external_command_executor.html
doc/devel/html/api/services.html
doc/devel/html/api/ui.cmdline.html
doc/devel/html/api/ui.html
doc/src/devmanual/Makefile
doc/src/devmanual/conf.py
doc/src/devmanual/glossary.rst
doc/src/devmanual/index.rst
doc/src/devmanual/api/aa.rst
doc/src/devmanual/api/api_reference.rst
doc/src/devmanual/api/application.archiving.archive_spec.rst
doc/src/devmanual/api/application.archiving.archiver_manipulator.rst
doc/src/devmanual/api/application.archiving.rst
doc/src/devmanual/api/application.rst
doc/src/devmanual/api/autoarchive.rst
doc/src/devmanual/api/infrastructure.configuration.rst
doc/src/devmanual/api/infrastructure.rst
doc/src/devmanual/api/infrastructure.service.rst
doc/src/devmanual/api/infrastructure.storage.rst
doc/src/devmanual/api/infrastructure.ui.rst
doc/src/devmanual/api/infrastructure.utils.interval.rst
doc/src/devmanual/api/infrastructure.utils.rst
doc/src/devmanual/api/services.archiver.rst
doc/src/devmanual/api/services.external_command_executor.rst
doc/src/devmanual/api/services.rst
doc/src/devmanual/api/ui.cmdline.rst
doc/src/devmanual/api/ui.rst
doc/src/usermanual/Makefile
doc/src/usermanual/conf.py
doc/src/usermanual/index.rst
doc/src/usermanual/_static/autoarchive.css
doc/src/usermanual/_static/grf/background.jpg
doc/src/usermanual/general/arch_spec.rst
doc/src/usermanual/general/config_file.rst
doc/src/usermanual/general/description.rst
doc/src/usermanual/general/examples.rst
doc/src/usermanual/general/general_information.rst
doc/src/usermanual/general/glossary.rst
doc/src/usermanual/general/operations_explained.rst
doc/src/usermanual/man/man_aa.rst
doc/src/usermanual/man/man_aa_arch_spec.rst
doc/src/usermanual/man/man_aa_conf.rst
doc/src/usermanual/text/readme.rst
doc/user/examples/etc.aa
doc/user/examples/mydata.aa
doc/user/examples/users-config.aa
doc/user/examples/var.aa
doc/user/html/genindex.html
doc/user/html/index.html
doc/user/html/objects.inv
doc/user/html/search.html
doc/user/html/searchindex.js
doc/user/html/_static/_sphinx_javascript_frameworks_compat.js
doc/user/html/_static/autoarchive.css
doc/user/html/_static/basic.css
doc/user/html/_static/doctools.js
doc/user/html/_static/documentation_options.js
doc/user/html/_static/file.png
doc/user/html/_static/jquery-3.5.1.js
doc/user/html/_static/jquery-3.6.0.js
doc/user/html/_static/jquery.js
doc/user/html/_static/language_data.js
doc/user/html/_static/minus.png
doc/user/html/_static/plus.png
doc/user/html/_static/pygments.css
doc/user/html/_static/searchtools.js
doc/user/html/_static/sphinx_highlight.js
doc/user/html/_static/underscore-1.13.1.js
doc/user/html/_static/underscore.js
doc/user/html/_static/grf/background.jpg
doc/user/html/general/arch_spec.html
doc/user/html/general/config_file.html
doc/user/html/general/description.html
doc/user/html/general/examples.html
doc/user/html/general/general_information.html
doc/user/html/general/glossary.html
doc/user/html/general/operations_explained.html
doc/user/man/aa.1
doc/user/man/aa.conf.5
doc/user/man/aa_arch_spec.5
doc/user/man/autoarchive.1