Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki: Added rsync command to backup former files during the update #1246

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

XargonWan
Copy link

I explained the option to backup the files before they get overwritten by the update process in case the user encounters some issues during the upgrade process.

@Aemiii91 Aemiii91 added the documentation Improvements or additions to documentation label Nov 3, 2023
@@ -56,6 +56,10 @@ please **make sure to create in-game saves** before upgrading.
```sh
cp -rf Onion-v4.2.0/* /run/media/mmcblk0p1
```
NOTE: Optionally, instead of the command above, if you wish to backup the files that should be overwritten by the updated ones you can run this command instead (repleace the palceolder paths with the actual paths):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

placeholder*

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace*

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HA! Didn't even see that 😅

@@ -56,6 +56,10 @@ please **make sure to create in-game saves** before upgrading.
```sh
cp -rf Onion-v4.2.0/* /run/media/mmcblk0p1
```
NOTE: Optionally, instead of the command above, if you wish to backup the files that should be overwritten by the updated ones you can run this command instead (repleace the palceolder paths with the actual paths):
```sh
rsync -av --remove-source-files --backup --backup-dir=onion-backup Onion-v4.2.0/ /run/media/mmcblk0p1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't using --remove-source-files more like a move?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants