0
votes
0answers
19 views
rsync commands for the following cases [closed]
I take a backup of my root directory (/) during shutdown to the attached storage and
then rsync back from the attached storage to / during booting.
what's the rsync command I nee …
0
votes
2answers
67 views
How can I display rsync progress from a log file without the carriage returns?
I have a log file from rsync command with progress on. When running this progress updates the display information on the same line. When I capture the output from this command I …
0
votes
2answers
145 views
Run terminal command on startup of netbeans in mac osx
Hey, does anybody know of a good way to run a command in the terminal when you startup netbeans in mac osx? Either as an option in netbeans or as a feature of mac osx? I'd like aut …
0
votes
2answers
29 views
rsync: how can i configure it to create target directory on server ?
i would like to rsync from local computer to server. on a directory that does not exist, and i want rsync to create that directory on the server first. how can i do that ?
2
votes
4answers
143 views
Controlling rsync with Python?
I've been wanting to write a python script that would run several instances of rsync in sequence for backing up data to a different computer.
At the moment I just have this text f …
0
votes
1answer
24 views
rsync list of specific local files in 1 step
I'm working on a web application where a user uploads a list of files, which should then be immediately rsynced to a remote server. I have a list of all the local files that need …
1
vote
5answers
130 views
How to keep an eclipse workspace synchronized among two machines?
I have nearly identical Linux (Fedora) machines at home and at work and I keep my files on both machines synchronized using the excellent Unison program. I have been trying to keep …
0
votes
3answers
125 views
Is there anything wrong with using git like this?
Here is my situation. I keep a set of files on both my laptop, and a server. I already have a sync setup between the two locations using rsync. Recently I decided that a certain pa …
1
vote
2answers
30 views
rsync doesnt detect the file renames in an svn hotcopy backup. Any Alternative?
Dear All,
It must be a pretty common requirement. I have an svn repository having around 1GB data size.
To backup I first do a hotcopy into a directory at 12:00AM and then at 1:00 …
2
votes
2answers
103 views
RSync: How do I synchronize in both directions?
Hello!
I want to use rsync to synchronize two directories in both directions.
I refer to synchronization in classical sense
(not how it is meant in rsync manuals):
I want to upda …
0
votes
1answer
27 views
how to retain remote permissions of rsynced files
I've read through the man page of rsync but still can't figure out what are the flags for this requirement:
set 775 permission of new files/directories in destination host
note …
0
votes
1answer
32 views
Rsync create new file on file size change
Hi All,
I need to backup (for debugging) some temporary files meanwhile a program running. I used to do it with rsync-ing the /var/tmp/someprogram directory with find . -iname 'bl …
2
votes
0answers
69 views
fastest backup for large files [closed]
what is the fastest way to duplicate a folder contain few files with few hundred megs size and other few megs small files? (say, /var/lib/mysql)
cp or tar or rsync or...??
0
votes
0answers
119 views
cp -r -l in MacOS (recursive copy preserving hard links) [closed]
I'm trying to copy a directory tree recursively preserving hardlinks to the file. Using gnu cp, this would work with the -l flag. cp would then recreate the directory structure, bu …
0
votes
1answer
54 views
scp-ing without replacing folder
How do I scp an entire folder into a folder of the same name without replacing the content in the destination folder? (instead, I would like to add to the contents of the destinati …
