Skip to content

Commit 6d89800

Browse files
authored
Remove excessive emojis from README (#176)
1 parent b740440 commit 6d89800

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rsync Time Machine πŸ•°οΈπŸ’Ύ
1+
# Rsync Time Machine
22

33
![](https://media.githubusercontent.com/media/basnijholt/nijho.lt/main/content/project/rsync-time-machine.py/featured.jpg)
44

@@ -15,11 +15,11 @@
1515

1616
<!-- SECTION:intro:START -->
1717

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.
1919

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.
2121

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!
2323

2424
<!-- SECTION:intro:END -->
2525

@@ -204,7 +204,7 @@ An optional exclude file can be provided as a third parameter, compatible with t
204204
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.
205205
206206
<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>
208208
209209
Here's how to use the `--exclude-from` feature in `rsync-time-machine.py`:
210210
@@ -339,4 +339,4 @@ Join the [GitHub Discussions](https://github.com/basnijholt/rsync-time-machine.p
339339
340340
<!-- SECTION:contributing:END -->
341341
342-
Happy backing up! πŸ’ΎπŸ•°οΈπŸŽ‰
342+
Happy backing up!

0 commit comments

Comments
Β (0)