Results 1 to 4 of 4
Thread: Rsync problem?
-
01-07-2008, 06:56 PM #1
- Member Since
- Jun 25, 2007
- Posts
- 11
Rsync problem?Hi guys,
I setup rsync with ssh (password less) to backup from my computer tiger to Leopard, but it seems don't back up any thing.
Code:administrators-MyMac:~ root# rsync -r -e ssh /Volumes/G5/Users/apple2/Desktop/* root@192.168.1.10:/Volumes/Server\ HD/Users/apple2/Desktop administrators-MyMac:~ root#
Any suggestion ? Thanks
-
01-07-2008, 06:59 PM #2
- Member Since
- Oct 22, 2007
- Location
- London
- Posts
- 8,968
- Specs:
- Mac Mini Core i7 2012 | White 2009 MacBook 2 Ghz | 733 Mhz G4 Quicksilver
have you tried RsyncX.app
Its a GUI for that terminal command, much easier to set up and use
-
01-08-2008, 12:33 AM #3
- Member Since
- Jun 25, 2007
- Posts
- 11
-
01-08-2008, 08:08 AM #4
- Member Since
- Mar 19, 2007
- Location
- NY USA
- Posts
- 1,813
- Specs:
- iMac 5.1 | iMac 7.1 | iPod Touch | iPod Nano
The way I do it is mount the other Mac on your desktop. Then rsync as if both folders were local. With....
rsync -av --stats --delete --delete-after /FROM-FOLDER/PATH /TO-FOLDER/PATH > ~/Desktop/sync.log
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
rsync oddities
By ankhseeker in forum macOS - Operating SystemReplies: 0Last Post: 06-10-2015, 03:36 PM -
rsync question
By ssar17 in forum Switcher HangoutReplies: 2Last Post: 02-18-2015, 05:03 PM -
automating rsync
By berto in forum macOS - Operating SystemReplies: 1Last Post: 08-27-2010, 07:14 AM -
rsync help?
By oliverwolfson in forum macOS - Operating SystemReplies: 0Last Post: 04-22-2010, 11:27 PM -
Problem rsync from linux machine to Xserv RAID
By txn in forum macOS - Operating SystemReplies: 1Last Post: 01-22-2008, 04:08 PM