Txt

Byte sized tech know-how.

  • Home
  • About

Tag Archives: local

06 Feb

rsync Local Folder with Remote

Synchronize a local directory with a remote directory via ssh and compression


rsync -az -e ssh --delete ip_addr:/home/public /home/local
admin Posted in Command Line, Linux command, filler, folder, Linux, local, remote, rsync, sync 1 Comment
26 Jan

SCP Copy from Remote to Local System

Copy files/folder from a remote server to this system.


scp -r binnyva@192.168.0.100:/home/binnyva/folder_to_copy . 
admin Posted in Command Line, Linux copy, file, local, remote, rsync, scp, ssh Leave a comment
27 Mar

Backup Locally using Rsync

Backup a folder to another local folder using the rsync tool.


rsync -av ~/Scripts/ /var/Backup/Rsync/Scripts/

a = Archive Mode
v = Verbose

[tags]backup,linux,command,rsync,folder,local,tools[/tags]

admin Posted in Command Line, Linux backup, command, folder, Linux, local, rsync, tools Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑