zoukankan      html  css  js  c++  java
  • RSYNC 同步完成后删除源文件

    RSYNC 同步完成后删除源文件

    Delete source after successful transfer using rsync
    The syntax is:

    rsync --remove-source-files -options /path/to/src/ /path/to/dest rsync --remove-source-files -options /path/to/src/ computerB:/path/to/dest rsync --remove-source-files -av /path/to/src/*.avi computerB:/path/to/dest
    You can always perform a trial run with no changes made using –dry-run option:

    rsync –dry-run –remove-source-files -azv /path/to/Download/*.avi laptop:~/Download
    If you like output run the final command without –dry-run option:

    rsync –remove-source-files -azv /path/to/Download/*.avi laptop:~/Download

  • 相关阅读:
    毛皮立方体
    APPLE buSinEss
    #4613. problem C
    #4614. problem B
    idiots
    熊猫(i)
    圆盘自动机 cell
    小L的占卜
    有趣的数(number)
    「JOISC 2015 Day 1」卡片占卜
  • 原文地址:https://www.cnblogs.com/lovesKey/p/14726990.html
Copyright © 2011-2022 走看看