File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
</p >
12
12
13
13
# Overview
14
- dups is a simple backup utility which uses [ rsync] ( https://rsync.samba.org/ )
15
- for the heavy lifting in the background and adds some sugar around it .
14
+ dups is a simple backup utility using [ rsync] ( https://rsync.samba.org/ ) for
15
+ its heavy lifting while adding some convenience on top .
16
16
17
17
To reduce disk space and subsequent backup times, dups relies on rsyncs
18
18
` --link-dest ` option which hardlinks to existing unchanged files.
19
19
20
20
21
21
## Motivation
22
- Beeing unable to find a backup utility which would allow me to...
22
+ Being unable to find a backup utility which would allow me to...
23
23
* backup selected files and folders
24
24
* exclude files and folders based on their path or patterns
25
25
* easily access stored files without special tools
Original file line number Diff line number Diff line change 11
11
</p >
12
12
13
13
# Overview
14
- dups is a simple backup utility which uses [ rsync] ( https://rsync.samba.org/ )
15
- for the heavy lifting in the background and adds some sugar around it .
14
+ dups is a simple backup utility using [ rsync] ( https://rsync.samba.org/ ) for
15
+ its heavy lifting while adding some convenience on top .
16
16
17
17
To reduce disk space and subsequent backup times, dups relies on rsyncs
18
18
` --link-dest ` option which hardlinks to existing unchanged files.
19
19
20
20
21
21
## Motivation
22
- Beeing unable to find a backup utility which would allow me to...
22
+ Being unable to find a backup utility which would allow me to...
23
23
* backup selected files and folders
24
24
* exclude files and folders based on their path or patterns
25
25
* easily access stored files without special tools
You can’t perform that action at this time.
0 commit comments