Simple and portable backup tool, that creates backups by simply copying.
- Download the latest release for your operating system
- Create a
backupper-config.tomlright next to the executable and configure it as seen below - If you like, add the executable to your autostart
[[backup]]
keep = 5
dest = "F:/Backups/Daily"
frequency = "daily"
sources = [
"C:\\Users\\User\\Documents\\Important",
"C:\\Users\\User\\Documents\\Very Important",
]
[[backup]]
keep = 3
dest = "F:/Backups/Monthly"
frequency = "monthly"
sources = [
"C:\\Users\\User\\Pictures",
]deno run --allow-read --allow-write main.tsdeno compile --allow-read --allow-write main.ts- Logo created with IconKitchen