Hi all
[TWC] LessBackupsPlugin alternative for rotating backup
https://groups.google.com/d/topic/tiddlywiki/wkT3wGZtd-4/discussionhelped 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