create.rst.inc 943 B

12345678910111213141516171819202122232425
  1. Synopsis
  2. ~~~~~~~~
  3. ::
  4. usage: attic create [-h] [-v] [-s] [-e PATTERN] [-c SECONDS]
  5. [--do-not-cross-mountpoints] [--numeric-owner]
  6. ARCHIVE PATH [PATH ...]
  7. Create new archive
  8. positional arguments:
  9. ARCHIVE archive to create
  10. PATH paths to archive
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. -v, --verbose verbose output
  14. -s, --stats print statistics for the created archive
  15. -e PATTERN, --exclude PATTERN
  16. exclude paths matching PATTERN
  17. -c SECONDS, --checkpoint-interval SECONDS
  18. write checkpoint every SECONDS seconds (Default: 300)
  19. --do-not-cross-mountpoints
  20. do not cross mount points
  21. --numeric-owner only store numeric user and group identifiers