ehhhhhhhh
This commit is contained in:
parent
19cfb3cb27
commit
c2048c5039
@ -133,6 +133,8 @@ public class MakeBackupRunnable implements Callable<Void> {
|
||||
}
|
||||
|
||||
private String getFileName() {
|
||||
return Utilities.getDateTimeFormatter().format(context.startDate()) + (context.comment() != null ? "#" + context.comment().replaceAll("[\\\\/:*?\"<>|#]", "") : "") + config.get().format.getCompleteString();
|
||||
return Utilities.getDateTimeFormatter().format(context.startDate()) +
|
||||
(context.comment() != null ? "#" + context.comment().replaceAll("[\\\\/:*?\"<>|#]", "") : "") +
|
||||
config.get().format.getCompleteString();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user