An open API service indexing awesome lists of open source software.

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

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
```