https://github.com/cosmic-utils/stellarshot
A simple backup application using Restic/Rustic for the COSMIC™ desktop.
https://github.com/cosmic-utils/stellarshot
backup-tool backup-utility cosmic-ext-application pop-os
Last synced: 3 months ago
JSON representation
A simple backup application using Restic/Rustic for the COSMIC™ desktop.
- Host: GitHub
- URL: https://github.com/cosmic-utils/stellarshot
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2024-05-16T23:08:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T19:18:19.000Z (8 months ago)
- Last Synced: 2025-10-21T21:17:56.764Z (8 months ago)
- Topics: backup-tool, backup-utility, cosmic-ext-application, pop-os
- Language: Rust
- Homepage:
- Size: 488 KB
- Stars: 34
- Watchers: 5
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stellarshot
A simple backup application using Rustic for the COSMIC™ desktop.



# UNDER ACTIVE DEVELOPMENT
This application should NOT be trusted at this moment, up until its first release, important data is at risk. Always have multiple backups and follow the [3-2-1 rule](https://www.seagate.com/blog/what-is-a-3-2-1-backup-strategy/).
## This is not an official COSMIC™ application from System76
## Current features
- [x] Create a repository with a user set password
- [x] Create a new snapshot in the selected repository with custom file(s)
- [x] Delete a selected repository
- [x] Delete snapshots in the selected repository
## Planned features
- [ ] Create a snapshot with selected folder(s) and/or file(s)
- [ ] Restore from a snapshot
## Install
To install your COSMIC™ application, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:
```sh
sudo apt install just
```
After you install it, you can run the following commands to build and install your application:
```sh
just build-release
sudo just install
```