[tw5] Re: How to backup or clone the actual wiki inside of TW5?

2019-12-11 Thread Stefan Pfister
Alright I'll keep my bash script. Thanks for the input.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7619fbe-7317-4255-8e4b-d72611265ec1%40googlegroups.com.


[tw5] Re: How to backup or clone the actual wiki inside of TW5?

2019-12-09 Thread TiddlyTweeter
Ciao PMario

The fact your tool can save to sub-dirs of the "Downloads" folder is a big 
plus.

TT

On Monday, 9 December 2019 12:40:32 UTC+1, PMario wrote:
>
> Hi Stefan, 
>
> As TT pointed out. If you want to save outside the browser Downloads 
> directory your bash script is fine. 
>
> If you use FireFox my AddOn may be an option: see: Mozilla AddOns 
> . OR latest 
> beta-release  at github.
>
> Especially see the homepage  and 
> video 
> links  ;)
>
> have fun!
> mario
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f042652b-c099-44b0-9d83-8e660a9b483c%40googlegroups.com.


[tw5] Re: How to backup or clone the actual wiki inside of TW5?

2019-12-09 Thread PMario
Hi Stefan, 

As TT pointed out. If you want to save outside the browser Downloads 
directory your bash script is fine. 

If you use FireFox my AddOn may be an option: see: Mozilla AddOns 
. OR latest 
beta-release  at github.

Especially see the homepage  and video 
links  ;)

have fun!
mario

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/548663f3-97f9-4d37-9c1a-705a636c02a3%40googlegroups.com.


[tw5] Re: How to backup or clone the actual wiki inside of TW5?

2019-12-09 Thread TiddlyTweeter
As Jed commented, the issue is strongly related to browsers which limit 
saving to the download directory (though download sub-dirs can work too).

Bob (underneath its node based files) does not have these limitations. And 
through its "scripting" you could likely do anything.

But if you want to do this through single file wiki to a special directory 
outside downloads then the external bash copying route is likely easiest.

My 2 cents
TT

On Monday, 9 December 2019 11:08:08 UTC+1, Stefan Pfister wrote:
>
> Hi folks,
>
> some dumb question. I would like to have a button in a tiddler, which 
> makes a copy of the same tw in a folder named "backup". 
>
> I do it now with a nice shell script on linux from the outside via bash. 
> But I'm wondering if there is no way inside of tiddlywiki itself to do the 
> job. I don't speak of the normal saving. It is just for creating a backup 
> of the opened tiddlywiki.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1f2dc0dd-59fe-4d1e-ba1c-fb2aca648830%40googlegroups.com.


[tw5] Re: How to backup or clone the actual wiki inside of TW5?

2019-12-09 Thread Jed Carty
This is closely related to the restrictions browsers have for file system 
access. The existing savers are the best we have for single file wikis. 
Using the same idea as the BobSaver or Put saver you could make a secondary 
save function that saves a file to an alternate location, and Bob has a 
'save to server' function that saves a single file version of the wiki on 
the file system. I don't remember if the location is configurable or if it 
is always in default output folder that the normal node server uses when 
you use the save command from the terminal.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/75654e3c-1c46-42b0-a209-44cf73307d92%40googlegroups.com.