File management: Difference between revisions

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 /srv/share/media/movies/chanbara/* ./chanbara/
$ 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 =