Worth remembering: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 March 2024

26 June 2023

14 June 2023

  • curprev 17:1317:13, 14 June 2023Heiko talk contribs 637 bytes +11 →‎Instead of rsync
  • curprev 17:1317:13, 14 June 2023Heiko talk contribs 626 bytes +9 No edit summary
  • curprev 17:1217:12, 14 June 2023Heiko talk contribs 617 bytes +617 Created page with "# vi(m) ## ~/.vimrc set number set tabstop=4 set shiftwidth=4 ## Append to your files # vim:tabstop=4:shiftwidth=4:autoindent # Instead of rsync Copying a remote folder to a local disk: ssh root@OLDSYSTEM "cd /; tar cf - etc" |tar xvf - Creating a local tar from a remote folder: ssh dtr tar czf - /mnt/boot > mnt_boot.tgz Optional: --one-file-system # not sure this is correct, maybe try this: ssh dtr tar czf --exclude /mnt/var --exclude /mnt/boot - /mnt > mnt..."