https://github.com/antosser/file-backup
Backup a file in your RAM
https://github.com/antosser/file-backup
Last synced: 3 months ago
JSON representation
Backup a file in your RAM
- Host: GitHub
- URL: https://github.com/antosser/file-backup
- Owner: Antosser
- Created: 2021-09-18T11:56:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T12:19:00.000Z (over 4 years ago)
- Last Synced: 2025-04-02T04:11:13.051Z (9 months ago)
- Language: C++
- Size: 26.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAM backup
Backups your files into your RAM, so if anything goes wrong you can easily restore it
# Usage
Takes 1 argument:
- filename
Then waits for a keypress (```std::cin.get()```) and restores the file
# Example
```powershell
# Powershell
.\restore-file myriskyfile
# Backups the file to RAM
```