Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nigelhorne/syncfiles
Copy all files in a given directory to a date based hierecachy
https://github.com/nigelhorne/syncfiles
archive backup perl
Last synced: 1 day ago
JSON representation
Copy all files in a given directory to a date based hierecachy
- Host: GitHub
- URL: https://github.com/nigelhorne/syncfiles
- Owner: nigelhorne
- License: gpl-2.0
- Created: 2018-08-22T12:05:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T14:13:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T13:12:34.159Z (2 months ago)
- Topics: archive, backup, perl
- Language: Perl
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copy all files in a given directory to a date based hierecachy in a number of
places (@targets). The dates of last access and modification are preserved.For example "syncfiles /tmp/foo" will copy all of the files last modified on
22/8/18 in /tmp/foo to /target1/2018/August/22, /target2/2018/August/22
and so on.I use this to take lots of copies of photographs to many disks for backup, and have them sorted by date.