home_server:home_server_setup:other_services:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
home_server:home_server_setup:other_services:rsync [2023-05-28 Sun wk21 10:42] – [some rsync flag definitions] baumkphome_server:home_server_setup:other_services:rsync [2023-12-26 Tue wk52 11:38] (current) baumkp
Line 1: Line 1:
-{{tag>rsync backup linux debian ubuntu rsnapshot}}+{{tag>rsync backup linux debian rsnapshot}}
 ======Rsync====== ======Rsync======
 These are my rsync notes.  I also used to use rsnapshot, however I was unhappy with the performance of this application and moved to restic.  The original rsnapshot notes have been rolled up and moved to the bottom of this page. These are my rsync notes.  I also used to use rsnapshot, however I was unhappy with the performance of this application and moved to restic.  The original rsnapshot notes have been rolled up and moved to the bottom of this page.
Line 80: Line 80:
  
 ''sudo rsync x -a -Puh /home/shared/temp/ baumkp@192.168.1.10::all/home/shared/html_kptree.net %%--%%exclude=.Trash* >tmp.txt'' ''sudo rsync x -a -Puh /home/shared/temp/ baumkp@192.168.1.10::all/home/shared/html_kptree.net %%--%%exclude=.Trash* >tmp.txt''
 +++++
  
- +====My web page copy bash batch====
-My web page copy bash batch:+
 ''sudo vim Myscripts/rsync_shared.sh'' or to run ''sudo bash Myscripts/rsync_shared.sh'' ''sudo vim Myscripts/rsync_shared.sh'' or to run ''sudo bash Myscripts/rsync_shared.sh''
  
 #Note this is a local only script and takes no additional batch inputs when run! #Note this is a local only script and takes no additional batch inputs when run!
 +++++code|
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
  • /app/www/public/data/attic/home_server/home_server_setup/other_services/rsync.1685241720.txt.gz
  • Last modified: 2023-05-28 Sun wk21 10:42
  • by baumkp