A almost perfect rsync over ssh

A almost perfect rsync over ssh backup script – zazu.berlin– die Schwarzwal
A almost perfect rsync over ssh backup script
Last updated on 25. Februar 2022 Creating backups is a basic necessity for anyone who stores data. With the help of a dedicated server, the Linux operating system and the rsync software, you can securely and efficiently retrieve data from any computer via an SSH connection and store it in a backup.

https://blog.zazu.berlin/software/a-almost-perfect-rsync-over-ssh-backup-script.html

BurntSushi/xsv


BurntSushi/xsv
xsv is a command line program for indexing, slicing, analyzing, splitting and joining CSV files. Commands should be simple, fast and composable: Simple tasks should be easy. Performance trade offs should be exposed in the CLI interface. Composition should not come at the expense of performance.

https://github.com/BurntSushi/xsv

fx — a workspace tool manager


fx — a workspace tool manager
fx is a command line tool (CLI) that hosts and manages other CLIs. It takes care of the tedious parts of CLIs like argument parsing, validation, help/man pages and updates. fx has dynamic subcommands based on its current directory — these subcommands are created by you, the user.

https://jathu.me/fx/