rename.rst.inc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_rename:
  3. borg rename
  4. -----------
  5. ::
  6. usage: borg rename [-h] [--critical] [--error] [--warning] [--info] [--debug]
  7. [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M]
  8. [--remote-path PATH]
  9. ARCHIVE NEWNAME
  10. Rename an existing archive
  11. positional arguments:
  12. ARCHIVE archive to rename
  13. NEWNAME the new archive name to use
  14. optional arguments:
  15. -h, --help show this help message and exit
  16. --critical work on log level CRITICAL
  17. --error work on log level ERROR
  18. --warning work on log level WARNING (default)
  19. --info, -v, --verbose
  20. work on log level INFO
  21. --debug work on log level DEBUG
  22. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  23. --show-rc show/log the return code (rc)
  24. --no-files-cache do not load/update the file metadata cache used to
  25. detect unchanged files
  26. --umask M set umask to M (local and remote, default: 0077)
  27. --remote-path PATH use PATH as borg executable on the remote (default:
  28. "borg")
  29. Description
  30. ~~~~~~~~~~~
  31. This command renames an archive in the repository.