Backup Personal Files
Create a compressed archive for each personal files for all users.
This flow can be useful for automatic backups, by pointing the final archive generation to e.g. an external S3 encrypted datasource.
How It Works¶
- Combine various criteria to list all "internal" users logins
- Compute their personal folder
- Pass this location as input to the "Compress" action.
Last action is parametrized to select the archive format, and its target location.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
ArchivePrefix | text | daily- | false | Used to build archive name. |
ArchivePath | text | /pydiods1/backups | true | Path where to store all archives. |
Format | select, possible values: Zip (zip), Tar.gz (tar.gz) | zip | true | Archive format |
Trigger Type¶
Scheduled