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.
- Host: GitHub
- URL: https://github.com/zolppy/flashcopy
- Owner: zolppy
- License: gpl-3.0
- Created: 2023-05-02T01:13:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T18:12:15.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T05:09:59.724Z (about 1 year ago)
- Topics: automation, backup, bash, flash-memory, shell-script
- Language: Shell
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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