ChrisW1337

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by ChrisW1337

  1. I am not closer to a solution, since i startedthis thread.

    Intense work on Paperless, but since i have tons of existing PDF in a neat directory structure and naming, Paperless ist of no big help.

     

    Are there new options? like AI training tools or such. Still wondering why I am the only one (almost) with this problem.

  2. 3 hours ago, ChrisW1337 said:

     

    yes, thank you. but what is "/Local/AP/AP1"?
    when my pings are for example:

     

    + Local

    menu = Local
    Title = Local


    ++ Switch1
    menu = Switch1
    title = Switch1
    host = 192.168.2.3
    ++ Switch2
    menu = Switch2
    title = Switch2
    host = 192.168.2.4
    ++ Switch3
    menu = Switch3
    title = Switch3
    host = 192.168.2.5

    i dont seem to have any path like this one "/Local/AP/AP1"

     

    DUH - forget it - I see it now - thanks

     

    host = Local/Switch1 Local/Switch2 ....

  3. On 2/5/2024 at 3:55 AM, mattw said:

    So, the magic is in the Targets file... You build the following it paths to the queries you want to include in the multigraph like so...

    ++ MultiHostAPPings
    menu = MultiHost AP ICMP
    title = Consolidated AP Ping Responses
    host = /Local/AP/AP1 /Local/AP/AP2 /Local/AP/AP4 /Local/AP/AP5

     

    yes, thank you. but what is "/Local/AP/AP1"?
    when my pings are for example:

     

    + Local

    menu = Local
    Title = Local


    ++ Switch1
    menu = Switch1
    title = Switch1
    host = 192.168.2.3
    ++ Switch2
    menu = Switch2
    title = Switch2
    host = 192.168.2.4
    ++ Switch3
    menu = Switch3
    title = Switch3
    host = 192.168.2.5

    i dont seem to have any path like this one "/Local/AP/AP1"

  4. What I have tried now: 
    * Install the container rdestop with the ubuntu label: lscr.io/linuxserver/rdesktop:ubuntu-mate
    * gave it a path to my pdf on the server

    * then i have installed JAVA and DOCFETCHER into it

    And now i can remotedesktop into docfetcher ...

    that works, but i dont know what happens after update or reboot.
     

  5. Is there any solution, meanwhile?

    I still have no way to search my files (fulltext,pdf, ...) on the server other then with copernic or totalcommander

     

    i dont get elasticsearch running though.

     

    and i dont want to import my files into an dms (although i am broken at this point and might do so, just for the sake of searching)

    I didnt get yacy to crawl my documents locally.

  6. seems we are the only ones trying to do a serverside fulltext search of existing PDF Files.

    I am not sure that SOLR is what *I* am looking for though.

    What i am thinking of is something like DTSearch or COPERNIC, in a Browserwindow, so that i can use not only on one PC.

  7. Hi,

     

    sorry i dont understand the  "snapshot_root    /.snapshots/" part.

    I defined "/.snapshots" to "/mnt/user/data/rsnapbackup/" in my unraid docker configuration.

     

    now i want to start 2 different Backup sets 

    1. share.daten

    2. share.album

     

    BUT when i configure this in rsnapshot.conf:

    backup  /data/share.daten/  /share.daten/

     

    This does not work, because the hourly.0... directory all go into "/mnt/user/data/rsnapbackup/", the snapshot_root.

    BUT I i want is them to be in "/mnt/user/data/rsnapbackup/SHARE.DATEN/hourly.0...." and ""/mnt/user/data/rsnapbackup/SHARE.ALBUM/hourly.0...."

     

    i cant seem to put the backup into a subfolder under snapshot_root, but before hourly.0

     

    But i see no other way for different paths and jobs? 

     

    thanks for any tipp


    desired result as seen from unraid:

     

    1.)

    Source: /mnt/share.daten/Daten/text/file.txt

    Destination: /mnt/user/data/rsnapbackup/share.data/hourly.0/Daten/text/file.txt

     

    2.

    Source: /mnt/share.album/Fotoalbum/2022/file.jpg

    Destination: /mnt/user/data/rsnapbackup/share.album/hourly.0/Fotoalbum/2022/file.jpg

  8. Hello,

     

    I have several scanned PDFs in my unraid. Till lately i used a desktop search (copernic and dtsearch) to find the documents i need.

     

    I have tried all related unraid-dockers, like paperless, ...  But I want to keep the PDFs in my directory order and dont want them in database or even forced to put the PDFs via webinerface into the searchable engine.

     

    Till now  I didnt found a full-text search engine with a decent web UI where i can search and open/click on the link of my document

     

    I tried elasticsearch with kibana but got an operation to complex error on layer 8.

     

    Does someone has a tip what i can try or where to look - it would be great if it were free or opensource.

     

     

    Thanks

    Chris