Re: [Astlinux-users] rclone backup

2018-10-16 Thread Fernando F.
17 October 2018 at 1:48 am > *To: *AstLinux List > *Subject: *Re: [Astlinux-users] rclone backup > > > > I think is backup Astlinux is the goal then tarsnap is a far better > approach. rclone is a general purpose copy utility much like rsync with > support for an awful lot o

Re: [Astlinux-users] rclone backup

2018-10-16 Thread Michael Knill
Tarsnap is a no brainer. I am updating all my systems to use it. Regards Michael Knill From: David Kerr Reply-To: AstLinux List Date: Wednesday, 17 October 2018 at 1:48 am To: AstLinux List Subject: Re: [Astlinux-users] rclone backup I think is backup Astlinux is the goal then tarsnap is a

Re: [Astlinux-users] rclone backup

2018-10-16 Thread Fernando F.
Hello David, Yup I saw that and agree but the reason I did this was for systems like mine that are allready up and running. Thanks for pointing it out! Thank You, Fernando Fuentes Texas Weather On Tue, Oct 16, 2018 at 9:25 AM David Kerr wrote: > It is also possibl

Re: [Astlinux-users] rclone backup

2018-10-16 Thread Fernando F.
Hello Lonnie! The symlink was for ease of mind when running the command from the shell. /mnt/kd is not on the path so it makes it easier to just run when working with it :) I allready have Backblaze B2 so I just didnt want to just jump ship. All of my servers are up there. Plus rclone gives your mo

Re: [Astlinux-users] rclone backup

2018-10-16 Thread David Kerr
I think is backup Astlinux is the goal then tarsnap is a far better approach. rclone is a general purpose copy utility much like rsync with support for an awful lot of protocols some proprietary to specific cloud vendors. So there is a use case for it. But I don't think it belongs in Astlinux.

Re: [Astlinux-users] rclone backup

2018-10-16 Thread Lonnie Abelbeck
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.

Re: [Astlinux-users] rclone backup

2018-10-16 Thread David Kerr
It is also possible to build rclone right into Astlinux if you build your own custom image. See... https://github.com/dkerr64/astlinux/commit/32a341eb11d9102b1c51222504161022d98dd10b This added it to my own custom image. But, after using it for a while I no longer include it in my builds. The bi

[Astlinux-users] rclone backup

2018-10-16 Thread Fernando F.
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