mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-15 06:32:30 +00:00
Readme tweaks
This commit is contained in:
parent
405bdd9dc2
commit
a3cdd8640a
1 changed files with 12 additions and 14 deletions
|
@ -6,8 +6,6 @@ Time Machine style backup with rsync. Should work on Linux, Mac OS X and Windows
|
||||||
|
|
||||||
git clone https://github.com/laurent22/rsync-time-backup
|
git clone https://github.com/laurent22/rsync-time-backup
|
||||||
|
|
||||||
or download "rsync_tmbackup.sh".
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
rsync_tmbackup.sh <source> <destination> [excluded-pattern-path]
|
rsync_tmbackup.sh <source> <destination> [excluded-pattern-path]
|
||||||
|
@ -16,7 +14,7 @@ or download "rsync_tmbackup.sh".
|
||||||
|
|
||||||
# Backup the home folder to backup_drive
|
# Backup the home folder to backup_drive
|
||||||
|
|
||||||
rsync_tmbackup.sh /home /mnt/backup_drive
|
$ rsync_tmbackup.sh /home /mnt/backup_drive
|
||||||
|
|
||||||
# Backup with exclusion list:
|
# Backup with exclusion list:
|
||||||
|
|
||||||
|
@ -24,7 +22,7 @@ or download "rsync_tmbackup.sh".
|
||||||
|
|
||||||
## Exclude file
|
## Exclude file
|
||||||
|
|
||||||
An optional exclude file can be provided as a third parameter. It should be compabible with the --exclude-from parameter of rsync. See [this tutorial] (https://sites.google.com/site/rsync2u/home/rsync-tutorial/the-exclude-from-option) for more information.
|
An optional exclude file can be provided as a third parameter. It should be compabible with the `--exclude-from` parameter of rsync. See [this tutorial] (https://sites.google.com/site/rsync2u/home/rsync-tutorial/the-exclude-from-option) for more information.
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
@ -36,7 +34,7 @@ An optional exclude file can be provided as a third parameter. It should be comp
|
||||||
|
|
||||||
* Resume feature - if a backup has failed or was interrupted, the tool will resume from there on the next backup.
|
* Resume feature - if a backup has failed or was interrupted, the tool will resume from there on the next backup.
|
||||||
|
|
||||||
* Exclude file - support for pattern-based exclusion via rsync --exclude-from parameter.
|
* Exclude file - support for pattern-based exclusion via the `--exclude-from` rsync parameter.
|
||||||
|
|
||||||
* The application is one bash script that can be easily edited.
|
* The application is one bash script that can be easily edited.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue