-------- Original Message -------- *Subject: * Re: this command line interface is deprecated *From: * Ericzolf [1]<ewl+rdiffbac...@lavar.de> *To: * Rdiff-backup-users [2]<rdiff-backup-users@nongnu.org> *CC: * *Date: * 2023-7-15 05:19 AM
Hi, What api is it talking about? I tried adding "--api-version 201" to the command, but that just errored out. Did you add it _before_ or _after_ the command (e.g. regress)? It belongs before . Which error was it? Option unknown and a usage message? KR, Eric rdiff-backup --api-version 201 -v9 --print-statistics testingbackup testingbackup-backup usage: rdiff-backup [-h] [--api-version API_VERSION] [--current-time CURRENT_TIME] [--force] [--fsync | --no-fsync] [--null-separator] [--new | --no-new] [--chars-to-quote CHARS] [--parsable-output] [--remote-schema REMOTE_SCHEMA] [--remote-tempdir DIR_PATH] [--ssh-compression | --no-ssh-compression] [--tempdir DIR_PATH] [--terminal-verbosity {0,1,2,3,4,5,6,7,8,9}] [--use-compatible-timestamps] [-v {0,1,2,3,4,5,6,7,8,9}] [-V] {backup,calculate,compare,complete,info,list,regress,remove,restore,ser ver,test,verify} ... rdiff-backup: error: argument action: invalid choice: 'testingbackup' (choose from 'backup', 'calculate', 'compare', 'complete', 'info', 'list', 'regress', 'remove', 'restore', 'server', 'test', 'verify') But this works with api warning: rdiff-backup -v9 --print-statistics testingbackup testingbackup-backup WARNING: this command line interface is deprecated and will disappear, start using the new one as described with '--new --help'. 2023-07-15 07:07:45.648761 -0400 <CLIENT-9991> DEBUG: Runtime information =>{'exec': {'version': '2.2.5', 'api_version': {'default': 200, 'min': 200, 'max': 201, 'actual': 0}, 'argv': ['/usr/bin/rdiff-backup', '-v9', '--print-statistics', 'testingbackup', 'testingbackup-backup'], 'parsed': {'api_version': None, 'current_time': None, 'force': False, 'fsync': True, 'null_separator': False, 'new': False, 'chars_to_quote': None, 'parsable_output': False, 'remote_schema': None, 'remote_tempdir': None, 'ssh_compression': True, 'tempdir': None, 'terminal_verbosity': None, 'use_compatible_timestamps': False, 'verbosity': 9, 'restrict': None, 'restrict_read_only': None, 'restrict_update_only': None, 'ssh_no_compression': False, 'create_full_path': False, 'compression': True, 'not_compressed_regexp': '(?i).*\\.(7z|aac|arj|asc|avi|bik|bz|bz2|deb|docx|flac|flv|gif|gpg|gz|j p2|jpeg|jpg|jsonlz4|lharc|lz4|lzh|lzma|lzo|m4a|m4v|mdf|mkv|mov|mozlz4|m p3|mp4|mpeg|mpg|oga|ogg|ogm|ogv|opus|pgp|pk3|png|rar|rm|rpm|rz|shn|tgz| tzst|vob|webm|webp|wma|wmv|xlsx|xz|z|zip|zoo|zst)$', 'selections': None, 'acls': True, 'carbonfile': True, 'compare_inode': True, 'eas': True, 'hard_links': True, 'resource_forks': True, 'never_drop_acls': False, 'group_mapping_file': None, 'preserve_numerical_ids': False, 'user_mapping_file': None, 'file_statistics': True, 'print_statistics': True, 'allow_duplicate_timestamps': False, 'restrict_path': None, 'restrict_mode': 'read-write', 'action': 'backup', 'compare_at_time': None, 'compare_hash_at_time': None, 'compare_full_at_time': None, 'list_at_time': None, 'list_changed_since': None, 'remove_older_than': None, 'restore_as_of': None, 'verify_at_time': None, 'locations': ['testingbackup', 'testingbackup-backup']}}, 'python': {'name': 'cpython', 'executable': '/usr/bin/python3', 'version': '3.9.13'}, 'system': {'platform': 'Linux-4.4.161-x86_64-with-glibc2.21', 'fs_encoding': 'utf-8'}}<= 2023-07-15 07:07:45.676965 -0400 <CLIENT-9991> * Using repository 'testingbackup-backup' Wayne Sallee [3]wa...@waynesallee.com [4]http://www.WayneSallee.com References 1. mailto:ewl+rdiffbac...@lavar.de 2. mailto:rdiff-backup-users@nongnu.org 3. mailto:wa...@waynesallee.com 4. http://www.WayneSallee.com/