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

https://github.com/zolppy/flashcopy

Script de backup em memórias flash.
https://github.com/zolppy/flashcopy

automation backup bash flash-memory shell-script

Last synced: about 1 month ago
JSON representation

Script de backup em memórias flash.

Awesome Lists containing this project

README

          

# Flashcopy

## Best practices for naming directories and files

* Avoid spaces between compound names, use techniques such as: hyphen (bar-foo), flat-case (barfoo) or snake-case (bar_foo); pascal-case (BarFoo) and camel-case (barFoo) are not recommended;

* Avoid accents and non-alphanumeric characters, prioritize alphanumeric characters from the ASCII table (0-9, a-z without an accent, A-Z without an accent);

* Avoid capital letters, ideally they should all be written in lower case.

Note: The above rules do not apply to native directories or files, as they already come with the system and it makes no sense, nor should you rename them.

## Script outputs

Script output demo
Script output demo