Skip to content

foi/backup-cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backup-cr static build x86_84

development in progress

HOW TO INSTALL

Deb-like

sudo su
apt install -y apt-transport-https
echo -e "deb https://repos.foifirst.space/backup-cr/debs stable main" > /etc/apt/sources.list.d/backup-cr.list
wget -O - https://repos.foifirst.space/foi.gpg | apt-key add -
apt update
apt install backup-cr

RPM-like

sudo su
cat << EOF > /etc/yum.repos.d/backup-cr.repo
[backup-cr]
name=backup-cr repo
baseurl=https://repos.foifirst.space/backup-cr/rpms
enabled=1
gpgcheck=1
skip_if_unavailable=1
gpgkey=https://repos.foifirst.space/foi.gpg
EOF
yum install backup-cr

FEATURES

  1. single executable with no dependencies
  2. backup files, lvm volumes, docker volumes with configurable gzip compression level
  3. save it to local path or remote path via sshfs and public key auth
  4. ability to custom hook for events
  5. ACL based on ip-adresses
  6. custom backup extension (simple ransomware protection)
  7. config via ENV variables or .env file

Contributors

  • foi - creator and maintainer