Skip to content

Encrypted Backup and Restore of directories on linux with NFS

License

Notifications You must be signed in to change notification settings

vivi90/linux-nfs-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Backup & Restore scripts

This scripts are written to backup and restore a choosen directory on an Linux operating system, if the backup destination is an NFS network storage (NAS).

Features

  • Unattended backups
  • Backup progress indicator

Requirements

  • DAR
  • NFS support
  • GnuPG v2.1 or higher
  • Super user rights

Preparations

Create an suitable symmetric key file (for example by issuing sudo openssl rand -out /home/backup_key_$USER.txt -base64 32 && sudo chmod 600 backup_key_$USER.txt).

Test conditions

  • DAR: v2.6.12
  • OS: Manjaro 20.2 with Kernel 5.9
  • NAS: D-Link DNS-323 with official firmware (v1.10) and NFS package (v1.01).

License

This project is free software under the terms of the MIT license.
For more details please see the LICENSE file or: OpenSource.org

Credits