Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Backup a list of files routinely to KBFS on Linux.

License

Notifications You must be signed in to change notification settings

tdharris/keybase-backup-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keybase-backup-script

Simple backup script for Linux intended for backing up local files to Keybase FileSystem (KBFS).

Pre-requisites

Install

  • Download backup.sh
  • Create a backup files list with each file on a new line (i.e. files.txt)
  • Configure variables in script appropriately:
# Config
# Keybase
kb_mount="/keybase"
kb_user="keybase-user-id"
kb_stop_after=TRUE

# backup location
backup_path="$kb_mount/private/$kb_user/path/to/backup"
backup_list="/path/to/files.txt"
backup_list_context="/"
  • Run backup to test with small file list: ./backup.sh
  • Setup with crontab to perform automated backup routine

About

Backup a list of files routinely to KBFS on Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages