Best practice. Securely copy huge directories with all attributes and permitions with rsync command ( linux ).By neokrates, written on November 18, 2011 |
howto |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Who manages CI environment in your enterprise?
- We don't use CI (92%, 11 Votes)
- Dedicated person per team, teams decide on their own (8%, 1 Votes)
- Everyone who can (0%, 0 Votes)
- Employee, single Release or Config Manager (0%, 0 Votes)
- Contractor, single Release or Config Manager (0%, 0 Votes)
- Team, Release or Config Management (0%, 0 Votes)
- External partner manages our CI (0%, 0 Votes)
- Different answer (0%, 0 Votes)
Total Voters: 12
Loading ...
Most popular search terms:
I have used following form of rsync to copy huge SVN repositories between locations on Linux. My customer uses the results for one year now, so, i guess that is a perfect copy.
Works for:
rsync version 2.6.8 protocol version 29
other stable rsync versions
I definitely recommend rsync and not copy or cp. Advantage of rsync is that if it fails you can continue, or you can copy a source increment later, after source has changed.
> rsync --owner --group --verbose --progress --stats --recursive --times --perms --links --compress /var/www/dir/source /mnt/storage/www/dir/destination
This will also show the progress when it runs….
|
LEARN MORE (amazon bookstore)
|
|
TAGS
|
|
SOCIAL
|
|
INCOMING SEARCH TERMS
|


















