Hi all

[TWC] LessBackupsPlugin alternative for rotating backup
https://groups.google.com/d/topic/tiddlywiki/wkT3wGZtd-4/discussion

helped me a lot to reduce errors in real time synced folders.
But it also increase a lot the number of files to be synced.

I am thinking of using the username in the backup file like 
/backup/index_jbo.html

How can I fetch an use "Username" to modify the following code ?

        if (config.options.chkOneADayBackUpFile==true) {
                var x = (new Date()).getMinutes();
                backupPath += 
(x<10?'0':x<20?'1':x<30?'2':x<40?'3':x<50?'4':'5')+ "." + "html";}



Regards

Julien

 


-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0bdd2766-74c2-4e8f-83ed-b0a90a65778f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to