I'm using rsync to mirror/transfer files between a remote server and my local
server. I've recently been given some new transfer requirements --- I now have
transfer files from the remote to local server in a "reverse timelike" fashion;
i.e., I have to transfer most-recently modified/created f
Hello,
I have a problem with rsync and it looks like this way. I use this command
to sync to folders. It's my home directory on my Mac Book P. and a Samba
share on an Debian Linux Server.
rsync -vur --delete /Users/tom/ /Volumes//backup/tom/
I use this command a long time and with my local HD a
Hi !
I want to copy my files back and forth between two pcs with rsync.
Basically I've got it running, but I want to filter out some file types
and wasn't able to figure out a way to do what I want. What I want to do
is this:
Basically copy all files from A to B, except files ending with som