- 1. Introduction
- 2. Contributing to rustic
- 3. FAQ
❱
- 3.1. Comparison rustic and restic
- 4. Breaking Changes
- 5. Error Codes
❱
- 5.1. C001 Data corruption
- 5.2. C002 Incorrect Password
- 5.3. C003 Verification failed
- 6. Installation
❱
- 6.1. Nightly Builds
- 7. Completions
- 8. Getting Started
- 9. Preparing a new repository
❱
- 9.1. Configuration File
- 9.2. Local Backend
- 9.3. REST Server
- 9.4. Supported Services
❱
- 9.4.1. Other Services via rclone
- 9.5. Cold Storage
- 10. Backing up data
❱
- 10.1. Creating snapshots
- 10.2. File change detection
- 10.3. Dry Run
- 10.4. Excluding Files
- 10.5. Comparing Snapshots
- 10.6. Special Items and Metadata
- 10.7. Reading data from StdIn
- 10.8. Tags
- 10.9. Scheduling
- 10.10. Space requirements
- 10.11. Environment Variables
- 11. Working with repositories
❱
- 11.1. Listing Snapshots
- 11.2. Copying Snapshots between Repositories
- 11.3. Filtering Snapshots
- 11.4. Show File History
- 11.5. Ensuring deduplication for copied Snapshots
- 11.6. Checking Integrity and Consistency
- 11.7. Managing Repository Keys
- 11.8. Upgrading the Repository Format Version
- 11.9. Hooks
- 12. Restoring data from backups
❱
- 12.1. Using mount
- 12.2. Using webdav
- 12.3. Printing files to StdOut
- 13. Removing backup snapshots
❱
- 13.1. Removing a Single Snapshot
- 13.2. Removing Snapshots by Policy
- 13.3. Security Considerations in Append-Only Mode
- 13.4. Customize Pruning
- 13.5. Recovering from "no free space" errors
- 14. Stories