files_snapshots icon indicating copy to clipboard operation
files_snapshots copied to clipboard

added userFormat,

Open tacruc opened this issue 7 years ago • 0 comments

So the app is now able to read in Version's from Snapshots of user directory's for example:

data/user1
data/user2

with snapshot

/snapshots/user1.20170505
/snapshots/user1.20170504
/snapshots/user2.20170505
/snapshots/user2.20170504

can be configured with:

snapshotFormat /snapshots/%snapshots%/
dateFormat *Ymd
userFormat \w+\d+

tacruc avatar Jun 06 '17 20:06 tacruc