mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-14 06:02:35 +00:00
Readme formatting
This commit is contained in:
parent
c5c3670555
commit
1340e5ecde
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ Time Machine style backup with rsync. Should work on Linux, Mac OS X and Windows
|
||||||
|
|
||||||
* 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:
|
||||||
|
|
||||||
$ rsync_tmbackup.sh /home /mnt/backup_drive excluded_patterns.txt
|
rsync_tmbackup.sh /home /mnt/backup_drive excluded_patterns.txt
|
||||||
|
|
||||||
## Exclude file
|
## Exclude file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue