Rsync

From DevOps Notebook
Revision as of 11:23, 25 May 2021 by MilosZ (talk | contribs) (Created page with "=== Copy files and directories and removed source with rsync === <pre> $ rsync --remove-source-files -rltv --progress /backup/fullbackup-20210524 /mnt/backup/2021/05/24/ </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Copy files and directories and removed source with rsync

$ rsync --remove-source-files -rltv --progress /backup/fullbackup-20210524 /mnt/backup/2021/05/24/