Snebu VS corectrl

Compare Snebu vs corectrl and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Snebu corectrl
10 309
110 -
- -
0.0 -
over 3 years ago -
C
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Snebu

Posts with mentions or reviews of Snebu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-29.
  • I'm working on a tar implementation with public key encryption extensions.
    1 project | /r/linux | 11 Feb 2022
    As such, I use tar for the serialization of backup data for Snebu (https://www.snebu.com), which has a plugin (tarcrypt) that operates on the data streams. Snebu ingests tar format, and emits tar format, so all you need to backup/restore a host is ssh access (server can pull backups, or client can push backups). So tarcrypt was added as way to do client-side encryption, but still be able to to submit recognizable tar files to Snebu's backend (which indexes, de-duplicates, and snapshots backups).
  • I'm giving out microgrants to open source projects for the third year in a row! Brag about your projects here so I can see them, big or small!
    17 projects | /r/linux | 29 Dec 2021
    Snebu, on github. Simple Network Encrypting Backup Utility.
  • Using Git For Backups
    6 projects | /r/git | 21 Nov 2021
  • Restic: Backups Done Right
    31 projects | news.ycombinator.com | 13 Nov 2021
  • Deduplicating Archiver with Compression and Encryption
    19 projects | news.ycombinator.com | 24 Jul 2021
  • Backup encryption using SSH keys with age anno 2021
    1 project | /r/crypto | 5 Apr 2021
    Details are at https://www.snebu.com/tarcrypt.html if you want to look it over (and tarcypt is part of the Snebu project https://github.com/derekp7/snebu). I'd love to get another pair of eyes on this to point out any non-obvious security limitations.
  • Interview with CEO of rsync.net: “no firewalls and no routers”
    3 projects | news.ycombinator.com | 18 Mar 2021
    Since I've had a handful of users ask about cloud storage for Snebu, Would you be interested in adding Snebu as a supported protocol? It should be similar to how you currently support Borg. For Snebu, the client runs find and tar, sending results via ssh to the snebu binary on the remote host. And more recently client-side public key encryption support has been added via a client-side filter called "tarcrypt". Ideally, a customer would use Snebu to back up to a local device on their network (for example a Raspberry Pi with a large USB drive attached), and then use Snebu's efficient replication to send deltas to the cloud-hosted server. Client files are stored individually (deduplicated) on the Snebu server, and metadata is in an SQLite DB (advantages over Borg is more open standards for the data storage and public-key encryption, disadvantage is file-level instead of block-level deduplication and a project that isn't as widely used).

    If you are interested, I would be more then happy to have an extended discussion with you going over implementation options, and updating the client side script to make it work better with your service. (https://www.snebu.com, https://github.com/derekp7/snebu, and the tarcrypt extensions to tar are described at https://www.snebu.com/tarcrypt.html).

  • Pet Project Thread February 26 2021
    1 project | /r/sysadmin | 27 Feb 2021
    Would a mention of my open source backup system, Snebu (or https://github.com/derekp7/snebu) fit in this thread? Elevator pitch -- GPLv3 C code, snapshot-based, compresses, encrypts, deduplicates, can back up clients without installing an agent (just need ssh, bash, tar, and find commands on client for "pull" backups), push backups can have restricted permissions (i.e., give a client permission to push backups only, but not delete backups, or give a user restore-only permissions). Uses tar to collect the data, stores metadata in an SQLite DB on the server, files are stored in LZO format (can be read directly with lzop) (unless client-side encryption is used, but the data can still be decrypted with openssl then decompressed with lzop). Encryption is public-key based instead of needing to keep a shared symmetric key or passphrase laying around on your backup server.
  • What backup method do you use?
    4 projects | /r/Fedora | 8 Feb 2021
    I created and use Snebu -- I'm working on getting it submitted to Fedora (waiting on package review now), doing daily snapshots of my fleet to a raspberry pi with external 12 TB WD Easystore drive. Provides push or pull based backups, granular access permissions, client-side public key encryption (RSA + AES-256) with HMAC validation, server-based data catalog housed in SQLite, multiple client support, global (cross client) file-level deduplication and compression. Works great for backing up a large range of OS versions since the client-side doesn't need an agent -- just bash, tar, find, and ssh.
  • Encrypted Backup Shootout
    17 projects | news.ycombinator.com | 2 Jan 2021
    snebu (c) - https://github.com/derekp7/snebu

corectrl

Posts with mentions or reviews of corectrl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-31.
  • I forked SteamOS for my living room PC
    7 projects | news.ycombinator.com | 31 Dec 2023
    > I only want some decent fan control instead of relying on random scripts off github. AMD has to release some sort of GUI panel for sure.

    Have you tried CoreCtrl [0]?

    > My 5800x3D and 6800XT deliver an outstanding Linux gaming experience.

    I have a 7900XTX and performance under Linux has been at least on par with Windows, sometimes better (though not by much).

    > May i ask what driver features are you missing?

    I'm not GP but I'd love to see frame gen and stuff like anti-lag and upscaling integrated into amdgpu with some sort of official way of setting it (though looking at Adrenaline it might actually be best if it's left up to the community to create the GUIs).

    [0] https://gitlab.com/corectrl/corectrl

  • Any luck with giving permissions to corectrl? Also steam games question.
    1 project | /r/openSUSE | 9 Dec 2023
  • How do I underclock my 7800 xt on arch linux?
    1 project | /r/linux_gaming | 17 Nov 2023
    Basically the 7800 xt has this bug where I need to lower the core clock of -80mhz to avoid it crashing with 2 different hdmi/vga monitors or something. On windows no problems, but what about arch linux? How do I lower it? Looks like corectrl doesn´t support 7000 series gpus (from what I understood), please help yall!
  • Is this apllied to 23.10 or just older Ubuntu?
    1 project | /r/Ubuntu | 2 Nov 2023
    sudo grub-mkconfig -o /boot/grub/grub.cfg Reboot your system. You should have more controls when you select Advanced as Performance mode. https://gitlab.com/corectrl/corectrl/-/wikis/Setup
  • Recommendations for new AMD GPU setup
    2 projects | /r/linux_gaming | 10 Oct 2023
  • AMD's 7900 XTX achieves better value for Stable Diffusion than Nvidia RTX 4080
    2 projects | news.ycombinator.com | 19 Aug 2023
    > The AMD experience on Linux is vastly better than the Nvidia one.

    I just wish we had an equivalent of AMD Software on Linux, so I could mess around with the settings more.

    For example, I like to limit the GPU to 50-75% of it's total power for ambient heat/cooling reasons, or UPS/PSU/electricity bill reasons when specific games make it hard to cap framerates.

    With AMD Software on Windows, it's no big deal. On Linux, the best I found was CoreCtrl: https://gitlab.com/corectrl/corectrl

    Sadly, it doesn't seem to work all that well for my use case, which I mentioned in my blog post when using Linux instead of Windows as my daily driver at home too: https://blog.kronis.dev/articles/a-week-of-linux-instead-of-...

    > You see, by default the card controls its own GPU and memory clock values, which means that when idle the GPU draws around 40 W of power. However, if I want to set a limit for how much W in total it can use, it also makes me set the GPU and memory clock values, which will them be fixed: so at idle the GPU will use about 60 W of power.

  • Problem in game fedora 38
    1 project | /r/Fedora | 13 Aug 2023
  • AMD really need to fix this. (7900 XTX vs 4080 power consumption)
    1 project | /r/hardware | 11 Jul 2023
    If you set it to POWER_SAVING instead of 3D_FULL_SCREEN, it uses the highest boost clock a lot less. Or if you use something like corectrl's application profiles (maybe the Windows vendor driver control panel has them?), you can selectively disable boost clock states in specific games.
  • Motherboard for Gamers
    3 projects | /r/linux_gaming | 10 Jul 2023
    I'm bias toward Asus motherboards. I have an "Asus TUF GAMING B550-PLUS WIFI II" and a "Asus ROG Crosshair VIII Hero (WI-FI) ATX". Both boards have a fan control feature in the BIOS/EFI. On the Windows side both boards come with Ai Suite 3 software. On the Linux side you might want to take a look at Corectrl ==> https://gitlab.com/corectrl/corectrl
  • Where/how can I get Radeon Adrenaline software for Linux
    1 project | /r/Amd | 8 Jul 2023
    I think CoreCtrl might offer some of what you're looking for.

What are some alternatives?

When comparing Snebu and corectrl you can also consider the following projects:

UrBackup - UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux

radeon-profile - Application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu)

Elkarbackup - Open source backup solution for your network

System76 Power Management - System76 Power Management

BorgBackup - Deduplicating archiver with compression and authenticated encryption.

gamemode - Optimise Linux system performance on demand

restic - Fast, secure, efficient backup program

tuxclocker - Qt overclocking tool for GNU/Linux

Rsnapshot - a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)

amdgpu-clocks - Simple script to control power states of amdgpu driven GPUs

Duplicati - Store securely encrypted backups in the cloud!

kernelstub - A simple EFI boot manager manager for Linux