spicyliner.blogg.se

Linux backup grsync
Linux backup grsync












When not using "/" at the end of source, rsync will copy the last folder and the content of the folder. When using "/" at the end of source, rsync will copy the content of the last folder. (This example will copy everything (folders, sub-folders, etc), will preserver permissions, times, links, but will exclude the folder /home/user01/logs/ from being copied) Rsync -arv -exclude 'logs' /Users/bob/user01backup/ (This example will copy folders and sub-folder but will not preserve permissions, times and symbolic links during the transfer) V = verbose - means that it prints on the screen what is being copied R = recursive - means it copies directories and sub directories (/Volumes/westerndigital-usb/user01backup/ is an external USB Drive path on a local Mac computer)Ī = archive - means it preserves permissions (owners, groups), times, symbolic links, and devices. Rsync -arv /Volumes/westerndigital-usb/user01backup/ Rsync example for backing up / copying from remote server to local Mac computer and external USB drive: (/Users/bob/user01backup/ is a local Mac folder path) Rsync example for backing up / copying from remote server to local Mac computer: ( /home/bob/user01backup/ is a local Linux folder path) Rsync example for backing up / copying from remote server to local Linux computer: Use some example to explain on how it works.Įxample of the remote server and folder that needs to be backup or copied: Rsync is a great tool for backing up and restoring files. Rsync examples Backing up data using rsync command Guide to Merchant Account Payment Gateways.Challanges for hiring Offshore Web Development Company.

#Linux backup grsync how to

How to Hire a Good Web Application Development Company.Hiring a Web Application Company Considerations.Internet / Online Business Ideas and Strategies for Entrepreneurs.Magento vs OScommerce vs Zen Cart Comparison.Enterprise eCommerce Platform Comparison.Pros and Cons of Wordpress, Joomla, Drupal.Open Source CMS - Detailed Guide, Security, Performance Statistics Enterprise Content Management System vs.Drupal vs Joomla vs WordPress CMS Comparison.What is Content Management System (CMS).












Linux backup grsync