All Projects → KNOXDEV → scoop-backup

KNOXDEV / scoop-backup

Licence: Unlicense license
Backup your entire current scoop installation with one command

Programming Languages

powershell
5483 projects

Labels

Projects that are alternatives of or similar to scoop-backup

scoops
📦 A bucket of tasty scoop flavored apps.
Stars: ✭ 63 (+40%)
Mutual labels:  scoop
scoop-clojure
Install Clojure on Windows with Scoop
Stars: ✭ 73 (+62.22%)
Mutual labels:  scoop
Scoop-Bucket
My personal Scoop bucket.
Stars: ✭ 26 (-42.22%)
Mutual labels:  scoop
Asuite
ASuite is a simple open source portable launcher for Microsoft Windows.
Stars: ✭ 58 (+28.89%)
Mutual labels:  scoop
scoop-iszy
Scoop bucket for ZvonimirSun
Stars: ✭ 20 (-55.56%)
Mutual labels:  scoop
scoop-bucket
Scoop Apps for Layer5 command line clients
Stars: ✭ 15 (-66.67%)
Mutual labels:  scoop
scoop-search
No description or website provided.
Stars: ✭ 20 (-55.56%)
Mutual labels:  scoop
scoop-directory
A searchable directory of buckets for the scoop package manager for Windows
Stars: ✭ 721 (+1502.22%)
Mutual labels:  scoop
ScoopPlaybook
Define Scoop as YAML and run single command.
Stars: ✭ 19 (-57.78%)
Mutual labels:  scoop
scoop-docs
📚 Scoop documentation done right
Stars: ✭ 41 (-8.89%)
Mutual labels:  scoop
tomato
My personal scoop bucket.
Stars: ✭ 20 (-55.56%)
Mutual labels:  scoop
echo-scoop
A bucket of commonly used portable(green) software
Stars: ✭ 42 (-6.67%)
Mutual labels:  scoop
Scoop-Python
A Scoop bucket for Python applications that do not provide standalone executables.
Stars: ✭ 15 (-66.67%)
Mutual labels:  scoop
scoop-gui
Graphical user interface for scoop (a windows package manager)
Stars: ✭ 20 (-55.56%)
Mutual labels:  scoop
Scoop
A command-line installer for Windows.
Stars: ✭ 14,508 (+32140%)
Mutual labels:  scoop
scoop-for-jp
Scoop bucket for ALL Japanese users.
Stars: ✭ 17 (-62.22%)
Mutual labels:  scoop
scoop-viewer
A gui client for scoop.
Stars: ✭ 76 (+68.89%)
Mutual labels:  scoop
scoop-emulators
Scoop bucket for emulators
Stars: ✭ 32 (-28.89%)
Mutual labels:  scoop
WinGetUI
WingetUI Store: a GUI Store for the most common cli package managers, sych as Winget and Scoop
Stars: ✭ 73 (+62.22%)
Mutual labels:  scoop
Excavator
🕳️ This container runs the updating services for all scoop manifest repos (deprecated)
Stars: ✭ 25 (-44.44%)
Mutual labels:  scoop

scoop-backup

Additional functionality for the Scoop Package Manager.

Backup your entire current scoop installation with one command:

scoop-backup

This produces the compressed backup scoop-backup\backups\backup-YYMMDD.ps1, which can now be executed on any Windows computer to restore your entire Scoop installation, including all buckets and apps.

scoop-backup can be installed via, you guessed it, scoop, via the knox-scoop bucket:

scoop bucket add knox-scoop https://git.irs.sh/KNOXDEV/knox-scoop
scoop install scoop-backup

use cases

  • Backing up a computer's software for easy reinstallation
  • Deploying an identical scoop-based installation to many computers
  • Syncing configurations between two personal computers for an effortless, uniform experience

options

Save to a different folder:

scoop-backup .\path\to\folder\

Save backup as a compressed batch file:

scoop-backup --compress
# >> "output-folder\backup.bat"

future plans

  • Implement a strategy for backing up the persistence directory. For many apps, this is trivial (ccleaner), but others pose a significant challenge (jetbrains-toolbox).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].