Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 580 Bytes

shitty_bkp

the world's worst backup solution (which fits my needs because im worse)

what?

rsync's a list of folder from a txt file specifically called backupfile.txt

install deps

on debian / ubuntu

sudo apt install rsync (if it dont come with your OS install already)

building

run make

usage

  1. write the folder(s) you want to sync on backupfile.txt each unique separated by new line
  2. run the program and provide the destination ./shittybkp /path/to/destination_folder (it even works networked computers! just authorize your ssh keypair ! wow)