affiliatenero.blogg.se

Keepassxc backup
Keepassxc backup






keepassxc backup
  1. #Keepassxc backup how to
  2. #Keepassxc backup password
  3. #Keepassxc backup free

If is always the same path, we can add this path as condition ĬonditionPathExists=/mnt/5T/Mirdarthos/xxxxxxxxx

#Keepassxc backup how to

And if so, how to do it? I can create a bash script for thiss, but I don’t really know if that’s the proper way of doing something that is so relatively simple.ĮxecStart=/usr/bin/rclone copy -copy-links /mnt/5T/Mirdarthos\ Execute a command depending if the command was successful and another command if not. So I’m considering changing it tto a OneShot service with multiple ExecStart declerations.īut, and this is what I want to ask, I’m having trouble fineding out if there can be Conditional ExecStart declerations. After quite a bit of hair-pulling, I’ve come to the conclusion that it’s because of the conditionals in the ExecStart decleration.

#Keepassxc backup password

My /etc/systemd/system/rvice file: ĭescription=Backup KeepassXC database to Microsoft Onedrive.ĮxecStart=/usr/bin/rclone copy -copy-links /mnt/5T/Mirdarthos\'\ Stuff/Documents/KeePass Database Onedrive:unencryptedData/KeepassXC\ Database/ & kdialog -title 'Rclone copy: Onedrive cloud backup' -passivepopup 'Copy of \\KeepassXC database, unencrypted\\ successfully finished.' 5 || kdialog -ok-label='OK' -msgbox='There was an error copying the \\KeepassXC database, unencrypted\\.'ĭon’t worry, this KeepassXC database is quite safe behind a strong password and a key file.Īt first I thought it might be escaping, so I escaped all paths with \ where there was a special/funny character. Jun 27 13:15:15 Mirdarthos-PC systemd: rvice: Unit configuration has fatal error, unit will not be started. Or Jun 27 13:15:15 Mirdarthos-PC systemd: /etc/systemd/system/rvice:6: Unbalanced quoting, ignoring: "/usr/bin/rclone copy -copy-links /mnt/5T/Mirdarthos' Stuff/Documents/KeePass Database Onedrive:unencryptedData/KeepassXC Database/ > Jun 27 13:25:43 Mirdarthos-PC systemd: /etc/systemd/system/rvice:6: Ignoring unknown escape sequences: "-msgbox=There was an error copying the \\KeepassXC database, unencrypted\\."

keepassxc backup

Jun 27 13:25:43 Mirdarthos-PC systemd: /etc/systemd/system/rvice:6: Ignoring unknown escape sequences: "Copy of \\KeepassXC database, unencrypted\\ successfully finished." Jun 27 13:25:43 Mirdarthos-PC systemd: /etc/systemd/system/rvice:6: Ignoring unknown escape sequences: "Onedrive:unencryptedData/KeepassXC\ Database/" Or: Jun 27 13:25:43 Mirdarthos-PC systemd: /etc/systemd/system/rvice:6: Ignoring unknown escape sequences: "/mnt/5T/Mirdarthos'\ Stuff/Documents/KeePass" Jun 27 13:25:09 Mirdarthos-PC systemd: rvice: Unit configuration has fatal error, unit will not be started. Jun 27 13:25:09 Mirdarthos-PC systemd: /etc/systemd/system/rvice:7: Executable name contains special characters: /usr/bin/rclone copy -copy-links /mnt/5T/Mirdarthos'\ Stuff/Documents/KeePass Database Onedrive:unencryptedData/Keepa> The error: Jun 27 13:25:09 Mirdarthos-PC systemd: /etc/systemd/system/rvice:7: Ignoring unknown escape sequences: "/usr/bin/rclone copy -copy-links /mnt/5T/Mirdarthos'\ Stuff/Documents/KeePass Database Onedrive:unencryptedData/KeepassXC\ Dat> My reason is that I’m constantly getting error when from the. But that’s not why I’m asking for assistance.

keepassxc backup

The command I use for it, in the terminal is basically in the following format: & || The last time I setup automatic anything on Linux, I used a cron job, and while that is still an option, I know the other, perhaps even better option is systemd timer units. Currently, it’s not automatic but I want to change it. I am trying to create a systemd timer unit to create daily backups for me.

#Keepassxc backup free

  • So if it’s not correctly placed, feel free to move it.
  • Or anything but my brain/understanding, really. Let me start off by saying the following:








    Keepassxc backup