1 | svoid dm_sendAllBackupFilesToOtherMachine(S computerID) {
|
2 | for (File f : latestFilesFirst(listFilesOnly(javaxBackupDir()))) |
3 | dm_sendFileToOtherMachine_assumeImmutable(f, computerID, "JavaX-Backup/from-" + computerID() + "/" + f.getName()); |
4 | infoBox("All backups sent to " + computerID);
|
5 | } |
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1020673 |
| Snippet name: | dm_sendAllBackupFilesToOtherMachine - scans JavaX-Backup, doesn't recurse |
| Eternal ID of this version: | #1020673/5 |
| Text MD5: | ef6f818d8ca5e7d1be4e76ddd4e2354e |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-02 01:50:26 |
| Source code size: | 297 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 570 / 608 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |