rename.rst.inc 908 B

1234567891011121314151617181920212223242526272829
  1. .. _borg_rename:
  2. borg rename
  3. -----------
  4. ::
  5. usage: borg rename [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
  6. [--remote-path PATH]
  7. ARCHIVE NEWNAME
  8. Rename an existing archive
  9. positional arguments:
  10. ARCHIVE archive to rename
  11. NEWNAME the new archive name to use
  12. optional arguments:
  13. -h, --help show this help message and exit
  14. -v, --verbose verbose output
  15. --show-rc show/log the return code (rc)
  16. --no-files-cache do not load/update the file metadata cache used to
  17. detect unchanged files
  18. --umask M set umask to M (local and remote, default: 63)
  19. --remote-path PATH set remote path to executable (default: "borg")
  20. Description
  21. ~~~~~~~~~~~
  22. This command renames an archive in the repository.