ENH: No automatic name for mass-imported File entities
5 unresolved threads
5 unresolved threads
Compare changes
@@ -60,7 +60,7 @@ import org.caosdb.server.utils.Utils;
@@ -60,7 +60,7 @@ import org.caosdb.server.utils.Utils;
"For expert users only! Risk of creating spam records!\nValue of this flag might be any directory on the servers local file system which is part of the server's back-end file storage. This job will insert every readable, nonhidden file in said directory into the database and link the file with a symlink. This is useful to add a huge amount of files without actully copying them to the back-end file storage. If you call this job on a directory more than once every file that was recently added to the source directory is inserted. Every yet known file is left untouched. \nOptional parameter -e EXCLUDE: A regular expression of files which are to be ignored. \n Optional parameter -i INCLUDE: a regular expression of files which are to be included. By default, all files are included. The -e takes precedence. \nOptional parameter -p PREFIX: Stores all new files into the directory PREFIX in the server's file system.\nOptional parameter --force-allow-symlinks: Simlinks in your data are a source of problems for the database. Therefore, simlinks are ignored by default. This option allows symlinks (but still generates simlink warnings). \nPrepend/Dry run: Call this flag with a retrieve transaction (HTTP GET) and it will only count all files and list them without actually inserting them.")
"For expert users only! Risk of creating spam records!\nValue of this flag may be any directory on the servers local file system which is part of the server's back-end file storage. This job will insert every readable, nonhidden file in said directory into the database and link the file with a symlink. This is useful to add a huge amount of files without actually copying them to the back-end file storage. If you call this job on a directory more than once every file that was recently added to the source directory is inserted. Every already known file is left untouched. \nOptional parameter -e EXCLUDE: A regular expression of files which are to be ignored. \n Optional parameter -i INCLUDE: a regular expression of files which are to be included. By default, all files are included. The -e takes precedence. \nOptional parameter -p PREFIX: Stores all new files into the directory PREFIX in the server's file system.\nOptional parameter --force-allow-symlinks: Symlinks in your data are a source of problems for the database. Therefore, simlinks are ignored by default. This option allows symlinks (but still generates simlink warnings). \nPrepend/Dry run: Call this flag with a retrieve transaction (HTTP GET) and it will only count all files and list them without actually inserting them.")
@@ -95,6 +95,11 @@ public class InsertFilesInDir extends FlagJob {
@@ -95,6 +95,11 @@ public class InsertFilesInDir extends FlagJob {
@@ -217,7 +222,7 @@ public class InsertFilesInDir extends FlagJob {
@@ -217,7 +222,7 @@ public class InsertFilesInDir extends FlagJob {
@@ -266,14 +271,13 @@ public class InsertFilesInDir extends FlagJob {
@@ -266,14 +271,13 @@ public class InsertFilesInDir extends FlagJob {
Unrelated doc changes.