Multi Factor Authentication, also z.B. einen Einmalcode als zweiten Faktor.
Und ein gutes Argument für unangekündigte Tests :)
Erfolgreich im Sinne von “Keiner ist drauf hereingefallen”, oder im Sinne von “Alle haben sich reinlegen lassen”?
Noch nie zuvor gehört, sehr schön :) Herzlichen Dank fürs Finden und Teilen!
This weekend my first scheduled backups were due during the night, and unfortunately I found my phone in recovery next morning. It was now in kind of “boot loop”, resetting shortly after logging into the phone.
Could stop this by quickly killing NeoBackup processes after login. Neo tried to again run the scheduled task each time, most likely as they before failed/did not run through.
So in summary it looks like my Lineage 18 device has issues with the scheduled backups of Neo.
Strange thing is that all my manual tests, even the same as configured for the scheduled tasks, worked perfectly fine. Just today’s first fully automatic runs seemed to make trouble (maybe cause mobile phone was in standby?)
Can only guess, but will keep Titanium for now on the older devices, and will keep Neo in mind for newer versions of Android, on which Titanium will not work any more :)
This is really nice, thanks for sharing the details :)
Danke Dir, ich habe ein Leerzeichen eingefügt und werde es mir merken. In meinem Client sah es bereits vorher schon so aus:
Danke für die Zusammenfassung.
Da für mich alles korrekt aussieht, kannst Du mir bitte einen Tip geben, welchen Formatierungsfehler Du meinst?
Ich habe diese Übersetzungen im Firefox heute zum ersten mal mit ein paar Texten und ganzen Seiten ausprobiert und fand die Ergebnisse erstaunlich gut.
Ein tolles Buch, das sehr zum Denken anregt!
Latest version I know is 8.4.0.2 from 2020-05-16 downloaded from here http://www.matrixrewriter.com/android/files/TitaniumBackup_latest.apk.
I use Titanium since Android 4 and had indeed some troubles (related to storage access rights) on Android 11. After solving those, Titanium ran fine like on older versions of Android. Did not yet try Titanium on newer versions than Android 11.
Thank you for the hint and link to Neo Backup, I will give it a try. (Ah, just saw it is an incarnation of OAndBackup, nice.)
I am not aware of any advantage, but my family and friends are using either Threema, Signal or Telegram. So I use all three of them.
My Android paid must haves are: Titanium Backup (for scheduled backups and quick recovery), Threema (Messenger) and airMusic (former AirAudio, stream from mobile to e.g. Sonos).
Danke schön, ich habe Deinen Link mal in den Superkommentar mit aufgenommen.
Das gleiche gilt für mich leider auch. Mit VMware Infrastrukturen kannte ich mich mal aus, aber OpenStack kannte ich zuvor nicht. Ich fand das Projekt an sich aber interessant und alles sehr professionell dargestellt und dokumentiert.
Hallo, dieser Post ist eigentlich hidden, und dient als Merkhilfe was gegenüber feddit.de noch alles fehlt. Habe ich den Post ausversehen noch irgendwo verlinkt?
Die real existierenden Bots sind in diesem gepinnten Post aufgelistet.
Aktuell läuft also nur der RemindMe Bot im Testbetrieb auf einem meiner Server. Die beiden anderen geannten Bots werden auf lemmings.world (nicht von mir) für die ganze Federation bereitgestellt.
RemindMe Bot nutzt den Source Code von hier https://github.com/PangoraWeb/remindme-bot.
Pingt man den RemindMe Bot wie in diesem Comment an, bekommt der Bot als Daten die comment ID und den Inhalt des Comments.
[
'@RemindMe@feddit.org',
'remind',
'me',
'about',
'this',
'in',
'2',
'minutes'
]
Replying to comment ID 2188774
DB: Added reminder for message (@RemindMe@feddit.org remind me about this in 2 minutes) to database.
Die Daten werden in einer lokalen sqlite DB gespeichert und ein scheduler prüft, ob es Aufgaben zu erledigen gibt, also Zielzeiten erreicht wurde.
Die DB enthält eine Tabelle mit derartigen Einträge:
sqlite> .schema reminders
CREATE TABLE reminders (
id INTEGER PRIMARY KEY AUTOINCREMENT,
post_id TEXT NOT NULL,
parent_id TEXT NOT NULL,
start_timestamp DATETIME NOT NULL,
end_timestamp DATETIME NOT NULL
);
sqlite> select * from reminders;
5|163552|2188954|1727162051324|1727162171324
Am Ende erstellt der Bot die beiden Antworten, wie sie nun z.B. unter dem genannten Comment zu finden sind.
EDIT: Nach Ausführung werden die entsprechenden Rows aus der DB wieder gelöscht.
@RemindMe@feddit.org remind me about this in 2 minutes
@RemindMe@feddit.org remind me about this in 2 minutes
Alternativer Link @Archive.ph