From 8cb526c64c28e333ea02030ebb76881e57a2c1d8 Mon Sep 17 00:00:00 2001 From: Leonard Excoffier <48970393+excoffierleonard@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:10:04 -0400 Subject: [PATCH] feat: Created and wrote intro for duplicacy --- backup/duplicacy.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backup/duplicacy.md diff --git a/backup/duplicacy.md b/backup/duplicacy.md new file mode 100644 index 0000000..a74aa59 --- /dev/null +++ b/backup/duplicacy.md @@ -0,0 +1,6 @@ +# Duplicacy[https://duplicacy.com/] + +## Intro + +For my backups I use the cli version of duplicacy, being free (unlike the gui version) and fitting the full cli idea of my builds, it was the logical choice. +You can find the complete cli guide and information on their github[https://github.com/gilbertchen/duplicacy]. \ No newline at end of file