Skip to content

Commit

Permalink
Add comment with current version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroetb committed Oct 19, 2021
1 parent 7489aea commit 405170c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rsync-incremental-backup-local
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# v1.0.2

# Configuration variables (change as you wish)
src="${1:-/path/to/source}"
dst="${2:-/path/to/target}"
Expand Down
2 changes: 2 additions & 0 deletions rsync-incremental-backup-remote
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# v1.0.2

# Configuration variables (change as you wish)
src="${1:-/path/to/source}"
dst="${2:-/path/to/target}"
Expand Down
2 changes: 2 additions & 0 deletions rsync-incremental-backup-system
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

# v1.0.2

# Configuration variables (change as you wish)
src="/"
dst="${1:-/mnt/path/to/target}"
Expand Down

0 comments on commit 405170c

Please sign in to comment.