Q Qaz Mar 13, 2012 #1 Hello! I want to migrate one server from Linux to FreeBSD, and have one question, does FreeBSD have an analog of the Linux command: cp -u?
Hello! I want to migrate one server from Linux to FreeBSD, and have one question, does FreeBSD have an analog of the Linux command: cp -u?
SirDice Administrator Staff member Administrator Moderator Mar 13, 2012 #2 What is that option supposed to do?
OP Q Qaz Mar 13, 2012 Thread Starter #3 Code: -u, --update copy only when the SOURCE file is newer than the destination file or when the destination file is missing
Code: -u, --update copy only when the SOURCE file is newer than the destination file or when the destination file is missing
SirDice Administrator Staff member Administrator Moderator Mar 13, 2012 #4 There's no such option in FreeBSD's cp(1). Use net/rsync.