Skip to content

Commit 5a7e81d

Browse files
committed
1 parent 47c1a69 commit 5a7e81d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Contents/linux/other.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ sudo systemctl restart systemd-journald
230230
- Backup important data. Recovery-keys, Passwords, Postman and ...
231231

232232
```bash
233-
cp -rf /home/mlibre/.local/share/TelegramDesktop /run/media/mlibre/D/linux/caches
234-
cp $HISTFILE /run/media/mlibre/D/linux/caches/
235-
sudo cp -r /etc /run/media/mlibre/D/caches/
233+
cp -rf /home/mlibre/.local/share/TelegramDesktop /run/media/mlibre/D/Linux/caches/
234+
cp $HISTFILE /run/media/mlibre/D/Linux/caches/
235+
sudo cp -r /etc /run/media/mlibre/D/Linux/caches/
236236

237237
# Or full backup
238238
sudo rsync -aAXHv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/var/*","/media/*","/usr/*","/lib/*","/lib64/","/lost+found","/swapfile",".npm*",".npm/*","node_modules*","node_modules/*","mesa_shader_cache*","steamapps*","Data*","Steam*"} / /run/media/mlibre/D/Linux/backup/

0 commit comments

Comments
 (0)