[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1859":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":15,"starSnapshotCount":15,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},1859,"restic","restic\u002Frestic","Fast, secure, efficient backup program","https:\u002F\u002Frestic.net",null,"Go",34081,1781,227,459,0,125,220,620,403,44.75,"BSD 2-Clause \"Simplified\" License",false,"master",[25,26,27,28,5,29],"backup","dedupe","deduplication","go","secure-by-default","2026-06-12 02:00:33","[![Documentation](https:\u002F\u002Freadthedocs.org\u002Fprojects\u002Frestic\u002Fbadge\u002F?version=latest)](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F?badge=latest)\n[![Build Status](https:\u002F\u002Fgithub.com\u002Frestic\u002Frestic\u002Fworkflows\u002Ftest\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Frestic\u002Frestic\u002Factions?query=workflow%3Atest)\n[![Go Report Card](https:\u002F\u002Fgoreportcard.com\u002Fbadge\u002Fgithub.com\u002Frestic\u002Frestic)](https:\u002F\u002Fgoreportcard.com\u002Freport\u002Fgithub.com\u002Frestic\u002Frestic)\n\n# Introduction\n\nrestic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD).\n\nFor detailed usage and installation instructions check out the [documentation](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest).\n\nYou can ask questions in our [Discourse forum](https:\u002F\u002Fforum.restic.net).\n\n## Quick start\n\nOnce you've [installed](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F020_installation.html) restic, start\noff with creating a repository for your backups:\n\n    $ restic init --repo \u002Ftmp\u002Fbackup\n    enter password for new backend:\n    enter password again:\n    created restic backend 085b3c76b9 at \u002Ftmp\u002Fbackup\n    Please note that knowledge of your password is required to access the repository.\n    Losing your password means that your data is irrecoverably lost.\n\nand add some data:\n\n    $ restic --repo \u002Ftmp\u002Fbackup backup ~\u002Fwork\n    enter password for repository:\n    scan [\u002Fhome\u002Fuser\u002Fwork]\n    scanned 764 directories, 1816 files in 0:00\n    [0:29] 100.00%  54.732 MiB\u002Fs  1.582 GiB \u002F 1.582 GiB  2580 \u002F 2580 items  0 errors  ETA 0:00\n    duration: 0:29, 54.47MiB\u002Fs\n    snapshot 40dc1520 saved\n\nNext you can either use `restic restore` to restore files or use `restic\nmount` to mount the repository via fuse and browse the files from previous\nsnapshots.\n\nFor more options check out the [online documentation](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F).\n\n# Backends\n\nSaving a backup on the same machine is nice but not a real backup strategy.\nTherefore, restic supports the following backends for storing backups natively:\n\n- [Local directory](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#local)\n- [sftp server (via SSH)](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#sftp)\n- [HTTP REST server](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#rest-server) ([protocol](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F100_references.html#rest-backend), [rest-server](https:\u002F\u002Fgithub.com\u002Frestic\u002Frest-server))\n- [Amazon S3](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#amazon-s3) (either from Amazon or using the [Minio](https:\u002F\u002Fminio.io) server)\n- [OpenStack Swift](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#openstack-swift)\n- [BackBlaze B2](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#backblaze-b2)\n- [Microsoft Azure Blob Storage](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#microsoft-azure-blob-storage)\n- [Google Cloud Storage](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#google-cloud-storage)\n- And many other services via the [rclone](https:\u002F\u002Frclone.org) [Backend](https:\u002F\u002Frestic.readthedocs.io\u002Fen\u002Flatest\u002F030_preparing_a_new_repo.html#other-services-via-rclone)\n\n# Design Principles\n\nRestic is a program that does backups right and was designed with the\nfollowing principles in mind:\n\n-  **Easy**: Doing backups should be a frictionless process, otherwise\n   you might be tempted to skip it. Restic should be easy to configure\n   and use, so that, in the event of a data loss, you can just restore\n   it. Likewise, restoring data should not be complicated.\n\n-  **Fast**: Backing up your data with restic should only be limited by\n   your network or hard disk bandwidth so that you can backup your files\n   every day. Nobody does backups if it takes too much time. Restoring\n   backups should only transfer data that is needed for the files that\n   are to be restored, so that this process is also fast.\n\n-  **Verifiable**: Much more important than backup is restore, so restic\n   enables you to easily verify that all data can be restored.\n\n-  **Secure**: Restic uses cryptography to guarantee confidentiality and\n   integrity of your data. The location the backup data is stored is\n   assumed not to be a trusted environment (e.g. a shared space where\n   others like system administrators are able to access your backups).\n   Restic is built to secure your data against such attackers.\n\n-  **Efficient**: With the growth of data, additional snapshots should\n   only take the storage of the actual increment. Even more, duplicate\n   data should be de-duplicated before it is actually written to the\n   storage back end to save precious backup space.\n\n# Reproducible Builds\n\nThe binaries released with each restic version starting at 0.6.1 are\n[reproducible](https:\u002F\u002Freproducible-builds.org\u002F), which means that you can\nreproduce a byte identical version from the source code for that\nrelease. Instructions on how to do that are contained in the\n[builder repository](https:\u002F\u002Fgithub.com\u002Frestic\u002Fbuilder).\n\n## News\n\nYou can follow the restic project on Mastodon [@resticbackup](https:\u002F\u002Ffosstodon.org\u002F@restic) or subscribe to\nthe [project blog](https:\u002F\u002Frestic.net\u002Fblog\u002F).\n\n## License\n\nRestic is licensed under [BSD 2-Clause License](https:\u002F\u002Fopensource.org\u002Flicenses\u002FBSD-2-Clause). You can find the\ncomplete text in [`LICENSE`](LICENSE).\n\n## Sponsorship\n\nBackend integration tests for Google Cloud Storage and Microsoft Azure Blob\nStorage are sponsored by [AppsCode](https:\u002F\u002Fappscode.com)!\n\n[![Sponsored by AppsCode](https:\u002F\u002Fcdn.appscode.com\u002Fimages\u002Flogo\u002Fappscode\u002Fac-logo-color.png)](https:\u002F\u002Fappscode.com)\n","restic 是一个快速、安全且高效的备份程序。它使用 Go 语言编写，支持数据去重（deduplication），默认采用安全设置，并能在 Linux、macOS、Windows 以及 FreeBSD 和 OpenBSD 上运行。restic 的核心功能包括跨平台的数据备份与恢复，支持多种存储后端如本地目录、SFTP 服务器、HTTP REST 服务、Amazon S3、OpenStack Swift 等，确保用户可以根据需求灵活选择存储位置。此外，通过加密技术保证了备份数据的安全性。适用于需要定期进行文件或系统备份的个人和企业用户，特别是对数据安全性有较高要求的场景。",2,"2026-06-11 02:46:28","top_all"]