debug-put-obj.rst.inc 987 B

1234567891011121314151617181920212223242526272829
  1. .. _borg_debug-put-obj:
  2. borg debug-put-obj
  3. ------------------
  4. ::
  5. usage: borg debug-put-obj [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
  6. [--remote-path PATH]
  7. [REPOSITORY] PATH [PATH ...]
  8. put file(s) contents into the repository
  9. positional arguments:
  10. REPOSITORY repository to use
  11. PATH file(s) to read and create object(s) from
  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 puts objects into the repository.