Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerem Cem ASLAN committed Apr 13, 2017
2 parents cac91f0 + 1d68eaa commit 992f59e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are 3 connection modes available:
* proxy (via a rendezvous server)
* local (for making backups of localhost)

# Goals
# Advantages
Backups have following properties:

* **portable** (you can move your copies around. eg: take first backup locally, remove disk, mound on another computer, `make backup-root` again)
Expand All @@ -33,8 +33,10 @@ When making a backup, you can cancel at any point and resume later. All operatio
> make init
> make backup-root
# Disadvantages

> Note: Make sure that you are performing `make backup-root` commands on a native Linux filesystem.
* Creating hardlinks for a 800GB backup may take hours
* `rsync` process may consume lots of CPU and IO resources, so your desktop becomes less usable during backup (your browser may start glitching while playing videos from web)

# Install

Expand All @@ -61,7 +63,11 @@ Configuration options are as follows:
* `NODE_LOCAL_SSHD_PORT` : Node's local SSHD port (used when `make set-direct-session`)
* `RENDEZVOUS_HOST` : Rendezvous host's ip address (or domain name)
* `RENDEZVOUS_PORT` : Rendezvous host's SSHD port


### BIG WARNING

Make sure that you are performing `make backup-root` commands on a native Linux filesystem.

# Example Usage

# REQUIRED: select a session type (default: direct)
Expand Down
1 change: 1 addition & 0 deletions exclude-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
/lost+found
/**/tmp
*--no-sync
/.* # btrfs snapshot mount dir

0 comments on commit 992f59e

Please sign in to comment.