From: Lonnie A. <li...@lo...> - 2018-10-16 14:25:34
|
Hi Fernando, Have you looked at Tarsnap? This remote backup service is directly supported within AstLinux. Tarsnap Online Backup https://doc.astlinux-project.org/userdoc:tt_tarsnap_online_backup The data "deduplication" works spectacularly well, along with it's tar-like command-line interface. Lonnie PS, Fernando I took a quick look at your scripts, you violate the AstLinux rule for not writing to the main image here: -- ln -s /mnt/kd/.rclone/bin/rclone /usr/sbin/rclone -- Why not just use "/mnt/kd/.rclone/bin/rclone" instead of creating a symlink ? > On Oct 16, 2018, at 8:58 AM, Fernando F. <dig...@gm...> wrote: > > Team, > > I have created an rclone install script for AstLinux. > I needed a way to backup to Backblaze B2. > rclone does the trick.... been that is a static binary and dependencies are very minimal to none. > Also it can backup to many other cloud services including local/network storage > For those who are brave and like to work on the command line knock your self out :) > https://github.com/parallelsys/astlinux_scripts/tree/master/rclone > > Tested with the latest version of astlinux. Unable to test on an older version as I got rid of my old one. > > Thank You, > > Fernando Fuentes > Texas Weather |