Zaloha.sh is an open-source backup software for Linux. It uses rsync and zstd to create compressed, encrypted backups with snapshots and version control. Easy to setup and handles large data sets efficiently.
Zaloha.sh is an open-source backup software for Linux. It uses rsync and zstd to create compressed, encrypted backups with snapshots and version control. Easy to setup and handles large data sets efficiently.
What is Zaloha.sh?
Zaloha.sh is an open-source backup software designed specifically for Linux systems. It utilizes rsync for efficient syncing of data and zstd for high compression of backup archives. Some key features include:
Encrypted backups using GPG encryption
Snapshot-based backups for easy version control and restores
Efficient handling of large data sets and incremental backups
Deduplication of data for reduced storage needs
Simple setup with just a single configuration file
Integration of offsite/cloud storage services for remote backups
Zaloha.sh aims to provide an all-in-one Linux backup solution that is secure, flexible and easy to manage. The use of rsync and snapshots makes it reliable for backing up even very large data sets. With encryption enabled, users can securely backup sensitive data to local and remote storage. The active development community keeps adding new features and improvements.
rsync is an open source software application for Unix-like systems that synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. It is typically used for copying and synchronizing files across systems or network locations.Some key features of rsync include:Fast incremental file...
FreeFileSync is an easy-to-use open source file synchronization and backup software. It helps compare and synchronize files and folders on Windows, Linux and macOS operating systems to prevent data loss.Some key features of FreeFileSync include:Comparing and synchronizing files and folders based on content, date, size or file namesMirroring folders for...
Robocopy, which stands for Robust File Copy, is a command-line file copying utility that comes included in Windows. It has been a part of the Windows Resource Kit since Windows NT and was integrated into Windows Vista, 7, 8, 10 and Windows Server since Server 2008.Robocopy provides substantially more flexibility,...
XCOPY (Extended Copy) is a command-line file copying utility that has been included in Windows operating systems since Windows NT. It provides more features and options for copying files than the basic COPY command.Some of the key features of XCOPY include:Ability to copy entire directories in addition to individual filesOptions...
Unison is an open source file synchronization and data replication tool for Windows, macOS, and Linux operating systems. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date...
RsyncOSX is an open-source graphical user interface (GUI) for the rsync file transfer utility on macOS. It allows users to easily configure and execute rsync commands through a simple point-and-click interface without needing to use the command line.Some key features of RsyncOSX include:Intuitive GUI for setting up rsync jobs, including...