AxeOfMen

Set up duplicati with minio

Nov 25th, 2023
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | Software | 0 0
  1. # Notes
  2. https://forum.duplicati.com/t/migrating-from-user-to-service-install-on-windows/660
  3. https://blog.quindorian.org/2017/08/diy-cloud-backup-replacing-crashplan-home-family-diy-style.html/
  4.  
  5. # Download minio
  6. https://dl.min.io/server/minio/release/windows-amd64/minio.exe
  7.  
  8. # Download nssm
  9. https://nssm.cc/release/nssm-2.24.zip
  10.  
  11. # Use nssm to run minio as a service
  12. nssm install Minio.David minio.exe server --config-dir J:\Duplicati\David --address 0.0.0.0:9000 J:\Duplicati\David
Advertisement
Add Comment
Please, Sign In to add comment