|
1 | | -# Rsync Time Machine π°οΈπΎ |
| 1 | +# Rsync Time Machine |
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
|
15 | 15 |
|
16 | 16 | <!-- SECTION:intro:START --> |
17 | 17 |
|
18 | | -Introducing `rsync-time-machine.py` - a Python port of the [`rsync-time-backup`](https://github.com/laurent22/rsync-time-backup) script, offering Time Machine-style backups using rsync. It creates incremental backups of files and directories to the destination of your choice. The backups are structured in a way that makes it easy to recover any file at any point in time. π |
| 18 | +Introducing `rsync-time-machine.py` - a Python port of the [`rsync-time-backup`](https://github.com/laurent22/rsync-time-backup) script, offering Time Machine-style backups using rsync. It creates incremental backups of files and directories to the destination of your choice. The backups are structured in a way that makes it easy to recover any file at any point in time. |
19 | 19 |
|
20 | | -It works on Linux, macOS, and Windows (via WSL or Cygwin). The main advantage over Time Machine is flexibility, as it can backup from/to any filesystem and works on any platform. You can also backup to a Truecrypt drive without any problem. π |
| 20 | +It works on Linux, macOS, and Windows (via WSL or Cygwin). The main advantage over Time Machine is flexibility, as it can backup from/to any filesystem and works on any platform. You can also backup to a Truecrypt drive without any problem. |
21 | 21 |
|
22 | | -`rsync-time-machine.py` is fully tested, has no external dependencies (only Python β₯3.7 π), is fully compatible with [`rsync-time-backup`](https://github.com/laurent22/rsync-time-backup), offers pretty terminal output, and is fully typed! π |
| 22 | +`rsync-time-machine.py` is fully tested, has no external dependencies (only Python β₯3.7), is fully compatible with [`rsync-time-backup`](https://github.com/laurent22/rsync-time-backup), offers pretty terminal output, and is fully typed! |
23 | 23 |
|
24 | 24 | <!-- SECTION:intro:END --> |
25 | 25 |
|
@@ -204,7 +204,7 @@ An optional exclude file can be provided as a third parameter, compatible with t |
204 | 204 | The `--exclude-from` option in `rsync-time-machine.py` allows you to exclude specific files or directories from the backup process. You can provide an exclusion file containing patterns for files or directories that should be excluded. |
205 | 205 |
|
206 | 206 | <details> |
207 | | -<summary>ππ½ Click here to expand the docs on <code>--exclude-from</code> π½π</summary> |
| 207 | +<summary>Click here to expand the docs on <code>--exclude-from</code></summary> |
208 | 208 |
|
209 | 209 | Here's how to use the `--exclude-from` feature in `rsync-time-machine.py`: |
210 | 210 |
|
@@ -339,4 +339,4 @@ Join the [GitHub Discussions](https://github.com/basnijholt/rsync-time-machine.p |
339 | 339 |
|
340 | 340 | <!-- SECTION:contributing:END --> |
341 | 341 |
|
342 | | -Happy backing up! πΎπ°οΈπ |
| 342 | +Happy backing up! |
0 commit comments