Backup/Rclone: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Backup » Rclone== {|class='wikitable mw-collapsible' style='width:100%' !scope='col' style='text-align:left'| Backup » [https://rclone.org/ Rclone] |- |valign='top'| {|class='wikitable mw-collapsible mw-collapsed' style='width:100%;margin:3px 0 3px 0' !scope='col' style='text-align:left'| Rclone » Install |- |valign='top'| <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> cat <<'EXE' | sudo bash apt-get update apt-get install -y rclone rclone version apt-get..." |
No edit summary |
||
| Line 22: | Line 22: | ||
|valign='top'| | |valign='top'| | ||
<syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | <syntaxhighlight style='margin:3px 0 3px 0' lang='bash'> | ||
cat <<'EXE'|sudo bash | cat <<'EXE' | sudo bash | ||
RCLONE_PLATFORM="$(uname -s)-$(dpkg --print-architecture)" | RCLONE_PLATFORM="$(uname -s)-$(dpkg --print-architecture)" | ||
RCLONE_SUFFIX="$(echo "${RCLONE_PLATFORM}.zip"|tr '[:upper:]' '[:lower:]')" | RCLONE_SUFFIX="$(echo "${RCLONE_PLATFORM}.zip"|tr '[:upper:]' '[:lower:]')" | ||
Revision as of 06:51, 1 December 2025
Backup » Rclone
|
Backup » Rclone | |||||||
|---|---|---|---|---|---|---|---|
|
References
|
References | ||
|---|---|---|