Displaying 7 results from an estimated 7 matches for "lucidsystems".
2010 Aug 31
3
compare a directory with itself -- differences found
well, when I tell rsync to compare my home directory with itself, it
reports many differences.
I'm using rsync version 3.0.7 protocol version 30.
I was hoping to use it to verify my backup.
2009 Sep 10
2
originate sync from the daemon server
is there anything special to do this from the daemon server. I've setup
the /etc/rsyncd.conf with some filesystems and I would rather originate
(control) my rsyncs from this server and not from the hosts that have
the data I want. ie. I want to pull not push.
for instance my rsyncd.conf
[www]
comment = www
path = /snaps/www
numeric ids = true
log file = /snaps/rsync/logs/www.log
pid file
2008 Nov 08
2
Differential backup
Hello,
I have got three folders:
- /home/backup/2008-10-20 - place for differential backup
- /mnt/for_backup - folder with files for backup
- /home/backup/2008-10-01 - place where the last full backup is
My question: is below command prepared correctly to make differential
backup?
rsync -avPbn --backup-dir=/home/backup/2008-10-20/ --exclude "System
Volume Information" --exclude
2009 Jul 03
2
Listing Changed Files Without Two Copies?
Hi All,
I am aware that rsync can be run to just list the files that have
changed between the source and destination. I would like to capitalize
on that feature to monitor some development that is going on in order to
get a complete list of files that have been changed on a server.
I realize that I can create an initial rsync of the files to some other
location and then sometime later run
2010 Sep 04
1
Options to copy modified files
We use rsync to copy files and directories from one server to the other.
What options should I give to rsync so that it only copies the modified
files? For example server1 may contain a dir which contains just one file
that has been modified, how do I get rsync to copy just that one file over?
I would like rsync to copy over the files which have been modified on the
server1 to server2.
This is
2008 Oct 05
4
Why is -e sent to the remote rsync side?
> $ rsync -e 'ssh -v' lingnu.com:
> OpenSSH_5.1p1 Debian-2, OpenSSL 0.9.8g 19 Oct 2007
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to lingnu.com [199.203.56.105] port 22.
> debug1: Connection established.
...
> debug1: Sending command: rsync --server --sender -de.L .
As we can see, rsync runs ssh, and
2009 Apr 09
3
Help creating incremental backups using --backup-dir.
Normally I would use the --link-dest option to do this but I can't
since I'm rsyncing from a Mac to a Samba share on a Linux box and hard
links don't work. What I want to do is create a 10 day rotating
incremental backup. I used the first script example on the rsync
examples page as a template. The only thing I changed was the
destination to be a local directory and paths for