Skip to content

This bash script is used to create a daily backup of my KeePass2 database in a subfolder. I use it with anacron (additional tool to cron). But you can also use it for other backups of single files.

Notifications You must be signed in to change notification settings

MarioHesse/bash-keepass-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Bash Script: keepass-backup

This bash script is used to create a daily backup of my KeePass2 database in a subfolder. I use it with anacron (additional tool to cron). But you can also use it for other backups of single files.

variables function
FILE file from which a backup should be created
FOLDER path to the folder of FILE
BACKUP_SUBFOLDER Name of the folder for the backup (if not existing, it will be created)
DATE Date format for the prefix of the backup file

About

This bash script is used to create a daily backup of my KeePass2 database in a subfolder. I use it with anacron (additional tool to cron). But you can also use it for other backups of single files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages