faq.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. .. _faq:
  2. .. include:: global.rst.inc
  3. Frequently asked questions
  4. ==========================
  5. Which platforms are supported?
  6. Currently Linux, FreeBSD and MacOS X are supported.
  7. Can I backup VM disk images?
  8. Yes, the :ref:`deduplication <deduplication_def>` technique used by |project_name|
  9. makes sure only the modified parts of the file are stored.
  10. Which file attributes are preserved?
  11. The following attributes are preserved:
  12. * Name
  13. * Contents
  14. * Time of last modification (nanosecond precision with Python >= 3.3)
  15. * User ID of owner
  16. * Group ID of owner
  17. * Unix Permission
  18. * Extended attributes (xattrs)
  19. .. Note::
  20. POSIX Access Control Lists (ACL_) are not yet preserved.
  21. How can I specify the encryption passphrase programmatically?
  22. The encryption passphrase can be specified programmatically using the
  23. `ATTIC_PASSPHRASE` environment variable. This is convenient when setting up
  24. automated encrypted backups. Another option is to use
  25. key file based encryption with a blank passphrase. See
  26. :ref:`encrypted_repos` for more details.