40 Commits

Author SHA1 Message Date
yinheli
3563fdd7fd fix(cli): make --progress flag visible and use it in sync-to command (#3542) (#4877)
* fix(cli): improve progress output control in repository sync and documentation

- Update progress flag description from "progress bar" to "progress output" for clarity
- Document progress control features in Logging, Synchronization, and Command-Line reference
- Support --no-progress flag for cleaner automation and scripting usage
2025-10-14 19:28:54 -07:00
Nathan Baulch
19d92613a6 chore(general): typos (#4659) 2025-06-10 17:24:14 -07:00
Mike McKay-Dirden
9587d982a8 list all required permissions for GCS (#4193) 2024-10-23 10:36:48 -07:00
Mike McKay-Dirden
5edc81b9a6 docs(site): Clarify ransomware requirements for Google/Azure (#4180) 2024-10-16 11:43:19 -07:00
Mike McKay-Dirden
21ab416cc4 docs(site): Add Google ransomware protection section (#4135) 2024-09-27 05:45:45 +00:00
Wyatt Childers
e5790e333a docs(cli): cache hard limits flags (#3846) 2024-05-07 12:02:40 -07:00
coderwander
f125f09ddc chore: fix some typos in comments (#3805)
Signed-off-by: coderwander <770732124@qq.com>
2024-04-16 14:48:03 -07:00
Mike McKay-Dirden
ca2230f9c6 docs(site): Add Azure ransomware protection section (#3398) 2024-02-20 18:52:07 -08:00
Christoph Anderson
25437ae5f2 docs(site): improvements related to spelling and structure (#3618)
* Improvements related to spelling and structure
* Moved kopia 0.8 section to the bottom
* Update site/content/docs/Repository Server/_index.md

---------

Co-authored-by: lupusA <lupuapps@gmail.com>
Co-authored-by: Julio López <1953782+julio-lopez@users.noreply.github.com>
2024-02-12 12:37:26 -08:00
Christoph Anderson
7b89fe173c Removed summary in command section (#3590)
Co-authored-by: lupusA <lupuapps@gmail.com>
2024-01-26 11:06:24 -08:00
Julio Lopez
e9f5150fe4 docs(providers): fix documentation for S3 permissions (#3451)
DeleteObject needs to be allowed. This is needed for kopia to work correctly.
The assumption is that S3 versioning is enabled.
2023-11-17 21:02:12 -08:00
Jonathan Melly
77bac549c8 fix(vss): add missing -File for powershell vss script policy setup (#3424) 2023-11-01 21:18:34 -07:00
Christoph Hecht
3257abbd17 docs(site): Add LVM example for actions (#3286)
* Add LVM example for actions

* Fix wording of LVM example
2023-09-10 19:45:19 -07:00
Christoph Anderson
ddd90fa27d docs(site): Fix ransomware protection section (#3139)
* Fix ransomware protection section: fix for the code section for AWS
* Adjusted index for advanced section.
2023-07-17 22:40:44 -07:00
Raghuram Devarakonda
9f6b86ff33 docs(site): fix typo (#3144)
Corrects a couple of spelling mistakes.
2023-07-13 18:36:11 +00:00
PhracturedBlue
368bdb52f9 docs(site): Add documentation about Ransomware Protection (#2160)
* Add documentation about Ransomware Protection

* Clarify support for GCS

* Fix typos and align #2179 with PR

* Remove FIXMEs.  Add a paragraph on MFA

* Add comments on compliance mode and the irrevertable nature of object locks

* Add an extra section on Lifecycle management

* Remove collapsible section for better compatibility
2023-07-10 13:01:44 -07:00
Christoph Anderson
365f48423b docs(site): improved faq and kopiaignore section (#2864)
- Improved the wording in the FAQ section.
- Added the documentation on kopiaignore to the faqs.
- Added the faqs to the main menu
- Added a link the kopiaignore documentation in the features section
- Added a paragraph on incomplete snapshots in the faqs
2023-03-29 17:35:19 -07:00
Christoph Anderson
c8d6112aaa docs(site): added documentation on kopiaignore (#2844)
* Added a documentation and examples for kopiaignore files and patterns.

* Removed the quote signs for server-password and server-username in the example docker compose within the installation guide.

* Minor changes to the documentation. Adjusted the table with examples. Improved wording.

---------

Co-authored-by: lupusA <lupuapps@gmail.com>
2023-03-24 15:19:03 -07:00
lupusA
cc00388f6d Fixed broken links in the advanced sections. (#2843)
Co-authored-by: lupusA <lupuapps@gmail.com>
2023-03-20 23:21:27 -07:00
lupusA
8459e1c0d4 docs(site): unified headings - created an outline within the advanced section (#2838)
* Unified the headings of the sub-sections within the "advanced" section. Created an outline for the "advanced" section. Changed the ordering of the advanced section to a more meaningful representation. Fixed a typo within the installation guide.

* Fixed a small typo in the outline of the advanced section.

---------

Co-authored-by: lupusA <lupuapps@gmail.com>
2023-03-20 20:52:10 -07:00
Edward Betts
1e97574391 fix(general): correct spelling mistakes (#2684) 2023-01-21 07:37:15 -08:00
basldfalksjdf
f49d161d49 docs(site): Creating ECC page (#2459)
* Creating ECC page

I noticed we have a link in the UI for reading more about ECC but the page is not yet created. This is just a small stub. Please add more here as anyone sees fit.

* Update _index.md

* Update README.md

* Update _index.md
2022-09-28 20:44:38 -07:00
basldfalksjdf
9957256fef docs(site): Updating repository testing and recovery page (#2272)
* [WIP] docs(site): Updating repository testing and recovery page

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md
2022-08-25 10:44:58 +01:00
Jarek Kowalski
6160ee5668 refactor(repository): moved format blob management to separate package (#2245)
* refactor(repository): moved format blob management to separate package

This is completely mechanical, no behavior changes, only:

- moved types and functions to a new package
- adjusted visibility where needed
- added missing godoc
- renamed some identifiers to align with current usage
- mechanically converted some top-level functions into member functions
- fixed some mis-named variables

* refactor(repository): moved content.FormatingOptions to format.ContentFormat
2022-07-30 14:13:52 -07:00
basldfalksjdf
b8c4e23115 docs(site): Updating storage class information (#2210)
* docs(site): Updating storage class information

* Update _index.md

* Update _index.md

* Delete site/content/docs/Advanced/Amazon S3 directory

Was redundant with the storage tiers page. Combined the two and redirected this page to storage tiers.

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md

* Update _index.md
2022-07-30 14:59:01 +00:00
basldfalksjdf
cffc2489c0 docs(site): Update _index.md (#2017) 2022-06-07 20:55:39 -07:00
digital
815f6e83ea docs(site): update VSS actions page (#1935)
* fix(docs): replace pwsh with powershell in script

* fix(docs): remove interaction in action script

The `Remove-Item` command asks interactively for confirmation. However,
this is part of the snapshoting process, which is should work without
user interaction. Furthermore, this indefinitely blocks the snapshot
from completing.

* feat(docs): action script exit with correct code

Co-authored-by: digital <digital@dinid.net>
2022-05-09 20:04:16 +00:00
Jarek Kowalski
238c2ae9af docs(site): added consistency check and recovery document (#1886) 2022-04-08 04:25:29 -07:00
CrendKing
724a26c235 Add doc for sharding (#1536) 2021-11-24 05:39:29 -08:00
Pawit Pornkitprasan
6cd53648a2 docs: improve description of CAOS and CABS (#1438)
* docs: improve description of CAOS and CABS

* improve formatting

* update encryption algorithm name
2021-11-04 16:58:24 -07:00
CrendKing
81f66cb2db Update Actions example of Windows VSS for self-elevation details. Fix issue #1456. (#1479) 2021-11-04 09:52:47 -07:00
CrendKing
f2d21c151e Add doc for advanced compression topics (#1451) 2021-11-03 07:56:57 -07:00
Jarek Kowalski
d9e0723fe4 actions: expose KOPIA_ACTION and KOPIA_VERSION environment variables (#1398)
Fixes #1394
2021-10-17 11:59:36 -07:00
CrendKing
6a991c180b Add doc for Amazon S3 .storageconfig (#1375)
* Add doc for Amazon S3 .storageconfig

* Rewrite about Glacier
2021-10-11 22:18:11 -07:00
CrendKing
3ce07f326e Add example of Windows shadow copy to Actions doc (#1319)
* Add example of Windows shadow copy to Actions doc

Co-authored-by: Jarek Kowalski <jaak@jkowalski.net>
2021-10-02 10:50:00 -07:00
cristihcd
d9c1bd0758 minor spelling and grammar fixes (#1318) 2021-09-28 15:19:02 -07:00
Stuart Hickinbottom
5b04a1c471 Added documentation with storage tier advice (#1143)
Based on Jarek Kowalski's fine advice in the Slack channel.
2021-06-16 13:55:22 -07:00
Eric Cheng
1a7a016dfa Update full maintenance automation explanation (#1042)
Full maintenance is now enabled by default in >=0.8.0
2021-05-01 07:05:33 -07:00
Jarek Kowalski
f8ba160f23 site: updated docs in preparation for 0.8.0-beta4 release 2021-04-02 22:18:44 -07:00
Jarek Kowalski
f04ec7ebed site: preparing for 0.8 Release (#877)
* Added draft release notes for 0.8
* Moved some content to 'advanced' section.
* Added conceptual documentation for actions, caching and logging.
* Updated site footer.
2021-03-10 20:49:58 -08:00