public inbox for blinux-list@redhat.com
 help / color / mirror / Atom feed
* Easiest way to back up/pull data from a cloud w/speakup or Fenrir?
@  blinux-list
   ` blinux-list
   ` blinux-list
  0 siblings, 2 replies; 6+ messages in thread
From: blinux-list @  UTC (permalink / raw)


As it says...

What's the simplest way to back up data to a cloud server and pull it
back down?

I have a new laptop. It's running vanilla Arch post install, I want to
pull down my configs and saved and backed up .config directory from my
old machine, but every provider I'm trying needs a browser window, it
seems like.

So is there any that I can run from a purely text mode install,
preferably from the repos or AUR that'll let me download my files? I'm
hoping there is because I, rankly, don't want to install a desktop for
just this one thing



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Easiest way to back up/pull data from a cloud w/speakup or Fenrir?
   Easiest way to back up/pull data from a cloud w/speakup or Fenrir? blinux-list
@  ` blinux-list
     ` blinux-list
   ` blinux-list
  1 sibling, 1 reply; 6+ messages in thread
From: blinux-list @  UTC (permalink / raw)


On Wed, Feb 23, 2022 at 11:13:38PM +0000, Linux for blind general discussion wrote:
> As it says...
> 
> What's the simplest way to back up data to a cloud server and pull it
> back down?
> 

I using git and yadm for that.

> I have a new laptop. It's running vanilla Arch post install, I want to
> pull down my configs and saved and backed up .config directory from my
> old machine, but every provider I'm trying needs a browser window, it
> seems like.


for transfering you can use rsync or magick-wormhole

> So is there any that I can run from a purely text mode install,
> preferably from the repos or AUR that'll let me download my files? I'm
> hoping there is because I, rankly, don't want to install a desktop for
> just this one thing

if you really want the cloud
rclone supports many providers.

-- 
Sincerely, Alexander



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Easiest way to back up/pull data from a cloud w/speakup or Fenrir?
   ` blinux-list
@    ` blinux-list
       ` blinux-list
  0 siblings, 1 reply; 6+ messages in thread
From: blinux-list @  UTC (permalink / raw)


But don't most of the providers (well okay I only tried dropbox/google
drive) need you to fire up a browser for getting a token to authorize
rclone?

Git sounds like a good idea. Essentially, fresh install, no desktop, and
still at that point where I want my stuff easily snaggable on any fresh
machine.

So how easy is it to make a git repo that only I can access? I mean,
rclone is fantastic.

But, I don't haave a browser on said machine to get tokens for rclone to
work so....

On Thu, Feb 24, 2022 at 10:27:05AM +
0300, Linux for blind general discussion wrote:
> On Wed, Feb 23, 2022 at 11:13:38PM +0000, Linux for blind general discussion wrote:
> > As it says...
> > 
> > What's the simplest way to back up data to a cloud server and pull it
> > back down?
> > 
> 
> I using git and yadm for that.
> 
> > I have a new laptop. It's running vanilla Arch post install, I want to
> > pull down my configs and saved and backed up .config directory from my
> > old machine, but every provider I'm trying needs a browser window, it
> > seems like.
> 
> 
> for transfering you can use rsync or magick-wormhole
> 
> > So is there any that I can run from a purely text mode install,
> > preferably from the repos or AUR that'll let me download my files? I'm
> > hoping there is because I, rankly, don't want to install a desktop for
> > just this one thing
> 
> if you really want the cloud
> rclone supports many providers.
> 
> -- 
> Sincerely, Alexander
> 
> _______________________________________________
> Blinux-list mailing list
> Blinux-list at redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Easiest way to back up/pull data from a cloud w/speakup or Fenrir?
     ` blinux-list
@      ` blinux-list
  0 siblings, 0 replies; 6+ messages in thread
From: blinux-list @  UTC (permalink / raw)


On Thu, Feb 24, 2022 at 10:21:44AM +0000, Linux for blind general discussion wrote:
> But don't most of the providers (well okay I only tried dropbox/google
> drive) need you to fire up a browser for getting a token to authorize
> rclone?

you can use another browser for that.

> Git sounds like a good idea. Essentially, fresh install, no desktop, and
> still at that point where I want my stuff easily snaggable on any fresh
> machine.
> 
> So how easy is it to make a git repo that only I can access?

it's easy. just register on github or gitlab and create a privat repo.

-- 
Sincerely, Alexander



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Easiest way to back up/pull data from a cloud w/speakup or Fenrir?
   Easiest way to back up/pull data from a cloud w/speakup or Fenrir? blinux-list
   ` blinux-list
@  ` blinux-list
  1 sibling, 0 replies; 6+ messages in thread
From: blinux-list @  UTC (permalink / raw)


On Wed, 23 Feb 2022, Linux for blind general discussion wrote:

> What's the simplest way to back up data to a cloud server and pull it
> back down?

Depends on how much data you're talking about and how much trouble you 
want to go to.

You could simply spin up a VPS at any hosting provider you like and rsync 
the files up there.  This might cost you a few dollars a month, depending 
on who you go with and what you want, but it might be simplest if you 
don't want to mess with complicated authentication.

Cheers,
Geoff.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Easiest way to back up/pull data from a cloud w/speakup or Fenrir?
@  blinux-list
  0 siblings, 0 replies; 6+ messages in thread
From: blinux-list @  UTC (permalink / raw)



There is rclone which is like a rsync for cloud drives.
Here is the home page and a blurb about it:
https://rclone.org

Rclone mounts any local, cloud or virtual filesystem as a disk on Windows, macOS, linux and FreeBSD, and also serves these over SFTP, HTTP,
WebDAV, FTP and DLNA.

On Wed, 23 Feb 2022, Linux for blind general discussion wrote:

> As it says...
>
> What's the simplest way to back up data to a cloud server and pull it
> back down?
>
> I have a new laptop. It's running vanilla Arch post install, I want to
> pull down my configs and saved and backed up .config directory from my
> old machine, but every provider I'm trying needs a browser window, it
> seems like.
>
> So is there any that I can run from a purely text mode install,
> preferably from the repos or AUR that'll let me download my files? I'm
> hoping there is because I, rankly, don't want to install a desktop for
> just this one thing
>
> _______________________________________________
> Blinux-list mailing list
> Blinux-list at redhat.com
> https://listman.redhat.com/mailman/listinfo/blinux-list
>
>

-- 
ent-
XR



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Easiest way to back up/pull data from a cloud w/speakup or Fenrir? blinux-list
 ` blinux-list
   ` blinux-list
     ` blinux-list
 ` blinux-list
 blinux-list

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).