From 9937aaa09ea915edff6e8022f29619b3dad7c649 Mon Sep 17 00:00:00 2001 From: Shoviv Backup Solution for Microsoft 365 Date: Wed, 16 Jul 2025 09:39:18 +0000 Subject: [PATCH] Initial commit --- .gitignore | 26 ++++++++++++++++++++++++++ README.md | 4 ++++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f91721 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + diff --git a/README.md b/README.md new file mode 100644 index 0000000..e129f28 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# export-office-365-mailbox-to-pst + +The tool offers incremental backup, preventing duplicate items during repeated processes, and allows users to schedule automatic backups for continuous protection. With its restore functionality, users can easily import PST files back into Office 365 mailboxes. +https://www.shoviv.com/export-microsoft-365-to-pst.html