kopia / kopia

Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
https://kopia.io
Apache License 2.0
7.76k stars 392 forks source link

how to pause snapshot from kopia cli apart from ctrl C #3933

Open geekwave9421 opened 4 months ago

geekwave9421 commented 4 months ago

I have been using kopia for my backup for windows and linux using kopia cli recently. on kopia UI I cansee an option of stop snapshot so it creates partial or incomplete snapshot , now I tried ctrl+C from cli its working , now I wanted to stop kopia programmatically . How can I do that anyone tried this please help me out here

mstenzel70 commented 3 months ago

Try to kill the process that runs Kopia with OS functions. eg Windows: "taskkill /IM kopia.exe /F" eg Linux: "kill -9 " Always make a backup of your repository first.