Giter Site home page Giter Site logo

.backup's Introduction

Backup

Some shell scripts helps you backing up your files

Usage

First use

# fork one copy to your directory
# **you may want to change the visibility...**
git clone https://github.com/{Your name}/.backup
cd .backup # make sure you are at this directory
# add the files you want to backup in lists.
# example:
#	~/.zshrc
#	~/.zsh_history
#	~/.bashrc
#	~/.ssh/id_rsa.pub
#	/usr/bin/daemon-start
#	~/.vimrc
./sh/init.sh # run the initialize file

Reinit

./sh/init.sh -r # this will delete the whole backup directory completely and create it again, be careful if you already have something deleted

Recover

./sh/recover.sh

Change Log

Oct 5 2020

  • Add init.sh, recover.sh
  • list.txt now supports using ~ as home directory

Apr 3 2021

  • Now supports adding directory to sync
  • Don't need to give user name now

Apr 11 2021

  • fix bug: can't process file with space
  • file linked won't be linked again
  • symbolic linked file can be linked now

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.