create.rst.inc 998 B

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