4,461
edits
moving files with rsync Tags: Mobile edit Mobile web edit |
Tags: Mobile edit Mobile web edit |
||
Line 151: | Line 151: | ||
<syntaxhighlight lang="bash" highlight="1"> | <syntaxhighlight lang="bash" highlight="1"> | ||
$ rsync --remove-source-files -HAXzvhr / | $ rsync --remove-source-files -HAXzvhr /source/chanbara/* ./chanbara/ | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Move files older or less than x days = | = Move files older or less than x days = |