Advanced Search
Search Results
2 total results found
How to synchronize files and directories from one location to another on Unix
MacOS, Windows, and Linux
Linux and Unix
Although tar can be used to synchronize/copy files/directories from one location to another (i.e. “tar -cf – -C srcdir . | tar -xpf – -C destdir”), it is really an archive tool and does not do the job as well as rsync. rsync does not have to go through the ar...
What is rclone?
Applications/Software
Rclone is a command line program to sync files and directories to and from various cloud file sharing and cloud storage services. At this time, Box.com is not a supported service, but a feature request has been submitted (link from 04/2015).see also, http://r...