linux-nerds.org

    linux-nerds.org

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Restic UI - Changelog

    Restic UI
    restic-ui python3 pyqt5
    1
    2
    91
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • FrankM
      FrankM last edited by FrankM

      1.3.0

      • Release for switch to PyQt6

      https://gitlab.com/Bullet64/restic-ui-public/-/releases/1.3.0

      1.2.0

      • Release for encrypted backup_list.json (optional)

      https://gitlab.com/Bullet64/restic-ui-public/-/releases/1.2.0

      1.1.0

      • Release for REST server support

      https://gitlab.com/Bullet64/restic-ui-public/-/releases/1.1.0

      1.0.2

      • fix an error in restic_ls2, don't do SnapshotID.id_remove(self)

      1.0.1

      • remove backup-list.json

      1.0.0

      • Initial release
      1. RockPro64 v2.1 / PCIe SATA 5 Ports / Boot direct from port 5 SSD / 2 * 3,5 Zoll 4TB HDD (raid1) / 2 * 2,5 Zoll 2 TB (raid 1) using as NAS / Kernel Linux NASrp64 5.6.0-1137-ayufan-ge57f05e7bf8f

      2. RockPro64 v2.1 for testing ;)

      3. Quartz64 Model A

      1 Reply Last reply Reply Quote 0
      • Pinned by  FrankM FrankM 
      • FrankM
        FrankM last edited by

        v1.3.0 - Release for switch to PyQt6

        https://gitlab.com/Bullet64/restic-ui-public/-/releases/1.3.0

        1. RockPro64 v2.1 / PCIe SATA 5 Ports / Boot direct from port 5 SSD / 2 * 3,5 Zoll 4TB HDD (raid1) / 2 * 2,5 Zoll 2 TB (raid 1) using as NAS / Kernel Linux NASrp64 5.6.0-1137-ayufan-ge57f05e7bf8f

        2. RockPro64 v2.1 for testing ;)

        3. Quartz64 Model A

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        • FrankM

          Restic UI - Cross-Platform Desktop Application
          Restic UI • restic-ui windows • • FrankM

          1
          0
          Votes
          1
          Posts
          51
          Views

          No one has replied

        • FrankM

          Restic UI - QThread
          Restic UI • restic-ui python3 • • FrankM

          1
          0
          Votes
          1
          Posts
          35
          Views

          No one has replied

        • FrankM

          Restic UI - Released
          Restic UI • • FrankM

          1
          0
          Votes
          1
          Posts
          68
          Views

          No one has replied

        • FrankM

          Restic UI - Documentation
          Restic UI • restic-ui python3 pyqt5 • • FrankM

          1
          0
          Votes
          1
          Posts
          78
          Views

          No one has replied

        • FrankM

          Python3 - Popen und seine Geheimnisse ;)
          Python3 • restic restic-ui python3 • • FrankM

          1
          0
          Votes
          1
          Posts
          74
          Views

          No one has replied

        • FrankM

          Python3 - QSettings
          Python3 • python3 • • FrankM

          1
          0
          Votes
          1
          Posts
          83
          Views

          No one has replied

        • FrankM

          Restic UI - mein zweites Python3 Projekt
          Python3 • pyqt5 restic python3 • • FrankM

          5
          0
          Votes
          5
          Posts
          590
          Views

          FrankM

          @berthold Hallo Berthold. Ich bin eigentlich immer noch nicht mit meinem Code zufrieden. Ist man das jemals? Da ich auch noch ein kleines Problem habe, würde ich da ungerne jemanden reinschauen lassen. Der Code ist stellenweise in deutsch kommentiert, stellenweise in englisch. Kennt man ja, man will es irgendwann mal ordentlich machen und dann kommt das nächste Problem auf einen zu.

          Hast Du Python3 Vorkenntnisse? Wenn Du "brennend" dran interessiert bist, könnte ich Dir evt. Zugang zu meinem Gitlab-Projekt geben.

          Wenn Du interessiert bist und ich dich nicht los werde :), dann schreib mir eine PN.

        • FrankM

          Python3 - JSON
          Python3 • python3 • • FrankM

          3
          0
          Votes
          3
          Posts
          114
          Views

          FrankM

          ede1a88a-5183-4f85-a602-27650362d532-grafik.png

          Die Backups sollen Namen haben, also habe ich das erweitert. Jetzt sollen diese als Liste rechts angezeigt werden. Das mache ich wie folgt.

          for key in backups: print(backups[key]['name'], key) liste = backups[key]['name'] + " ID: " + key self.listWidget.addItem(liste)

          Mittels des Keys kann ich auf den Namen zugreifen und die Liste damit füllen. Aktuell habe ich noch den Key hinten angefügt, weil ich noch keine Idee habe, wie ich die Backups anders verarbeiten soll. Aber, Stück für Stück. Der Backup-Name wird nach Auswahl in der Statusbar angezeigt. So weit klappt das so wie ich mir das vorstelle. Für heute ist Feierabend 😇

        Powered by NodeBB | Contributors
        © 2022 frank-mankel.de